mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-20 18:32:17 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@20600 72102866-910b-0410-8b05-ffd578937521
119 lines
2.2 KiB
Makefile
119 lines
2.2 KiB
Makefile
#
|
|
# GNUmakefile - Generated by ProjectCenter
|
|
#
|
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
|
|
|
|
|
#
|
|
# Framework
|
|
#
|
|
VERSION = 0.4.1
|
|
FRAMEWORK_NAME = ProjectCenter
|
|
ProjectCenter_CURRENT_VERSION_NAME = 0.4.1
|
|
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 \
|
|
\
|
|
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
|
|
|
|
#
|
|
# 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
|