[MPlayer-G2-dev] CVS: g2/video/libmpeg2 Makefile,NONE,1.1

Sascha Sommer CVS syncmail at mplayerhq.hu
Sun Feb 1 10:13:11 CET 2004


CVS change done by Sascha Sommer CVS

Update of /cvsroot/mplayer/g2/video/libmpeg2
In directory mail:/var2/tmp/cvs-serv5856/video/libmpeg2

Added Files:
	Makefile 
Log Message:
add forgotten file

--- NEW FILE ---

LIBNAME = libmpeg2.a

include ../../config.mak

SRCS	= alloc.c cpu_accel.c cpu_state.c decode.c header.c idct.c idct_alpha.c idct_altivec.c idct_mlib.c idct_mmx.c motion_comp.c motion_comp_alpha.c motion_comp_altivec.c motion_comp_mlib.c motion_comp_mmx.c slice.c

OBJS	= $(SRCS:.c=.o)
INCLUDE = -I. -I../.. $(EXTRA_INC) $(MLIB_INC)
CFLAGS  = $(OPTFLAGS) $(INCLUDE)

.SUFFIXES: .c .o

# .PHONY: all clean

.c.o:
	$(CC) -c $(CFLAGS) -o $@ $<

$(LIBNAME):	$(OBJS)
	$(AR) sr $(LIBNAME) $(OBJS)

all:	$(LIBNAME)

clean:
	rm -f *.o *.a *~

distclean:
	rm -f Makefile.bak *.o *.a *~ .depend

dep:    depend

depend:
	$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend

#
# include dependency files if they exist
#
ifneq ($(wildcard .depend),)
include .depend
endif




More information about the MPlayer-G2-dev mailing list