summaryrefslogtreecommitdiffstats
path: root/libao2
diff options
context:
space:
mode:
authorranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-19 22:52:55 +0000
committerranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-19 22:52:55 +0000
commit2098665b8d5ca045937dd46342d09ae7365fd716 (patch)
treec527734326e92c2a762da43e4f68d9c750b89c6f /libao2
parent07f093532523ba678c7a077da1b0739fee894336 (diff)
downloadmpv-2098665b8d5ca045937dd46342d09ae7365fd716.tar.bz2
mpv-2098665b8d5ca045937dd46342d09ae7365fd716.tar.xz
Be more patch-friendly
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15773 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2')
-rw-r--r--libao2/Makefile17
1 files changed, 15 insertions, 2 deletions
diff --git a/libao2/Makefile b/libao2/Makefile
index 1ba439e41d..80f8c05b7b 100644
--- a/libao2/Makefile
+++ b/libao2/Makefile
@@ -2,11 +2,24 @@ include config.mak
LIBNAME = libao2.a
-SRCS=audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c $(OPTIONAL_SRCS)
+SRCS=audio_out.c \
+ ao_mpegpes.c \
+ ao_null.c \
+ ao_pcm.c \
+ $(OPTIONAL_SRCS) \
OBJS=$(SRCS:.c=.o)
-CFLAGS = $(OPTFLAGS) -I. -I.. $(ARTS_INC) $(ESD_INC) $(JACK_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC) $(POLYP_INC)
+CFLAGS = $(OPTFLAGS) -I. -I.. \
+ $(ARTS_INC) \
+ $(DVB_INC) \
+ $(DXR2_INC) \
+ $(ESD_INC) \
+ $(EXTRA_INC) \
+ $(JACK_INC) \
+ $(POLYP_INC) \
+ $(SDL_INC) \
+ $(X11_INC) \
.SUFFIXES: .c .o