]> git.sesse.net Git - ffmpeg/blob - libavutil/Makefile
Add lots of missing includes
[ffmpeg] / libavutil / Makefile
1 include $(SUBDIR)../config.mak
2
3 NAME = avutil
4
5 HEADERS = adler32.h                                                     \
6           avstring.h                                                    \
7           avutil.h                                                      \
8           base64.h                                                      \
9           common.h                                                      \
10           crc.h                                                         \
11           fifo.h                                                        \
12           intfloat_readwrite.h                                          \
13           log.h                                                         \
14           lzo.h                                                         \
15           mathematics.h                                                 \
16           md5.h                                                         \
17           mem.h                                                         \
18           pixdesc.h                                                     \
19           pixfmt.h                                                      \
20           rational.h                                                    \
21           sha1.h                                                        \
22
23 BUILT_HEADERS = avconfig.h
24
25 OBJS = adler32.o                                                        \
26        aes.o                                                            \
27        avstring.o                                                       \
28        base64.o                                                         \
29        crc.o                                                            \
30        des.o                                                            \
31        fifo.o                                                           \
32        intfloat_readwrite.o                                             \
33        lfg.o                                                            \
34        lls.o                                                            \
35        log.o                                                            \
36        lzo.o                                                            \
37        mathematics.o                                                    \
38        md5.o                                                            \
39        mem.o                                                            \
40        pixdesc.o                                                        \
41        random_seed.o                                                    \
42        rational.o                                                       \
43        rc4.o                                                            \
44        sha.o                                                            \
45        tree.o                                                           \
46        utils.o                                                          \
47
48 TESTPROGS = adler32 aes base64 crc des lls md5 pca sha softfloat tree
49 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
50
51 DIRS = arm bfin sh4 x86
52
53 include $(SUBDIR)../subdir.mak
54
55 $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2