[Mplayer-cvslog] CVS: main/mp3lib Makefile,1.5,1.6

GEREOFFY arpi_esp at users.sourceforge.net
Thu May 24 23:09:16 CEST 2001


Update of /cvsroot/mplayer/main/mp3lib
In directory usw-pr-cvs1:/tmp/cvs-serv25295/mp3lib

Modified Files:
	Makefile 
Log Message:
using gcc -MM instead of makedepend, make OBJS from SRCS where possible

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** Makefile	2001/05/17 18:20:14	1.5
--- Makefile	2001/05/24 21:09:13	1.6
***************
*** 4,7 ****
--- 4,8 ----
  SRCS = sr1.c d_cpu.s decode_i586.s $(OPTIONAL_SRCS)
  OBJS = sr1.o d_cpu.o decode_i586.o $(OPTIONAL_OBJS)
+ # OBJS = $(SRCS:.c,.s=.o)
  CFLAGS  = $(OPTFLAGS)
  
***************
*** 37,41 ****
  
  .depend: Makefile config.mak ../config.mak ../config.h
! 	makedepend -f- -- $(CFLAGS) -- $(SRCS) 1>.depend 2>/dev/null
  
  #
--- 38,42 ----
  
  .depend: Makefile config.mak ../config.mak ../config.h
! 	$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
  
  #


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list