head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2005.05.17.15.19.39; author cworth; state Exp; branches; next 1.1; commitid 1f30428a0b8a4567; 1.1 date 2005.01.24.16.16.51; author cworth; state Exp; branches; next ; desc @@ 1.2 log @ * Makefile: * kapow.c: (bend_it), (make_text_path), (stdio_write), (main): Update to all the latest cairo API changes. @ text @MYCFLAGS= $(shell pkg-config --cflags cairo libpng) -Wall -g -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing LDLIBS = $(shell pkg-config --libs cairo libpng) -g all: kapow %.o:%.c $(CC) $(CFLAGS) $(MYCFLAGS) -c $^ kapow : kapow.o clean : rm kapow.o kapow @ 1.1 log @ * kapow.c (main): Print usage message if not argument is given. Default to text of kapow. @ text @d1 1 a1 1 CFLAGS = $(shell pkg-config --cflags cairo libpng) -Wall -g d4 5 @