cosmetic: align backslashes in makefiles
[platform/upstream/libav.git] / libavutil / Makefile
1 include $(SUBDIR)../config.mak
2
3 NAME = avutil
4
5 OBJS = adler32.o                                                        \
6        aes.o                                                            \
7        base64.o                                                         \
8        crc.o                                                            \
9        des.o                                                            \
10        fifo.o                                                           \
11        intfloat_readwrite.o                                             \
12        lfg.o                                                            \
13        lls.o                                                            \
14        log.o                                                            \
15        lzo.o                                                            \
16        mathematics.o                                                    \
17        md5.o                                                            \
18        mem.o                                                            \
19        random.o                                                         \
20        rational.o                                                       \
21        rc4.o                                                            \
22        sha1.o                                                           \
23        string.o                                                         \
24        tree.o                                                           \
25        utils.o                                                          \
26
27 HEADERS = adler32.h                                                     \
28           avstring.h                                                    \
29           avutil.h                                                      \
30           base64.h                                                      \
31           common.h                                                      \
32           crc.h                                                         \
33           fifo.h                                                        \
34           intfloat_readwrite.h                                          \
35           log.h                                                         \
36           lzo.h                                                         \
37           mathematics.h                                                 \
38           md5.h                                                         \
39           mem.h                                                         \
40           random.h                                                      \
41           rational.h                                                    \
42           sha1.h
43
44 TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 pca random sha1 softfloat tree)
45
46 include $(SUBDIR)../subdir.mak
47
48 $(SUBDIR)lzo-test$(EXESUF): EXTRALIBS += -llzo2
49
50 CLEANFILES = lzo-test$(EXESUF)