summaryrefslogtreecommitdiffstats
path: root/osdep
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 /osdep
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 'osdep')
-rw-r--r--osdep/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index 0ec2038e33..1bbfc16a5f 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -3,9 +3,16 @@ include ../config.mak
LIBNAME = libosdep.a
-SRCS= shmem.c strsep.c strl.c vsscanf.c scandir.c gettimeofday.c fseeko.c \
- swab.c setenv.c
- # timer.c
+SRCS= shmem.c \
+ strsep.c \
+ strl.c \
+ vsscanf.c \
+ scandir.c \
+ gettimeofday.c \
+ fseeko.c \
+ swab.c \
+ setenv.c \
+ # timer.c \
getch = getch2.c
timer = timer-lx.c