head 1.5; access; symbols; locks; strict; comment @# @; 1.5 date 2005.08.12.07.24.27; author behdad; state Exp; branches; next 1.4; commitid 75b042fc4e5b4567; 1.4 date 2004.11.11.19.45.53; author pippin; state Exp; branches; next 1.3; 1.3 date 2004.11.11.17.49.08; author pippin; state Exp; branches; next 1.2; 1.2 date 2004.11.11.17.46.02; author pippin; state dead; branches; next 1.1; 1.1 date 2003.11.04.20.23.29; author cworth; state Exp; branches; next ; desc @@ 1.5 log @2005-08-12 Behdad Esfahbod * hello.c, mouse_events.c: updated to latest cairo+gtk api. * README: noted the change from gtkcairo to cairo+gtk. @ text @APPS = \ hello \ mouse_events CFLAGS = -g -Wall CFLAGS += `pkg-config gtk+-2.0 --cflags` LDFLAGS += `pkg-config gtk+-2.0 --libs` all: $(APPS) clean: $(RM): $(APPS) @ 1.4 log @added mouse event example @ text @d7 2 a8 2 CFLAGS += `pkg-config gtkcairo --cflags` LDFLAGS += `pkg-config gtkcairo --libs` d13 1 a13 1 rm -f *.o $(APPS) @ 1.3 log @added simple gtkcairo demo @ text @d1 3 a3 1 APPS = hello @ 1.2 log @cleaning out old gtk demo @ text @d1 1 a1 1 DEMOS=cairo-gtk-demo d3 1 a3 2 CFLAGS=-g -Wall -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls `pkg-config --cflags cairo gtk+-2.0` LDFLAGS=`pkg-config --libs cairo gtk+-2.0` d5 2 a6 1 all: ${DEMOS} d8 1 a8 3 cairo-gtk-demo: cairo-widget.o write_png.o: cairo-widget.c cairo-widget.h d11 1 a11 1 rm -f ${DEMOS} *.o @ 1.1 log @Initial import of cairo-gtk-demo program by Amaury Jacquot @ text @@