#
# GNUmakefile - Generated by ProjectCenter
#

include $(GNUSTEP_MAKEFILES)/common.make
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)


#
# Framework
#
VERSION = 0.4.3
FRAMEWORK_NAME = ProjectCenter
ProjectCenter_CURRENT_VERSION_NAME = 0.4.3
ProjectCenter_DEPLOY_WITH_CURRENT_VERSION = yes

ProjectCenter_LIBRARIES_DEPEND_UPON += -lgnustep-gui

#
# Subprojects
#
#SUBPROJECTS = Resources

#
# Header files
#
ProjectCenter_HEADER_FILES = \
  PCBundleLoader.h \
  PCFileManager.h \
  PCAddFilesPanel.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 \
  \
  PCPrefController.h \
  PCLogController.h \
  PCDefines.h \
  ProjectCenter.h \
  ProjectType.h \
  Server.h

#
# Class files
#

ProjectCenter_OBJC_FILES = \
  PCBundleLoader.m \
  PCFileManager.m \
  PCAddFilesPanel.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 \
  \
  PCPrefController.m \
  PCLogController.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 \
  Resources/LogPanel.gorm \
  Resources/Preferences.gorm

-include GNUmakefile.preamble

include $(GNUSTEP_MAKEFILES)/framework.make
include $(GNUSTEP_MAKEFILES)/aggregate.make

-include GNUmakefile.postamble
