# # 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=FileReader BUNDLE_NAME=FileReader BUNDLE_EXTENSION=.bundle BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje FileReader_PRINCIPAL_CLASS=PajeFileReader # # Additional libraries # FileReader_LIBRARIES_DEPEND_UPON += # # Resource files # FileReader_RESOURCE_FILES= # # Header files # FileReader_HEADERS= \ PajeFileReader.h # # Class files # FileReader_OBJC_FILES= \ PajeFileReader.m # # C files # FileReader_C_FILES= -include GNUmakefile.preamble -include GNUmakefile.local include $(GNUSTEP_MAKEFILES)/bundle.make -include GNUmakefile.postamble