]> git.sesse.net Git - ffmpeg/blob - libavutil/Makefile
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavutil / Makefile
1 include $(SUBDIR)../config.mak
2
3 NAME = avutil
4
5 HEADERS = adler32.h                                                     \
6           aes.h                                                         \
7           attributes.h                                                  \
8           audioconvert.h                                                \
9           avassert.h                                                    \
10           avstring.h                                                    \
11           avutil.h                                                      \
12           base64.h                                                      \
13           bswap.h                                                       \
14           common.h                                                      \
15           cpu.h                                                         \
16           crc.h                                                         \
17           error.h                                                       \
18           eval.h                                                        \
19           fifo.h                                                        \
20           file.h                                                        \
21           imgutils.h                                                    \
22           intfloat.h                                                    \
23           intfloat_readwrite.h                                          \
24           intreadwrite.h                                                \
25           lfg.h                                                         \
26           log.h                                                         \
27           lzo.h                                                         \
28           mathematics.h                                                 \
29           md5.h                                                         \
30           mem.h                                                         \
31           dict.h                                                        \
32           opt.h                                                         \
33           parseutils.h                                                  \
34           pixdesc.h                                                     \
35           pixfmt.h                                                      \
36           random_seed.h                                                 \
37           rational.h                                                    \
38           samplefmt.h                                                   \
39           sha.h                                                         \
40           timecode.h                                                    \
41           timestamp.h                                                   \
42
43 BUILT_HEADERS = avconfig.h
44
45 OBJS = adler32.o                                                        \
46        aes.o                                                            \
47        audioconvert.o                                                   \
48        avstring.o                                                       \
49        base64.o                                                         \
50        cpu.o                                                            \
51        crc.o                                                            \
52        des.o                                                            \
53        error.o                                                          \
54        eval.o                                                           \
55        fifo.o                                                           \
56        file.o                                                           \
57        imgutils.o                                                       \
58        intfloat_readwrite.o                                             \
59        inverse.o                                                        \
60        lfg.o                                                            \
61        lls.o                                                            \
62        log.o                                                            \
63        lzo.o                                                            \
64        mathematics.o                                                    \
65        md5.o                                                            \
66        mem.o                                                            \
67        dict.o                                                           \
68        opt.o                                                            \
69        parseutils.o                                                     \
70        pixdesc.o                                                        \
71        random_seed.o                                                    \
72        rational.o                                                       \
73        rc4.o                                                            \
74        samplefmt.o                                                      \
75        sha.o                                                            \
76        timecode.o                                                       \
77        tree.o                                                           \
78        utils.o                                                          \
79
80 OBJS-$(ARCH_PPC) += ppc/cpu.o
81 OBJS-$(ARCH_X86) += x86/cpu.o
82
83
84 TESTPROGS = adler32 aes avstring base64 cpu crc des eval file fifo lfg lls \
85             md5 opt pca parseutils random_seed rational sha tree
86 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
87
88 TOOLS = ffeval
89
90 DIRS = arm avr32 bfin mips ppc sh4 tomi x86
91
92 ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h
93
94 $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2