CFLAGS=-g `gtk-config --cflags` -I/usr/include/gtkextra
LDFLAGS=`gtk-config --libs` -lgtkextra

all: testboxes testbubbles testcharsel testcontour testflux testgtkfilesel testgtkfont testgtkiconlist testgtkplot3d testgtkplot testgtksheet testimage testpixmap testpolar testrealtime

clean:
	-rm -f *.o plotdemo.ps testboxes testbubbles testcharsel testcontour testflux testgtkfilesel testgtkfont testgtkiconlist testgtkplot3d testgtkplot testgtksheet testimage testpixmap testpolar testrealtime

.PHONY: all clean

testboxes: testboxes.o
testbubbles: testbubbles.o
testcharsel: testcharsel.o
testcontour: testcontour.o
testflux: testflux.o
testgtkfilesel: testgtkfilesel.o
testgtkfont: testgtkfont.o
testgtkiconlist: testgtkiconlist.o
testgtkplot3d: testgtkplot3d.o
testgtkplot: testgtkplot.o
testgtksheet: testgtksheet.o
testimage: testimage.o
testpixmap: testpixmap.o
testpolar: testpolar.o
testrealtime: testrealtime.o
