[Mplayer-cvslog] CVS: main/encore Makefile,1.3,1.4

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


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

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

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/encore/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Makefile	2001/03/11 02:35:16	1.3
--- Makefile	2001/05/24 21:09:13	1.4
***************
*** 6,10 ****
  
  SRCS	= encore.c mom_access.c bitstream.c mom_util.c mot_code.c mot_est_comp.c mot_est_mb.c mot_util.c putvlc.c rc_hist.c rc_q2.c rgb2yuv.c text_bits.c text_code.c text_code_mb.c text_dct.c vop_code.c
! OBJS	= encore.o mom_access.o bitstream.o mom_util.o mot_code.o mot_est_comp.o mot_est_mb.o mot_util.o putvlc.o rc_hist.o rc_q2.o rgb2yuv.o text_bits.o text_code.o text_code_mb.o text_dct.o vop_code.o
  CFLAGS  = $(OPTFLAGS)
  INCLUDE = -I.
--- 6,10 ----
  
  SRCS	= encore.c mom_access.c bitstream.c mom_util.c mot_code.c mot_est_comp.c mot_est_mb.c mot_util.c putvlc.c rc_hist.c rc_q2.c rgb2yuv.c text_bits.c text_code.c text_code_mb.c text_dct.c vop_code.c
! OBJS	= $(SRCS:.c=.o)
  CFLAGS  = $(OPTFLAGS)
  INCLUDE = -I.
***************
*** 32,36 ****
  
  .depend: Makefile ../config.mak ../config.h
! 	makedepend -f- -- $(CFLAGS) -- $(SRCS) 1>.depend 2>/dev/null
  
  #
--- 32,36 ----
  
  .depend: Makefile ../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