CC=gcc LDLIBS=`gnome-config --libs gnomeui` CFLAGS=-Wall -g `gnome-config --cflags gnomeui` all: simpleline pixels rectangles polygons \ arcs text pixmap animation configure signames simpleline: simpleline.o pixels: pixels.o rectangles: rectangles.o polygons: polygons.o arcs: arcs.o text: text.o pixmap: pixmap.o animation: animation.o configure: configure.o signames: signames.o clean: rm -f simpleline rm -f pixels rm -f rectangles rm -f polygons rm -f arcs rm -f text rm -f pixmap rm -f animation rm -f configure rm -f signames rm -f *.o