head 1.9; access; symbols; locks; strict; comment @# @; 1.9 date 2005.06.15.18.07.35; author cworth; state Exp; branches; next 1.8; commitid 550742b06e674567; 1.8 date 2004.03.31.01.56.53; author cworth; state Exp; branches; next 1.7; 1.7 date 2004.02.14.19.19.50; author pippin; state Exp; branches; next 1.6; 1.6 date 2003.12.12.19.01.28; author cworth; state Exp; branches; next 1.5; 1.5 date 2003.08.18.18.11.37; author cworth; state Exp; branches; next 1.4; 1.4 date 2003.07.18.18.35.23; author cworth; state Exp; branches; next 1.3; 1.3 date 2003.07.07.11.07.33; author cworth; state Exp; branches; next 1.2; 1.2 date 2003.04.25.20.31.20; author cworth; state Exp; branches; next 1.1; 1.1 date 2003.04.17.20.41.17; author cworth; state Exp; branches; next ; desc @@ 1.9 log @ * Makefile: Don't build gtkcairo_slide directory by default. * X11/cairo-demo-xcb.c: (win_draw): * X11/cairo-demo.c: (win_draw): * X11/cairo-spline.c: (win_refresh): Track replacement of cairo_status_string by cairo_status_to_string. @ text @all: subdirs .PHONY: all subdirs clean subdirs: ${MAKE} -C X11 ${MAKECMDGOALS} ${MAKE} -C png ${MAKECMDGOALS} ${MAKE} -C PS ${MAKECMDGOALS} clean: subdirs @ 1.8 log @Fix typo @ text @a7 1 ${MAKE} -C gtkcairo_slide ${MAKECMDGOALS} @ 1.7 log @Initial import of gtkcairo_slide @ text @d8 1 a8 1 ${MAKE} -C gtkcairo_slide $(MAKECMDGOALS} @ 1.6 log @Build in PS subdirectory too @ text @d8 1 @ 1.5 log @Added demos from OLS paper. @ text @d7 1 @ 1.4 log @Updated to work with Cairo rather than Xr @ text @d1 1 a1 2 CFLAGS=-g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls `pkg-config --cflags cairo` LDFLAGS=`pkg-config --libs cairo` d3 4 a6 1 PROGS=xrtest xrspline xrknockout xrfreq d8 1 a8 4 all: $(PROGS) clean: rm -f $(PROGS) *.o @ 1.3 log @Fixed Makefile to reference xr.pc rather than Xr.pc @ text @d1 2 a2 2 CFLAGS=-g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls `pkg-config --cflags xr` LDFLAGS=`pkg-config --libs xr` @ 1.2 log @Fixed up Makefile @ text @d1 2 a2 2 CFLAGS=-g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls `pkg-config --cflags Xr` LDFLAGS=`pkg-config --libs Xr` @ 1.1 log @Updated to track changes in Xr @ text @d2 1 a2 1 LDFLAGS=-L/usr/X11R6/lib -lXrender `pkg-config --libs Xr` d4 1 a4 1 PROGS=xrtest xrspline xrknockout @