summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-25 10:38:37 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-25 10:38:37 +0000
commit3e56c5bb6bbddc59ddbbe8474325afd0f480f18c (patch)
tree6dad27154d954ca577c94146c50a379be1baf49c /libdha
parenteb4a1c08f74bc8066d9984dee6b858263f042d3f (diff)
downloadmpv-3e56c5bb6bbddc59ddbbe8474325afd0f480f18c.tar.bz2
mpv-3e56c5bb6bbddc59ddbbe8474325afd0f480f18c.tar.xz
cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines
to ease patching in the future. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17944 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index 68d8483725..f40e512d5e 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -22,7 +22,11 @@ else
LIBNAME = libdha.so.$(VERSION)
endif
-SRCS=libdha.c mtrr.c pci.c pci_names.c
+SRCS=libdha.c \
+ mtrr.c \
+ pci.c \
+ pci_names.c \
+
OBJS=$(SRCS:.c=.o)
CFLAGS = $(OPTFLAGS) -fPIC -I. -I..