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