changeset 584:1edaa4382343 libavutil

cosmetic: align backslashes in makefiles
author mru
date Sun, 26 Oct 2008 15:21:45 +0000
parents 9277793841bb
children 0c8ca6fd0832
files Makefile
diffstat 1 files changed, 36 insertions(+), 36 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Oct 25 18:54:23 2008 +0000
+++ b/Makefile	Sun Oct 26 15:21:45 2008 +0000
@@ -2,43 +2,43 @@
 
 NAME = avutil
 
-OBJS = adler32.o \
-       aes.o \
-       base64.o \
-       crc.o \
-       des.o \
-       fifo.o \
-       intfloat_readwrite.o \
-       lfg.o \
-       lls.o \
-       log.o \
-       lzo.o \
-       mathematics.o \
-       md5.o \
-       mem.o \
-       random.o \
-       rational.o \
-       rc4.o \
-       sha1.o \
-       string.o \
-       tree.o \
-       utils.o \
+OBJS = adler32.o                                                        \
+       aes.o                                                            \
+       base64.o                                                         \
+       crc.o                                                            \
+       des.o                                                            \
+       fifo.o                                                           \
+       intfloat_readwrite.o                                             \
+       lfg.o                                                            \
+       lls.o                                                            \
+       log.o                                                            \
+       lzo.o                                                            \
+       mathematics.o                                                    \
+       md5.o                                                            \
+       mem.o                                                            \
+       random.o                                                         \
+       rational.o                                                       \
+       rc4.o                                                            \
+       sha1.o                                                           \
+       string.o                                                         \
+       tree.o                                                           \
+       utils.o                                                          \
 
-HEADERS = adler32.h \
-          avstring.h \
-          avutil.h \
-          base64.h \
-          common.h \
-          crc.h \
-          fifo.h \
-          intfloat_readwrite.h \
-          log.h \
-          lzo.h \
-          mathematics.h \
-          md5.h \
-          mem.h \
-          random.h \
-          rational.h \
+HEADERS = adler32.h                                                     \
+          avstring.h                                                    \
+          avutil.h                                                      \
+          base64.h                                                      \
+          common.h                                                      \
+          crc.h                                                         \
+          fifo.h                                                        \
+          intfloat_readwrite.h                                          \
+          log.h                                                         \
+          lzo.h                                                         \
+          mathematics.h                                                 \
+          md5.h                                                         \
+          mem.h                                                         \
+          random.h                                                      \
+          rational.h                                                    \
           sha1.h
 
 TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 pca random sha1 softfloat tree)