# # 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 GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) # # Subprojects # # # Main application # PACKAGE_NAME = ProjectCenter APP_NAME = ProjectCenter ProjectCenter_APPLICATION_ICON = Images/ProjectCenter.tiff # # Additional libraries # ADDITIONAL_GUI_LIBS += -lProjectCenter # # Resource files # ProjectCenter_RESOURCE_FILES = \ ProjectCenterInfo.plist \ Images/FileIcon_.c.tiff \ Images/FileIcon_.h.tiff \ Images/FileIcon_.m.tiff \ Images/FileIcon_rtf.tiff \ Images/ProjectCenter.tiff \ Images/ProjectCenter_add.tiff \ Images/ProjectCenter_build.tiff \ Images/ProjectCenter_clean.tiff \ Images/ProjectCenter_cvs.tiff \ Images/ProjectCenter_debug.tiff \ Images/ProjectCenter_dist.tiff \ Images/ProjectCenter_documentation.tiff \ Images/ProjectCenter_files.tiff \ Images/ProjectCenter_find.tiff \ Images/ProjectCenter_install.tiff \ Images/ProjectCenter_make.tiff \ Images/ProjectCenter_prefs.tiff \ Images/ProjectCenter_profile.tiff \ Images/ProjectCenter_rpm.tiff \ Images/ProjectCenter_run.tiff \ Images/ProjectCenter_settings.tiff \ Images/ProjectCenter_uml.tiff # # Header files # ProjectCenter_HEADERS = \ PCAppController.h \ PCFindController.h \ PCInfoController.h \ PCLogController.h \ PCMenuController.h \ PCPrefController.h \ PCAppController+MenuHandling.h # # Class files # ProjectCenter_OBJC_FILES = \ PCAppController.m \ PCFindController.m \ PCInfoController.m \ PCLogController.m \ PCMenuController.m \ PCPrefController.m \ ProjectCenter_main.m \ PCAppController+MenuHandling.m # # C files # ProjectCenter_C_FILES = -include GNUmakefile.preamble -include GNUmakefile.local include $(GNUSTEP_MAKEFILES)/aggregate.make include $(GNUSTEP_MAKEFILES)/application.make -include GNUmakefile.postamble