#
# GNUmakefile - Generated by ProjectCenter
#
PACKAGE_NAME = ProjectCenter
include $(GNUSTEP_MAKEFILES)/common.make

#
# Framework
#
VERSION = 0.6.0
FRAMEWORK_NAME = ProjectCenter
ProjectCenter_CURRENT_VERSION_NAME = 0.6.0
ProjectCenter_DEPLOY_WITH_CURRENT_VERSION = yes
ProjectCenter_HEADER_FILES_DIR = ../Headers/ProjectCenter

ProjectCenter_LIBRARIES_DEPEND_UPON += $(OBJC_LIBS) $(FND_LIBS) $(GUI_LIBS)

#
# Subprojects
#
#SUBPROJECTS = Resources

#
# Header files
#
ProjectCenter_HEADER_FILES = \
  PCDefines.h \
  ProjectCenter.h \
  \
  PCBundleManager.h \
  PCEditorManager.h \
  PCFileManager.h \
  PCAddFilesPanel.h \
  PCFileCreator.h \
  PCMakefileFactory.h \
  PCSaveModified.h \
  \
  PCProjectManager.h \
  PCProject.h \
  PCProjectWindow.h \
  PCProjectInspector.h \
  PCProjectBuilder.h \
  PCProjectBuilderOptions.h \
  PCProjectBuilderPanel.h \
  PCProjectLauncher.h \
  PCProjectLauncherPanel.h \
  PCProjectEditor.h \
  \
  PCProjectBrowser.h \
  PCProjectLoadedFiles.h \
  PCProjectLoadedFilesPanel.h \
  \
  PCFileNameField.h \
  PCFileNameIcon.h \
  \
  PCLogController.h

#
# Class files
#

ProjectCenter_OBJC_FILES = \
  PCBundleManager.m \
  PCEditorManager.m \
  PCMakefileFactory.m \
  PCFileManager.m \
  PCAddFilesPanel.m \
  PCFileCreator.m \
  PCSaveModified.m \
  \
  PCProjectManager.m \
  PCProject.m \
  PCProjectWindow.m \
  PCProjectInspector.m \
  PCProjectBuilder.m \
  PCProjectBuilderOptions.m \
  PCProjectBuilderPanel.m \
  PCProjectLauncher.m \
  PCProjectLauncherPanel.m \
  PCProjectEditor.m \
  \
  PCProjectBrowser.m \
  PCProjectLoadedFiles.m \
  PCProjectLoadedFilesPanel.m \
  \
  PCButton.m \
  PCFileNameField.m \
  PCFileNameIcon.m \
  \
  PCLogController.m

#
# Resources
#
ProjectCenter_RESOURCE_FILES = \
  Resources/cfile.template \
  Resources/cheader.template \
  Resources/class.template \
  Resources/gsmarkup.template \
  Resources/header.template \
  Resources/postamble.template \
  Resources/protocol.template \

#
# Localization
#
ProjectCenter_LOCALIZED_RESOURCE_FILES = \
  ProjectWindow.gorm \
  BuilderPanel.gorm \
  Builder.gorm \
  BuilderOptions.gorm \
  NewSubproject.gorm \
  NewFile.gorm \
  ProjectInspector.gorm \
  BuildAttributes.gorm \
  ProjectAttributes.gorm \
  ProjectDescription.gorm \
  ProjectLanguages.gorm \
  FileAttributes.gorm \
  LogPanel.gorm \
  SaveModified.gorm 


ProjectCenter_LANGUAGES = \
English


-include GNUmakefile.preamble

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

-include GNUmakefile.postamble
