CC=gcc LDLIBS=`gnome-config --libs gnomeui` CFLAGS=-Wall -g `gnome-config --cflags gnomeui` all: visual flasher showgc linestyle stipple selection setgc visual: visual.o flasher: flasher.o showgc: showgc.o linestyle: linestyle.o stipple: stipple.o selection: selection.o setgc: setgc.o clean: rm -f visual rm -f flasher rm -f showgc rm -f linestyle rm -f stipple rm -f selection rm -f setgc rm -f *.o