[Mplayer-cvslog] CVS: main/libmpeg2 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/libmpeg2
In directory usw-pr-cvs1:/tmp/cvs-serv25295/libmpeg2
Modified Files:
Makefile
Log Message:
using gcc -MM instead of makedepend, make OBJS from SRCS where possible
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpeg2/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Makefile 2001/03/04 21:01:53 1.3
--- Makefile 2001/05/24 21:09:13 1.4
***************
*** 5,9 ****
SRCS = header.c idct.c idct_mmx.c motion_comp.c motion_comp_mmx.c slice.c stats.c decode.c
! OBJS = header.o idct.o idct_mmx.o motion_comp.o motion_comp_mmx.o slice.o stats.o decode.o
INCLUDE = -I. -I../libvo -I..
CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY
--- 5,9 ----
SRCS = header.c idct.c idct_mmx.c motion_comp.c motion_comp_mmx.c slice.c stats.c decode.c
! OBJS = $(SRCS:.c=.o)
INCLUDE = -I. -I../libvo -I..
CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY
***************
*** 31,35 ****
.depend: Makefile ../config.mak ../config.h
! makedepend -f- -- $(CFLAGS) -- $(SRCS) 1>.depend 2>/dev/null
#
--- 31,35 ----
.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