head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2005.08.16.00.22.14; author behdad; state Exp; branches; next 1.2; commitid 1daa430131b14567; 1.2 date 2004.11.11.15.20.56; author pippin; state Exp; branches; next 1.1; 1.1 date 2004.05.27.19.54.25; author pippin; state Exp; branches; next ; desc @@ 1.3 log @2005-08-15 Behdad Esfahbod * path_paint.c: use Gtk+ proper instead of gtkcairo. Patch from Behnam Esfahbod. (#4081) @ text @APPS = path_paint CFLAGS = -Wall -g LDFLAGS = -lm CFLAGS += `pkg-config gtk+-2.0 --cflags` LDFLAGS += `pkg-config gtk+-2.0 --libs` all: $(APPS) clean: rm -f $(APPS) @ 1.2 log @reorganization of code @ text @d3 1 a3 1 CFLAGS = -Wall d6 2 a7 2 CFLAGS += `pkg-config gtkcairo --cflags` LDFLAGS += `pkg-config gtkcairo --libs` @ 1.1 log @initial import of path_paint @ text @d1 3 a3 1 CFLAGS= -Wall d6 2 a7 3 CFLAGS+= `pkg-config gtkcairo --cflags` LDFLAGS+= `pkg-config gtkcairo --libs` CC = gcc d9 1 a9 1 all: path_paint d11 2 a12 2 test: path_paint ./path_paint @