# # GNUmakefile - Generated by ProjectCenter # include $(GNUSTEP_MAKEFILES)/common.make GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) # # Library # #LIBRARY_VAR = PROJECTCENTER #PACKAGE_NAME = ProjectCenter #VERSION = 0.4.0 FRAMEWORK_NAME = ProjectCenter ProjectCenter_CURRENT_VERSION_NAME = 0.4.0 ProjectCenter_DEPLOY_WITH_CURRENT_VERSION = yes #libProjectCenter_HEADER_FILES_INSTALL_DIR = ProjectCenter #HEADERS_INSTALL = $(libProjectCenter_HEADER_FILES) ProjectCenter_LIBRARIES_DEPEND_UPON += -lgnustep-gui # # Subprojects # #SUBPROJECTS = Resources # # Header files # ProjectCenter_HEADER_FILES = \ PCBundleLoader.h \ PCFileManager.h \ PCFileCreator.h \ PCServer.h \ PCMakefileFactory.h \ PCSplitView.h \ PCButton.h \ \ PCProjectManager.h \ PCBuildPanel.h \ PCLaunchPanel.h \ PCLoadedFilesPanel.h \ PCProject.h \ PCProjectWindow.h \ PCProjectInspector.h \ PCProjectBuilder.h \ PCProjectLauncher.h \ PCProjectEditor.h \ \ PCProjectBrowser.h \ PCProjectLoadedFiles.h \ \ PCEditor.h \ PCEditorView.h \ PCEditorView+Highlighting.h \ PCTextFinder.h \ PCTextFinder+UInterface.h \ \ PCDefines.h \ ProjectCenter.h \ ProjectEditor.h \ ProjectType.h \ Server.h \ ProjectComponent.h \ PreferenceController.h \ ProjectBuilder.h \ ProjectDebugger.h # # Class files # ProjectCenter_OBJC_FILES = \ PCBundleLoader.m \ PCFileManager.m \ PCFileCreator.m \ PCServer.m \ PCMakefileFactory.m \ PCSplitView.m \ PCButton.m \ \ PCProjectManager.m \ PCBuildPanel.m \ PCLaunchPanel.m \ PCLoadedFilesPanel.m \ PCProject.m \ PCProjectWindow.m \ PCProjectInspector.m \ PCProjectBuilder.m \ PCProjectLauncher.m \ PCProjectEditor.m \ \ PCProjectBrowser.m \ PCProjectLoadedFiles.m \ \ PCEditor.m \ PCEditorView.m \ PCEditorView+Highlighting.m \ PCTextFinder.m \ PCTextFinder+UInterface.m # # Resources # ProjectCenter_RESOURCE_FILES = \ Resources/NewSubproject.gorm \ Resources/NewFile.gorm \ Resources/ProjectInspector.gorm \ Resources/BuildAttributes.gorm \ Resources/ProjectDescription.gorm \ Resources/FileAttributes.gorm \ Resources/cfile.template \ Resources/cheader.template \ Resources/class.template \ Resources/gsmarkup.template \ Resources/header.template \ Resources/postamble.template \ Resources/protocol.template -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/framework.make include $(GNUSTEP_MAKEFILES)/aggregate.make -include GNUmakefile.postamble