# # GNUmakefile - Generated by ProjectCenter # Written by Philippe C.D. Robert # # NOTE: Do NOT change this file -- ProjectCenter maintains it! # # Put all of your customisations in GNUmakefile.preamble and # GNUmakefile.postamble # include $(GNUSTEP_MAKEFILES)/common.make # # Subprojects # # # Main application # PACKAGE_NAME=GSCommander APP_NAME=GSCommander GSCommander_APPLICATION_ICON=GSCommander.tiff # # Additional libraries # ADDITIONAL_GUI_LIBS += # # Resource files # GSCommander_RESOURCE_FILES= \ GSCommanderInfo.plist \ README \ COPYING \ GSCommander.tiff # # Header files # GSCommander_HEADERS= \ AppController.h \ Command.h # # Class files # GSCommander_OBJC_FILES= \ main.m \ AppController.m \ Command.m # # C files # GSCommander_C_FILES= -include GNUmakefile.preamble -include GNUmakefile.local include $(GNUSTEP_MAKEFILES)/aggregate.make include $(GNUSTEP_MAKEFILES)/application.make -include GNUmakefile.postamble