comparison libmpeg2/Makefile @ 36:846535ace7a2

libmpeg2-0.2.0 merge
author arpi_esp
date Sun, 04 Mar 2001 21:01:54 +0000
parents f0f2a9174225
children 91087aaea5c7
comparison
equal deleted inserted replaced
35:25f148e9890a 36:846535ace7a2
1 1
2 LIBNAME = libmpeg2.a 2 LIBNAME = libmpeg2.a
3 3
4 include ../config.mak 4 include ../config.mak
5 5
6 SRCS = decode.c header.c idct.c idct_mmx.c motion_comp.c motion_comp_mmx.c slice.c stats.c 6 SRCS = header.c idct.c idct_mmx.c motion_comp.c motion_comp_mmx.c slice.c stats.c decode.c
7 OBJS = decode.o header.o idct.o idct_mmx.o motion_comp.o motion_comp_mmx.o slice.o stats.o 7 OBJS = header.o idct.o idct_mmx.o motion_comp.o motion_comp_mmx.o slice.o stats.o decode.o
8 INCLUDE = -I. -I../libvo -I.. 8 INCLUDE = -I. -I../libvo -I..
9 CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY 9 CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY
10 10
11 .SUFFIXES: .c .o 11 .SUFFIXES: .c .o
12 12