# # 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=GNUWash APP_NAME=GNUWash GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_LOCAL_ROOT)/ GNUWash_APPLICATION_ICON= GNUWash_MAIN_MODEL_FILE=GNUWash.gorm # # Additional libraries # ADDITIONAL_GUI_LIBS += # # Resource files # GNUWash_RESOURCE_FILES= \ GNUWash.gorm \ Preferences.gorm \ GNUWashInfo.plist \ gnuwash.tiff \ pizza.tiff \ tea.tiff \ alarm.tiff \ GNUTimer.tiff # # Header files # GNUWash_HEADER_FILES= \ Backend.h \ Todo.h # # Class files # GNUWash_OBJC_FILES= \ main.m \ Backend.m \ Todo.m # # C files # GNUWash_C_FILES= -include GNUmakefile.preamble -include GNUmakefile.local include $(GNUSTEP_MAKEFILES)/aggregate.make include $(GNUSTEP_MAKEFILES)/application.make -include GNUmakefile.postamble