comparison libmpeg2/Makefile @ 9852:47984e3f54ce

Importing libmpeg2 from mpeg2dec-0.3.1
author arpi
date Sun, 06 Apr 2003 16:36:02 +0000
parents 0cdc1388f02f
children f486ad4016ad
comparison
equal deleted inserted replaced
9851:6a348d3ed626 9852:47984e3f54ce
1 1
2 LIBNAME = libmpeg2.a 2 LIBNAME = libmpeg2.a
3 3
4 include ../config.mak 4 include ../config.mak
5 5
6 SRCS = header.c idct.c idct_mmx.c idct_mlib.c \ 6 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
7 motion_comp.c motion_comp_mmx.c motion_comp_mlib.c \ 7
8 slice.c stats.c # decode.c
9 OBJS = $(SRCS:.c=.o) 8 OBJS = $(SRCS:.c=.o)
10 INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC) $(MLIB_INC) 9 INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC) $(MLIB_INC)
11 CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY 10 CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY
12 11
13 .SUFFIXES: .c .o 12 .SUFFIXES: .c .o