[Mplayer-cvslog] CVS: main/encore Makefile,1.5,1.6
Arpi of Ize
arpi at mplayerhq.banki.hu
Wed Jun 27 01:15:59 CEST 2001
Update of /cvsroot/mplayer/main/encore
In directory mplayerhq:/var/tmp.root/cvs-serv30048/encore
Modified Files:
Makefile
Log Message:
OPTFLAGS vs. INCLUDES cleanup
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/encore/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** Makefile 4 Jun 2001 19:33:28 -0000 1.5
--- Makefile 26 Jun 2001 23:15:57 -0000 1.6
***************
*** 7,12 ****
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.
.SUFFIXES: .c .o
--- 7,12 ----
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)
! INCLUDE = -I. $(EXTRA_INC)
! CFLAGS = $(OPTFLAGS) $(INCLUDE)
.SUFFIXES: .c .o
***************
*** 15,19 ****
.c.o:
! $(CC) -c $(CFLAGS) $(INCLUDE) -o $@ $<
$(LIBNAME): $(OBJS)
--- 15,19 ----
.c.o:
! $(CC) -c $(CFLAGS) -o $@ $<
$(LIBNAME): $(OBJS)
_______________________________________________
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