]> git.sesse.net Git - ffmpeg/blob - libavutil/Makefile
Make ff_random_get_seed public, rename to av_get_random_seed, export the header
[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           fifo.h                                                        \
14           intfloat_readwrite.h                                          \
15           log.h                                                         \
16           lzo.h                                                         \
17           mathematics.h                                                 \
18           md5.h                                                         \
19           mem.h                                                         \
20           pixdesc.h                                                     \
21           pixfmt.h                                                      \
22           random_seed.h                                                 \
23           rational.h                                                    \
24           sha1.h                                                        \
25
26 BUILT_HEADERS = avconfig.h
27
28 OBJS = adler32.o                                                        \
29        aes.o                                                            \
30        avstring.o                                                       \
31        base64.o                                                         \
32        crc.o                                                            \
33        des.o                                                            \
34        error.o                                                          \
35        fifo.o                                                           \
36        intfloat_readwrite.o                                             \
37        lfg.o                                                            \
38        lls.o                                                            \
39        log.o                                                            \
40        lzo.o                                                            \
41        mathematics.o                                                    \
42        md5.o                                                            \
43        mem.o                                                            \
44        pixdesc.o                                                        \
45        random_seed.o                                                    \
46        rational.o                                                       \
47        rc4.o                                                            \
48        sha.o                                                            \
49        tree.o                                                           \
50        utils.o                                                          \
51
52 TESTPROGS = adler32 aes base64 crc des lls md5 pca sha softfloat tree
53 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
54
55 DIRS = arm bfin sh4 x86
56
57 ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h
58
59 include $(SUBDIR)../subdir.mak
60
61 $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2