comparison libmpeg2/Makefile @ 1234:dfccdda074e5

OPTFLAGS vs. INCLUDES cleanup
author arpi
date Tue, 26 Jun 2001 23:15:58 +0000
parents 6d3a6d42c831
children f6d2a4bc9bb5
comparison
equal deleted inserted replaced
1233:554fca022743 1234:dfccdda074e5
3 3
4 include ../config.mak 4 include ../config.mak
5 5
6 SRCS = header.c idct.c idct_mmx.c motion_comp.c motion_comp_mmx.c slice.c stats.c decode.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 = $(SRCS:.c=.o) 7 OBJS = $(SRCS:.c=.o)
8 INCLUDE = -I. -I../libvo -I.. 8 INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC)
9 CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY 9 CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY
10 10
11 .SUFFIXES: .c .o 11 .SUFFIXES: .c .o
12 12
13 # .PHONY: all clean 13 # .PHONY: all clean