CC=gcc LDLIBS=`gnome-config --libs gnomeui` CFLAGS=-Wall -g `gnome-config --cflags gnomeui` all: gshow relationship gshow: gshow.o relationship: relationship.o clean: rm -f gshow rm -f relationship rm -f *.o