# # 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=PajeSimulator BUNDLE_NAME=PajeSimulator BUNDLE_EXTENSION=.bundle BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje PajeSimulator_PRINCIPAL_CLASS=PajeSimul # # Additional libraries # PajeSimulator_LIBRARIES_DEPEND_UPON += # # Resource files # PajeSimulator_RESOURCE_FILES= # # Header files # PajeSimulator_HEADERS= \ PajeSimul.h \ EventNames.h \ SimulContainer.h \ UserEvent.h \ UserLink.h \ UserState.h \ SimulChunk.h # # Class files # PajeSimulator_OBJC_FILES= \ PajeSimul.m \ PajeSimul+Events.m \ SimulContainer.m \ UserEvent.m \ UserLink.m \ UserState.m \ SimulChunk.m # # C files # PajeSimulator_C_FILES= -include GNUmakefile.preamble -include GNUmakefile.local include $(GNUSTEP_MAKEFILES)/bundle.make -include GNUmakefile.postamble