apps-projectcenter/Library/GNUmakefile
Sergii Stoian 17526fd33f Removed Modules/ApplicationProject/Resources/GNUmakefile.*
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@19557 72102866-910b-0410-8b05-ffd578937521
2004-06-19 22:30:45 +00:00

117 lines
2.2 KiB
Makefile

#
# GNUmakefile - Generated by ProjectCenter
#
include $(GNUSTEP_MAKEFILES)/common.make
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
#
# Framework
#
VERSION = 0.4.0
FRAMEWORK_NAME = ProjectCenter
ProjectCenter_CURRENT_VERSION_NAME = 0.4.0
ProjectCenter_DEPLOY_WITH_CURRENT_VERSION = yes
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 \
ProjectType.h \
Server.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