# # 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=ProjectCenter APP_NAME=ProjectCenter GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT) ProjectCenter_APPLICATION_ICON=ProjectCenter.app.tiff # # Additional libraries # ADDITIONAL_GUI_LIBS += -lProjectCenter # # Resource files # ProjectCenter_RESOURCE_FILES= \ ProjectCenterInfo.plist \ FileIcon_.c.tiff \ FileIcon_.h.tiff \ FileIcon_.m.tiff \ FileIcon_rtf.tiff \ ProjectCenter.app.tiff \ ProjectCenter.tiff \ ProjectCenter_clean.tiff \ ProjectCenter_debug.tiff \ ProjectCenter_install.tiff \ ProjectCenter_make.tiff \ ProjectCenter_profile.tiff \ ProjectCenter_rpm.tiff \ ProjectCentre_add.tiff \ ProjectCentre_build.tiff \ ProjectCentre_clean.tiff \ ProjectCentre_cvs.tiff \ ProjectCentre_documentation.tiff \ ProjectCentre_files.tiff \ ProjectCentre_find.tiff \ ProjectCentre_prefs.tiff \ ProjectCentre_run.tiff \ ProjectCentre_settings.tiff \ ProjectCentre_uml.tiff \ ProjectCenter_dist.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