head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2005.07.29.06.27.01; author behdad; state Exp; branches; next 1.2; commitid c4842e9cc294567; 1.2 date 2005.07.29.05.48.07; author behdad; state Exp; branches; next 1.1; commitid 7e5c42e9c3074567; 1.1 date 2004.09.30.20.02.16; author sxpert; state Exp; branches; next ; desc @@ 1.3 log @Oops! pkg-config for cairo, not gtk+. @ text @APPS = cairo-fb CFLAGS = -Wall LDFLAGS = -lm CFLAGS += `pkg-config cairo --cflags` LDFLAGS += `pkg-config cairo --libs` all: $(APPS) clean: rm -f $(APPS) @ 1.2 log @2005-07-29 Behdad Esfahbod * Updated to cairo 0.6.0 API. @ text @d6 2 a7 2 CFLAGS += `pkg-config gtk+-2.0 --cflags` LDFLAGS += `pkg-config gtk+-2.0 --libs` @ 1.1 log @ first version of the frame buffer demo @ text @d1 1 d3 2 d6 2 a7 2 fbtest : fbtest.o gcc `pkg-config --libs cairo` -o fbtest fbtest.o d9 1 a9 2 fbtest.o: fbtest.c gcc `pkg-config --cflags cairo` -c fbtest.c d12 1 a12 1 rm *.o fbtest @