# # 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 include Version # # Subprojects # # # Library # PACKAGE_NAME=ProjectCenter LIBRARY_VAR=PROJECTCENTER LIBRARY_NAME=libProjectCenter libProjectCenter_HEADER_FILES_DIR=. libProjectCenter_HEADER_FILES_INSTALL_DIR=/ProjectCenter GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT) PROJECTCENTER_INSTALLATION_DIR=$(GNUSTEP_INSTALLATION_DIR) PROJECTCENTER_INSTALL_PREFIX=$(GNUSTEP_INSTALLATION_DIR) ADDITIONAL_INCLUDE_DIRS = -I.. srcdir = . # # Additional libraries # libProjectCenter_LIBRARIES_DEPEND_UPON += -lgnustep-gui # # Header files # libProjectCenter_HEADER_FILES= \ PCBrowserController.h \ PCBundleLoader.h \ PCDataSource.h \ PCEditorView.h \ PCFileManager.h \ PCProject.h \ PCProjectBuilder.h \ PCProjectDebugger.h \ PCProjectManager.h \ PCServer.h \ FileCreator.h \ PreferenceController.h \ ProjectBuilder.h \ ProjectCenter.h \ ProjectDebugger.h \ ProjectEditor.h \ ProjectType.h \ Server.h # # Class files # libProjectCenter_OBJC_FILES= \ PCBrowserController.m \ PCBundleLoader.m \ PCDataSource.m \ PCEditorView.m \ PCFileManager.m \ PCProject.m \ PCProjectBuilder.m \ PCProjectDebugger.m \ PCProjectManager.m \ PCServer.m # # C files # libProjectCenter_C_FILES= HEADERS_INSTALL = $(libProjectCenter_HEADER_FILES) -include GNUmakefile.preamble -include GNUmakefile.local include $(GNUSTEP_MAKEFILES)/library.make -include GNUmakefile.postamble