# # 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 # # Bundle # PACKAGE_NAME = BundleProject BUNDLE_NAME = BundleProject BundleProject_PRINCIPAL_CLASS = PCBundleProj # # Additional libraries # BundleProject_LIBRARIES_DEPEND_UPON += # # Resource files # BundleProject_RESOURCE_FILES = \ Resources/PC.project \ Resources/Inspector.gorm # # Header files # BundleProject_HEADERS = \ PCBundleProj.h \ PCBundleProject.h # # Class files # BundleProject_OBJC_FILES= \ PCBundleProj.m \ PCBundleProject.m # # C files # BundleProject_C_FILES = include ../GNUmakefile.bundles include $(GNUSTEP_MAKEFILES)/bundle.make