# GPS # # Douglas Thrift # # $Id$ common := ../Common gps := . include $(common)/common.mk include $(gps)/GPS.mk .PHONY: all clean all: libGPS.a libGPS.a: GPS.o -include *.d $(eval $(call clean,libGPS.a *.d *.o))