]> 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           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_tab.o                                                       \
79        lzo.o                                                            \
80        mathematics.o                                                    \
81        md5.o                                                            \
82        mem.o                                                            \
83        dict.o                                                           \
84        opt.o                                                            \
85        parseutils.o                                                     \
86        pixdesc.o                                                        \
87        random_seed.o                                                    \
88        rational.o                                                       \
89        rc4.o                                                            \
90        samplefmt.o                                                      \
91        sha.o                                                            \
92        time.o                                                           \
93        timecode.o                                                       \
94        tree.o                                                           \
95        utils.o                                                          \
96        xga_font_data.o                                                  \
97        xtea.o                                                           \
98
99
100 OBJS += $(COMPAT_OBJS:%=../compat/%)
101
102 SKIPHEADERS          = old_pix_fmts.h
103
104 TESTPROGS = adler32                                                     \
105             aes                                                         \
106             avstring                                                    \
107             base64                                                      \
108             blowfish                                                    \
109             bprint                                                      \
110             cpu                                                         \
111             crc                                                         \
112             des                                                         \
113             error                                                       \
114             eval                                                        \
115             file                                                        \
116             fifo                                                        \
117             lfg                                                         \
118             lls                                                         \
119             md5                                                         \
120             opt                                                         \
121             pca                                                         \
122             parseutils                                                  \
123             random_seed                                                 \
124             rational                                                    \
125             sha                                                         \
126             tree                                                        \
127             xtea                                                        \
128
129 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
130
131 TOOLS = ffeval
132
133 $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2