]> git.sesse.net Git - ffmpeg/blob - libavutil/Makefile
Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'
[ffmpeg] / libavutil / Makefile
1 include $(SUBDIR)../config.mak
2
3 NAME = avutil
4
5 HEADERS = adler32.h                                                     \
6           aes.h                                                         \
7           attributes.h                                                  \
8           audio_fifo.h                                                  \
9           audioconvert.h                                                \
10           avassert.h                                                    \
11           avstring.h                                                    \
12           avutil.h                                                      \
13           base64.h                                                      \
14           blowfish.h                                                    \
15           bprint.h                                                      \
16           bswap.h                                                       \
17           common.h                                                      \
18           cpu.h                                                         \
19           crc.h                                                         \
20           error.h                                                       \
21           eval.h                                                        \
22           fifo.h                                                        \
23           file.h                                                        \
24           imgutils.h                                                    \
25           intfloat.h                                                    \
26           intfloat_readwrite.h                                          \
27           intreadwrite.h                                                \
28           lfg.h                                                         \
29           log.h                                                         \
30           lzo.h                                                         \
31           mathematics.h                                                 \
32           md5.h                                                         \
33           mem.h                                                         \
34           dict.h                                                        \
35           old_pix_fmts.h                                                \
36           opt.h                                                         \
37           parseutils.h                                                  \
38           pixdesc.h                                                     \
39           pixfmt.h                                                      \
40           random_seed.h                                                 \
41           rational.h                                                    \
42           samplefmt.h                                                   \
43           sha.h                                                         \
44           time.h                                                        \
45           timecode.h                                                    \
46           timestamp.h                                                   \
47           version.h                                                     \
48           xtea.h                                                        \
49
50 ARCH_HEADERS = bswap.h                                                  \
51                intmath.h                                                \
52                intreadwrite.h                                           \
53                timer.h                                                  \
54
55 BUILT_HEADERS = avconfig.h
56
57 OBJS = adler32.o                                                        \
58        aes.o                                                            \
59        audio_fifo.o                                                     \
60        audioconvert.o                                                   \
61        avstring.o                                                       \
62        base64.o                                                         \
63        blowfish.o                                                       \
64        bprint.o                                                         \
65        cpu.o                                                            \
66        crc.o                                                            \
67        des.o                                                            \
68        error.o                                                          \
69        eval.o                                                           \
70        fifo.o                                                           \
71        file.o                                                           \
72        float_dsp.o                                                      \
73        imgutils.o                                                       \
74        intfloat_readwrite.o                                             \
75        lfg.o                                                            \
76        lls.o                                                            \
77        log.o                                                            \
78        log2.o                                                           \
79        log2_tab.o                                                       \
80        lzo.o                                                            \
81        mathematics.o                                                    \
82        md5.o                                                            \
83        mem.o                                                            \
84        dict.o                                                           \
85        opt.o                                                            \
86        parseutils.o                                                     \
87        pixdesc.o                                                        \
88        random_seed.o                                                    \
89        rational.o                                                       \
90        rc4.o                                                            \
91        samplefmt.o                                                      \
92        sha.o                                                            \
93        time.o                                                           \
94        timecode.o                                                       \
95        tree.o                                                           \
96        utils.o                                                          \
97        xga_font_data.o                                                  \
98        xtea.o                                                           \
99
100
101 OBJS += $(COMPAT_OBJS:%=../compat/%)
102
103 SKIPHEADERS          = old_pix_fmts.h
104
105 TESTPROGS = adler32                                                     \
106             aes                                                         \
107             avstring                                                    \
108             base64                                                      \
109             blowfish                                                    \
110             bprint                                                      \
111             cpu                                                         \
112             crc                                                         \
113             des                                                         \
114             error                                                       \
115             eval                                                        \
116             file                                                        \
117             fifo                                                        \
118             lfg                                                         \
119             lls                                                         \
120             md5                                                         \
121             opt                                                         \
122             pca                                                         \
123             parseutils                                                  \
124             random_seed                                                 \
125             rational                                                    \
126             sha                                                         \
127             tree                                                        \
128             xtea                                                        \
129
130 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
131
132 TOOLS = ffeval
133
134 $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2