comparison Makefile @ 584:1edaa4382343 libavutil

cosmetic: align backslashes in makefiles
author mru
date Sun, 26 Oct 2008 15:21:45 +0000
parents 2cf4494e7c84
children 53b9b303d6d5
comparison
equal deleted inserted replaced
583:9277793841bb 584:1edaa4382343
1 include $(SUBDIR)../config.mak 1 include $(SUBDIR)../config.mak
2 2
3 NAME = avutil 3 NAME = avutil
4 4
5 OBJS = adler32.o \ 5 OBJS = adler32.o \
6 aes.o \ 6 aes.o \
7 base64.o \ 7 base64.o \
8 crc.o \ 8 crc.o \
9 des.o \ 9 des.o \
10 fifo.o \ 10 fifo.o \
11 intfloat_readwrite.o \ 11 intfloat_readwrite.o \
12 lfg.o \ 12 lfg.o \
13 lls.o \ 13 lls.o \
14 log.o \ 14 log.o \
15 lzo.o \ 15 lzo.o \
16 mathematics.o \ 16 mathematics.o \
17 md5.o \ 17 md5.o \
18 mem.o \ 18 mem.o \
19 random.o \ 19 random.o \
20 rational.o \ 20 rational.o \
21 rc4.o \ 21 rc4.o \
22 sha1.o \ 22 sha1.o \
23 string.o \ 23 string.o \
24 tree.o \ 24 tree.o \
25 utils.o \ 25 utils.o \
26 26
27 HEADERS = adler32.h \ 27 HEADERS = adler32.h \
28 avstring.h \ 28 avstring.h \
29 avutil.h \ 29 avutil.h \
30 base64.h \ 30 base64.h \
31 common.h \ 31 common.h \
32 crc.h \ 32 crc.h \
33 fifo.h \ 33 fifo.h \
34 intfloat_readwrite.h \ 34 intfloat_readwrite.h \
35 log.h \ 35 log.h \
36 lzo.h \ 36 lzo.h \
37 mathematics.h \ 37 mathematics.h \
38 md5.h \ 38 md5.h \
39 mem.h \ 39 mem.h \
40 random.h \ 40 random.h \
41 rational.h \ 41 rational.h \
42 sha1.h 42 sha1.h
43 43
44 TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 pca random sha1 softfloat tree) 44 TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 pca random sha1 softfloat tree)
45 45
46 include $(SUBDIR)../subdir.mak 46 include $(SUBDIR)../subdir.mak