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