You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spOSMroute/Makefile.rules.gtk

14 lines
367 B

# Makefile.rules
GTKVERSION = 1
HAVEXML = 1
DEPENDFILE = .depend
DEBUG = -ggdb -pg
AR = /usr/bin/ar
CC = /usr/bin/gcc
CFLAGS = -Wall -g -I../main -I../ -I../mapsys -I../gui -I../gtk -I../wince -I../draw -I../base -DSPOSMROUTE -DHAVE_LOCALE_H -DHAVE_GTK `pkg-config --cflags libxml-2.0 gtk+-2.0` $(DEBUG) -Wl,--export-dynamic
%.o: %.c
$(CC) $(CFLAGS) -c $<