head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2005.08.12.04.57.27; author behdad; state Exp; branches; next 1.2; commitid 40d842fc2c164567; 1.2 date 2005.06.21.15.28.23; author cworth; state Exp; branches; next 1.1; commitid 574042b832174567; 1.1 date 2005.03.31.14.37.58; author pippin; state Exp; branches; next ; desc @@ 1.3 log @2005-08-12 Behdad Esfahbod * svgspacewar.c: Misc changes to shut gcc warning up. @ text @APPS = svgspacewar CFLAGS = -g -Wall CFLAGS += `pkg-config gtk+-2.0 --cflags` LDFLAGS += `pkg-config gtk+-2.0 --libs` all: $(APPS) clean: $(RM) $(APPS) @ 1.2 log @ From Nigel Tao : * Makefile: * svgspacewar.c: (main), (on_expose_event), (draw_energy_bar), (draw_ship_body), (draw_flare), (draw_turning_flare), (draw_missile), (draw_exploded_missile), (draw_star), (show_text_message): Track changes in cairo API, bringing things up to work with cairo 0.5.0. Now uses cairo support in GTK+ rather than using gtkcairo. @ text @d1 1 a1 4 CC = gcc APPS = \ svgspacewar d11 1 a11 1 rm -f *.o $(APPS) @ 1.1 log @importing svgspacewar @ text @d8 2 a9 2 CFLAGS += `pkg-config gtkcairo --cflags` LDFLAGS += `pkg-config gtkcairo --libs` @