]> git.sesse.net Git - ffmpeg/blob - libavutil/Makefile
Split lavfi pixfmts test.
[ffmpeg] / libavutil / Makefile
1 include $(SUBDIR)../config.mak
2
3 NAME = avutil
4
5 HEADERS = adler32.h                                                     \
6           attributes.h                                                  \
7           avstring.h                                                    \
8           avutil.h                                                      \
9           base64.h                                                      \
10           bswap.h                                                       \
11           common.h                                                      \
12           crc.h                                                         \
13           error.h                                                       \
14           eval.h                                                        \
15           fifo.h                                                        \
16           intfloat_readwrite.h                                          \
17           intreadwrite.h                                                \
18           lfg.h                                                         \
19           log.h                                                         \
20           lzo.h                                                         \
21           mathematics.h                                                 \
22           md5.h                                                         \
23           mem.h                                                         \
24           pixdesc.h                                                     \
25           pixfmt.h                                                      \
26           random_seed.h                                                 \
27           rational.h                                                    \
28           sha1.h                                                        \
29
30 BUILT_HEADERS = avconfig.h
31
32 OBJS = adler32.o                                                        \
33        aes.o                                                            \
34        avstring.o                                                       \
35        base64.o                                                         \
36        crc.o                                                            \
37        des.o                                                            \
38        error.o                                                          \
39        eval.o                                                           \
40        fifo.o                                                           \
41        intfloat_readwrite.o                                             \
42        inverse.o                                                        \
43        lfg.o                                                            \
44        lls.o                                                            \
45        log.o                                                            \
46        lzo.o                                                            \
47        mathematics.o                                                    \
48        md5.o                                                            \
49        mem.o                                                            \
50        pixdesc.o                                                        \
51        random_seed.o                                                    \
52        rational.o                                                       \
53        rc4.o                                                            \
54        sha.o                                                            \
55        tree.o                                                           \
56        utils.o                                                          \
57
58 TESTPROGS = adler32 aes base64 crc des lls md5 pca sha softfloat tree
59 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
60
61 DIRS = arm bfin sh4 x86
62
63 ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h
64
65 include $(SUBDIR)../subdir.mak
66
67 $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2