]> 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
41 BUILT_HEADERS = avconfig.h
42
43 OBJS = adler32.o                                                        \
44        aes.o                                                            \
45        audioconvert.o                                                   \
46        avstring.o                                                       \
47        base64.o                                                         \
48        cpu.o                                                            \
49        crc.o                                                            \
50        des.o                                                            \
51        error.o                                                          \
52        eval.o                                                           \
53        fifo.o                                                           \
54        file.o                                                           \
55        imgutils.o                                                       \
56        intfloat_readwrite.o                                             \
57        inverse.o                                                        \
58        lfg.o                                                            \
59        lls.o                                                            \
60        log.o                                                            \
61        lzo.o                                                            \
62        mathematics.o                                                    \
63        md5.o                                                            \
64        mem.o                                                            \
65        dict.o                                                           \
66        opt.o                                                            \
67        parseutils.o                                                     \
68        pixdesc.o                                                        \
69        random_seed.o                                                    \
70        rational.o                                                       \
71        rc4.o                                                            \
72        samplefmt.o                                                      \
73        sha.o                                                            \
74        tree.o                                                           \
75        utils.o                                                          \
76
77 OBJS-$(ARCH_ARM) += arm/cpu.o
78 OBJS-$(ARCH_PPC) += ppc/cpu.o
79 OBJS-$(ARCH_X86) += x86/cpu.o
80
81
82 TESTPROGS = adler32 aes avstring base64 cpu crc des eval file fifo lfg lls \
83             md5 opt pca parseutils rational sha tree
84 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
85
86 TOOLS = ffeval
87
88 DIRS = arm bfin sh4 x86
89
90 ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h
91
92 $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2