]> git.sesse.net Git - ffmpeg/blob - libavutil/Makefile
3f13092c3c8d5b2a902a20531210fcee79bc5c82
[ffmpeg] / libavutil / Makefile
1 include $(SUBDIR)../config.mak
2
3 NAME = avutil
4
5 HEADERS = adler32.h                                                     \
6           assert.h                                                      \
7           attributes.h                                                  \
8           avstring.h                                                    \
9           avutil.h                                                      \
10           base64.h                                                      \
11           bswap.h                                                       \
12           common.h                                                      \
13           cpu.h                                                         \
14           crc.h                                                         \
15           error.h                                                       \
16           eval.h                                                        \
17           fifo.h                                                        \
18           intfloat_readwrite.h                                          \
19           intreadwrite.h                                                \
20           lfg.h                                                         \
21           log.h                                                         \
22           lzo.h                                                         \
23           mathematics.h                                                 \
24           md5.h                                                         \
25           mem.h                                                         \
26           pixdesc.h                                                     \
27           pixfmt.h                                                      \
28           random_seed.h                                                 \
29           rational.h                                                    \
30           sha1.h                                                        \
31
32 BUILT_HEADERS = avconfig.h
33
34 OBJS = adler32.o                                                        \
35        aes.o                                                            \
36        avstring.o                                                       \
37        base64.o                                                         \
38        cpu.o                                                            \
39        crc.o                                                            \
40        des.o                                                            \
41        error.o                                                          \
42        eval.o                                                           \
43        fifo.o                                                           \
44        intfloat_readwrite.o                                             \
45        inverse.o                                                        \
46        lfg.o                                                            \
47        lls.o                                                            \
48        log.o                                                            \
49        lzo.o                                                            \
50        mathematics.o                                                    \
51        md5.o                                                            \
52        mem.o                                                            \
53        opt.o                                                            \
54        pixdesc.o                                                        \
55        random_seed.o                                                    \
56        rational.o                                                       \
57        rc4.o                                                            \
58        sha.o                                                            \
59        tree.o                                                           \
60        utils.o                                                          \
61
62 OBJS-$(ARCH_ARM) += arm/cpu.o
63 OBJS-$(ARCH_PPC) += ppc/cpu.o
64 OBJS-$(ARCH_X86) += x86/cpu.o
65
66 TESTPROGS = adler32 aes base64 cpu crc des lls md5 pca sha softfloat tree
67 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
68
69 DIRS = arm bfin sh4 x86
70
71 ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h
72
73 include $(SUBDIR)../subdir.mak
74
75 $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2