# a pointer to the GNUstep makefiles on our machines GNUSTEP_MAKEFILES = /usr/share/GNUstep/Makefiles # I like C99... ADDITIONAL_OBJCFLAGS = "-std=c99" include $(GNUSTEP_MAKEFILES)/common.make TOOL_NAME = Polygon Polygon_OBJC_FILES = point.m polygon.m main.m include $(GNUSTEP_MAKEFILES)/tool.make