2004-06-11 13:43:02 +00:00
|
|
|
#
|
|
|
|
# GNUmakefile - Generated by ProjectCenter
|
|
|
|
#
|
2008-12-19 13:13:49 +00:00
|
|
|
PACKAGE_NAME = ProjectCenter
|
2004-06-11 13:43:02 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
|
|
|
|
#
|
2004-06-19 22:30:45 +00:00
|
|
|
# Framework
|
2004-06-11 13:43:02 +00:00
|
|
|
#
|
2009-03-31 22:13:37 +00:00
|
|
|
VERSION = 0.6.0
|
2004-06-11 13:43:02 +00:00
|
|
|
FRAMEWORK_NAME = ProjectCenter
|
2009-03-31 22:13:37 +00:00
|
|
|
ProjectCenter_CURRENT_VERSION_NAME = 0.6.0
|
2004-06-11 13:43:02 +00:00
|
|
|
ProjectCenter_DEPLOY_WITH_CURRENT_VERSION = yes
|
2006-12-26 10:58:39 +00:00
|
|
|
ProjectCenter_HEADER_FILES_DIR = ../Headers/ProjectCenter
|
2004-06-11 13:43:02 +00:00
|
|
|
|
2009-01-16 23:59:19 +00:00
|
|
|
ProjectCenter_LIBRARIES_DEPEND_UPON += $(OBJC_LIBS) $(FND_LIBS) $(GUI_LIBS)
|
2004-06-11 13:43:02 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Subprojects
|
|
|
|
#
|
|
|
|
#SUBPROJECTS = Resources
|
|
|
|
|
|
|
|
#
|
|
|
|
# Header files
|
|
|
|
#
|
|
|
|
ProjectCenter_HEADER_FILES = \
|
2006-12-26 10:58:39 +00:00
|
|
|
PCDefines.h \
|
|
|
|
ProjectCenter.h \
|
|
|
|
\
|
|
|
|
PCBundleManager.h \
|
2008-01-21 22:26:36 +00:00
|
|
|
PCEditorManager.h \
|
2004-06-11 13:43:02 +00:00
|
|
|
PCFileManager.h \
|
2005-01-03 00:20:54 +00:00
|
|
|
PCAddFilesPanel.h \
|
2004-06-11 13:43:02 +00:00
|
|
|
PCFileCreator.h \
|
|
|
|
PCMakefileFactory.h \
|
2009-02-22 21:04:05 +00:00
|
|
|
PCSaveModified.h \
|
2004-06-11 13:43:02 +00:00
|
|
|
\
|
|
|
|
PCProjectManager.h \
|
|
|
|
PCProject.h \
|
|
|
|
PCProjectWindow.h \
|
|
|
|
PCProjectInspector.h \
|
|
|
|
PCProjectBuilder.h \
|
2007-08-21 21:30:36 +00:00
|
|
|
PCProjectBuilderOptions.h \
|
2006-12-26 10:58:39 +00:00
|
|
|
PCProjectBuilderPanel.h \
|
2004-06-11 13:43:02 +00:00
|
|
|
PCProjectLauncher.h \
|
2006-12-26 10:58:39 +00:00
|
|
|
PCProjectLauncherPanel.h \
|
2004-06-11 13:43:02 +00:00
|
|
|
PCProjectEditor.h \
|
|
|
|
\
|
|
|
|
PCProjectBrowser.h \
|
|
|
|
PCProjectLoadedFiles.h \
|
2006-12-26 10:58:39 +00:00
|
|
|
PCProjectLoadedFilesPanel.h \
|
2004-06-11 13:43:02 +00:00
|
|
|
\
|
2009-01-16 23:02:48 +00:00
|
|
|
PCFileNameField.h \
|
|
|
|
PCFileNameIcon.h \
|
|
|
|
\
|
2013-09-25 00:25:49 +00:00
|
|
|
PCLogController.h \
|
|
|
|
\
|
|
|
|
PCAuxiliaryWindow.h
|
2004-06-11 13:43:02 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Class files
|
|
|
|
#
|
|
|
|
|
|
|
|
ProjectCenter_OBJC_FILES = \
|
2006-12-26 10:58:39 +00:00
|
|
|
PCBundleManager.m \
|
2008-01-21 22:26:36 +00:00
|
|
|
PCEditorManager.m \
|
2006-12-26 10:58:39 +00:00
|
|
|
PCMakefileFactory.m \
|
2004-06-11 13:43:02 +00:00
|
|
|
PCFileManager.m \
|
2005-01-03 00:20:54 +00:00
|
|
|
PCAddFilesPanel.m \
|
2004-06-11 13:43:02 +00:00
|
|
|
PCFileCreator.m \
|
2009-02-22 21:04:05 +00:00
|
|
|
PCSaveModified.m \
|
2004-06-11 13:43:02 +00:00
|
|
|
\
|
|
|
|
PCProjectManager.m \
|
|
|
|
PCProject.m \
|
|
|
|
PCProjectWindow.m \
|
|
|
|
PCProjectInspector.m \
|
|
|
|
PCProjectBuilder.m \
|
2007-08-21 21:30:36 +00:00
|
|
|
PCProjectBuilderOptions.m \
|
2006-12-26 10:58:39 +00:00
|
|
|
PCProjectBuilderPanel.m \
|
2004-06-11 13:43:02 +00:00
|
|
|
PCProjectLauncher.m \
|
2006-12-26 10:58:39 +00:00
|
|
|
PCProjectLauncherPanel.m \
|
2004-06-11 13:43:02 +00:00
|
|
|
PCProjectEditor.m \
|
|
|
|
\
|
|
|
|
PCProjectBrowser.m \
|
|
|
|
PCProjectLoadedFiles.m \
|
2006-12-26 10:58:39 +00:00
|
|
|
PCProjectLoadedFilesPanel.m \
|
2004-06-11 13:43:02 +00:00
|
|
|
\
|
2006-12-26 10:58:39 +00:00
|
|
|
PCButton.m \
|
|
|
|
PCFileNameField.m \
|
|
|
|
PCFileNameIcon.m \
|
2005-11-18 00:20:47 +00:00
|
|
|
\
|
2013-09-25 00:25:49 +00:00
|
|
|
PCLogController.m \
|
|
|
|
\
|
|
|
|
PCAuxiliaryWindow.m
|
2004-06-11 13:43:02 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Resources
|
|
|
|
#
|
|
|
|
ProjectCenter_RESOURCE_FILES = \
|
|
|
|
Resources/cfile.template \
|
|
|
|
Resources/cheader.template \
|
|
|
|
Resources/class.template \
|
|
|
|
Resources/gsmarkup.template \
|
|
|
|
Resources/header.template \
|
|
|
|
Resources/postamble.template \
|
2005-11-18 00:20:47 +00:00
|
|
|
Resources/protocol.template \
|
2006-12-26 17:04:57 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Localization
|
|
|
|
#
|
|
|
|
ProjectCenter_LOCALIZED_RESOURCE_FILES = \
|
|
|
|
ProjectWindow.gorm \
|
2007-01-09 16:49:47 +00:00
|
|
|
BuilderPanel.gorm \
|
|
|
|
Builder.gorm \
|
2007-06-04 22:27:18 +00:00
|
|
|
BuilderOptions.gorm \
|
2006-12-26 17:04:57 +00:00
|
|
|
NewSubproject.gorm \
|
|
|
|
NewFile.gorm \
|
|
|
|
ProjectInspector.gorm \
|
|
|
|
BuildAttributes.gorm \
|
|
|
|
ProjectAttributes.gorm \
|
|
|
|
ProjectDescription.gorm \
|
2010-11-22 17:25:34 +00:00
|
|
|
ProjectLanguages.gorm \
|
2006-12-26 17:04:57 +00:00
|
|
|
FileAttributes.gorm \
|
|
|
|
LogPanel.gorm \
|
2009-02-22 21:46:01 +00:00
|
|
|
SaveModified.gorm
|
2009-02-22 01:31:37 +00:00
|
|
|
|
2006-12-26 17:04:57 +00:00
|
|
|
|
|
|
|
ProjectCenter_LANGUAGES = \
|
|
|
|
English
|
|
|
|
|
2004-06-11 13:43:02 +00:00
|
|
|
|
|
|
|
-include GNUmakefile.preamble
|
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/framework.make
|
|
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
|
|
|
|
|
|
|
-include GNUmakefile.postamble
|