[Mplayer-cvslog] CVS: main/libac3 Makefile,1.4,1.5
GEREOFFY
arpi_esp at users.sourceforge.net
Thu May 24 23:09:15 CEST 2001
Update of /cvsroot/mplayer/main/libac3
In directory usw-pr-cvs1:/tmp/cvs-serv25295/libac3
Modified Files:
Makefile
Log Message:
using gcc -MM instead of makedepend, make OBJS from SRCS where possible
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libac3/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Makefile 2001/05/22 07:45:35 1.4
--- Makefile 2001/05/24 21:09:13 1.5
***************
*** 6,9 ****
--- 6,10 ----
SRCS = bit_allocate.c bitstream.c coeff.c crc.c debug.c decode.c dither.c exponent.c imdct.c parse.c rematrix.c sanity_check.c srfft.c stats.c $(OPTIONAL_SRCS)
OBJS = bit_allocate.o bitstream.o coeff.o crc.o debug.o decode.o dither.o exponent.o imdct.o parse.o rematrix.o sanity_check.o srfft.o stats.o $(OPTIONAL_OBJS)
+ # OBJS = $(SRCS:.c=.o)
CFLAGS = $(OPTFLAGS) -I. -I.. -DHAVE_CONFIG_H
***************
*** 33,37 ****
.depend: Makefile config.mak ../config.mak ../config.h
! makedepend -f- -- $(CFLAGS) -- $(SRCS) 1>.depend 2>/dev/null
#
--- 34,38 ----
.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