comparison TOOLS/subfont-c/Makefile @ 17014:c304e5836276

Unify include path handling by adding $(MPROOT) to CFLAGS.
author diego
date Fri, 18 Nov 2005 14:57:15 +0000
parents 3bfc7cbf4060
children
comparison
equal deleted inserted replaced
17013:3bfc7cbf4060 17014:c304e5836276
2 MPROOT=../.. 2 MPROOT=../..
3 3
4 include $(MPROOT)/config.mak 4 include $(MPROOT)/config.mak
5 5
6 LDLIBS=-lm $(MPROOT)/osdep/timer-lx.o $(shell freetype-config --libs) 6 LDLIBS=-lm $(MPROOT)/osdep/timer-lx.o $(shell freetype-config --libs)
7 CFLAGS=$(OPTFLAGS) $(shell freetype-config --cflags) 7 CFLAGS=$(OPTFLAGS) $(shell freetype-config --cflags) -I$(MPROOT)
8 8
9 #CFLAGS+=-O0 # for RedHat's gcc-2.96-95 9 #CFLAGS+=-O0 # for RedHat's gcc-2.96-95
10 #CFLAGS+=-DOLD_FREETYPE2 # for FreeType 2.0.1 10 #CFLAGS+=-DOLD_FREETYPE2 # for FreeType 2.0.1
11 #CFLAGS+=-g 11 #CFLAGS+=-g
12 #CFLAGS+=-DDEBUG 12 #CFLAGS+=-DDEBUG