comparison Gui/Makefile @ 8136:1831ce784783

fixed order of includes. there is /usr/local/include[/freetype/freetype.h] and /usr/local/include/freetype2[/freetype/freetype.h] ... what a mess!
author arpi
date Sun, 10 Nov 2002 13:12:53 +0000
parents 9246adcf95f0
children 6892658f9125
comparison
equal deleted inserted replaced
8135:66aac20bb35a 8136:1831ce784783
2 LIB = libgui.a 2 LIB = libgui.a
3 3
4 include ../config.mak 4 include ../config.mak
5 include config.mak 5 include config.mak
6 6
7 INCDIR = -I. -I../loader -I./wm -I./skin $(GTKINC) $(EXTRA_INC) $(FREETYPE_INC) 7 INCDIR = -I. -I../loader -I./wm -I./skin $(FREETYPE_INC) $(GTKINC) $(EXTRA_INC)
8 8
9 OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \ 9 OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \
10 -fexpensive-optimizations -fschedule-insns2 -Wall 10 -fexpensive-optimizations -fschedule-insns2 -Wall
11 ifeq ($(TARGET_ARCH_X86),yes) 11 ifeq ($(TARGET_ARCH_X86),yes)
12 OPTIMIZE += -malign-double 12 OPTIMIZE += -malign-double