comparison postproc/Makefile @ 2927:66764532e1e6

postproc/ dir now respects --with-extraincdir Now that I'm fixing configure1, here comes configure2 ehh ;)
author gabucino
date Fri, 16 Nov 2001 19:13:03 +0000
parents ae79207a3055
children 86910f54c391
comparison
equal deleted inserted replaced
2926:54e3d25b5962 2927:66764532e1e6
8 8
9 ifeq ($(TARGET_ARCH_X86),yes) 9 ifeq ($(TARGET_ARCH_X86),yes)
10 SRCS += yuv2rgb_mmx.c 10 SRCS += yuv2rgb_mmx.c
11 endif 11 endif
12 12
13 CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -Wall 13 CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -Wall $(EXTRA_INC)
14 # -I/usr/X11R6/include/ 14 # -I/usr/X11R6/include/
15 15
16 .SUFFIXES: .c .o 16 .SUFFIXES: .c .o
17 17
18 # .PHONY: all clean 18 # .PHONY: all clean