# # 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 # # # Bundle # PACKAGE_NAME=PCBundleProj BUNDLE_NAME=PCBundleProj BUNDLE_EXTENSION=.bundle BUNDLE_INSTALL_DIR=$(GNUSTEP_SYSTEM_ROOT)/Library/ProjectCenter PCBundleProj_PRINCIPAL_CLASS=PCBundleProj # # Additional libraries # PCBundleProj_LIBRARIES_DEPEND_UPON += -lProjectCenter # # Resource files # PCBundleProj_RESOURCE_FILES= \ PC.proj # # Header files # PCBundleProj_HEADERS= \ PCBundleProject.h \ PCBundleProj.h \ PCBundleMakefileFactory.h # # Class files # PCBundleProj_OBJC_FILES= \ PCBundleProject.m \ PCBundleProj.m \ PCBundleMakefileFactory.m # # C files # PCBundleProj_C_FILES= -include GNUmakefile.preamble -include GNUmakefile.local include $(GNUSTEP_MAKEFILES)/bundle.make -include GNUmakefile.postamble