CC=gcc LDLIBS=`gnome-config --libs gnomeui` CFLAGS=-Wall -g `gnome-config --cflags gnomeui` all: fiver fiver2 thrice thrice2 thrice3 overlap \ opset opset2 opset3 fiver: fiver.o fiver2: fiver2.o thrice: thrice.o thrice2: thrice2.o thrice3: thrice3.o overlap: overlap.o opset: opset.o opset2: opset2.o opset3: opset3.o clean: rm -f fiver2 rm -f fiver rm -f thrice rm -f thrice2 rm -f thrice3 rm -f overlap rm -f opset rm -f opset2 rm -f opset3 rm -f *.o