]> 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           bprint.h                                                      \
15           bswap.h                                                       \
16           common.h                                                      \
17           cpu.h                                                         \
18           crc.h                                                         \
19           error.h                                                       \
20           eval.h                                                        \
21           fifo.h                                                        \
22           file.h                                                        \
23           imgutils.h                                                    \
24           intfloat.h                                                    \
25           intfloat_readwrite.h                                          \
26           intreadwrite.h                                                \
27           lfg.h                                                         \
28           log.h                                                         \
29           lzo.h                                                         \
30           mathematics.h                                                 \
31           md5.h                                                         \
32           mem.h                                                         \
33           dict.h                                                        \
34           opt.h                                                         \
35           parseutils.h                                                  \
36           pixdesc.h                                                     \
37           pixfmt.h                                                      \
38           random_seed.h                                                 \
39           rational.h                                                    \
40           samplefmt.h                                                   \
41           sha.h                                                         \
42           timecode.h                                                    \
43           timestamp.h                                                   \
44
45 ARCH_HEADERS = bswap.h                                                  \
46                intmath.h                                                \
47                intreadwrite.h                                           \
48                timer.h                                                  \
49
50 BUILT_HEADERS = avconfig.h
51
52 OBJS = adler32.o                                                        \
53        aes.o                                                            \
54        audio_fifo.o                                                     \
55        audioconvert.o                                                   \
56        avstring.o                                                       \
57        base64.o                                                         \
58        bprint.o                                                         \
59        cpu.o                                                            \
60        crc.o                                                            \
61        des.o                                                            \
62        error.o                                                          \
63        eval.o                                                           \
64        fifo.o                                                           \
65        file.o                                                           \
66        imgutils.o                                                       \
67        intfloat_readwrite.o                                             \
68        inverse.o                                                        \
69        lfg.o                                                            \
70        lls.o                                                            \
71        log.o                                                            \
72        lzo.o                                                            \
73        mathematics.o                                                    \
74        md5.o                                                            \
75        mem.o                                                            \
76        dict.o                                                           \
77        opt.o                                                            \
78        parseutils.o                                                     \
79        pixdesc.o                                                        \
80        random_seed.o                                                    \
81        rational.o                                                       \
82        rc4.o                                                            \
83        samplefmt.o                                                      \
84        sha.o                                                            \
85        timecode.o                                                       \
86        tree.o                                                           \
87        utils.o                                                          \
88
89 TESTPROGS = adler32                                                     \
90             aes                                                         \
91             avstring                                                    \
92             base64                                                      \
93             bprint                                                      \
94             cpu                                                         \
95             crc                                                         \
96             des                                                         \
97             eval                                                        \
98             file                                                        \
99             fifo                                                        \
100             lfg                                                         \
101             lls                                                         \
102             md5                                                         \
103             opt                                                         \
104             pca                                                         \
105             parseutils                                                  \
106             random_seed                                                 \
107             rational                                                    \
108             sha                                                         \
109             tree                                                        \
110
111 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
112
113 TOOLS = ffeval
114
115 $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2