[MPlayer-cvslog] CVS: main/libao2 Makefile,1.33,1.34
Tobias Diedrich CVS
syncmail at mplayerhq.hu
Mon Jun 20 00:52:57 CEST 2005
CVS change done by Tobias Diedrich CVS
Update of /cvsroot/mplayer/main/libao2
In directory mail:/var2/tmp/cvs-serv30062/libao2
Modified Files:
Makefile
Log Message:
Be more patch-friendly
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/Makefile,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- Makefile 27 Dec 2004 19:34:42 -0000 1.33
+++ Makefile 19 Jun 2005 22:52:55 -0000 1.34
@@ -2,11 +2,24 @@
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
More information about the MPlayer-cvslog
mailing list