all: 
	(cd gpsource; make)
clean:
	(cd gpsource; rm -f *.o)
	(cd gpfiles; rm -f gpss)

