apps-projectcenter/PCLib/GNUmakefile
Sergii Stoian 684d8c4e04 Make ProjectBuilder separate panel.various changes and cleanups.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@16497 72102866-910b-0410-8b05-ffd578937521
2003-04-21 13:46:10 +00:00

124 lines
2.3 KiB
Makefile

#
# GNUmakefile - Generated by ProjectCenter
# Written by Philippe C.D. Robert <probert@siggraph.org>
#
# NOTE: Do NOT change this file -- ProjectCenter maintains it!
#
# Put all of your customisations in GNUmakefile.preamble and
# GNUmakefile.postamble
#
include $(GNUSTEP_MAKEFILES)/common.make
include Version
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
#
# Subprojects
#
#
# Library
#
PACKAGE_NAME=ProjectCenter
LIBRARY_VAR=PROJECTCENTER
LIBRARY_NAME=libProjectCenter
libProjectCenter_HEADER_FILES_DIR=.
libProjectCenter_HEADER_FILES_INSTALL_DIR=/ProjectCenter
ADDITIONAL_INCLUDE_DIRS = -I..
srcdir = .
PROJECTCENTER_INSTALLATION_DIR=$(GNUSTEP_INSTALLATION_DIR)
PROJECTCENTER_INSTALL_PREFIX=$(GNUSTEP_INSTALLATION_DIR)
#
# Additional libraries
#
libProjectCenter_LIBRARIES_DEPEND_UPON += -lgnustep-gui
#
# Header files
#
libProjectCenter_HEADER_FILES= \
PCBrowserController.h \
PCBundleLoader.h \
PCDataSource.h \
PCEditorView.h \
PCFileManager.h \
PCProject.h \
PCProjectBuilder.h \
PCProjectDebugger.h \
PCProjectManager.h \
PCServer.h \
FileCreator.h \
PreferenceController.h \
ProjectBuilder.h \
ProjectCenter.h \
ProjectDebugger.h \
ProjectEditor.h \
ProjectType.h \
Server.h \
PCSplitView.h \
PCEditor.h \
PCEditorController.h \
PCDefines.h \
PCTextFinder.h \
PCProjectEditor.h \
ProjectComponent.h \
PCProject+ComponentHandling.h \
PCEditorView+Highlighting.h \
PCHistoryController.h \
PCMakefileFactory.h \
PCEditor+UInterface.h \
PCFileManager+UInterface.h \
PCProjectManager+UInterface.h \
PCProject+UInterface.h \
PCTextFinder+UInterface.h
#
# Class files
#
libProjectCenter_OBJC_FILES= \
PCBrowserController.m \
PCBundleLoader.m \
PCDataSource.m \
PCEditorView.m \
PCFileManager.m \
PCProject.m \
PCProjectBuilder.m \
PCProjectDebugger.m \
PCProjectManager.m \
PCServer.m \
PCSplitView.m \
PCEditor.m \
PCEditorController.m \
PCTextFinder.m \
PCProjectEditor.m \
PCProject+ComponentHandling.m \
PCEditorView+Highlighting.m \
PCHistoryController.m \
PCMakefileFactory.m \
PCEditor+UInterface.m \
PCFileManager+UInterface.m \
PCProjectManager+UInterface.m \
PCProject+UInterface.m \
PCTextFinder+UInterface.m
#
# C files
#
libProjectCenter_C_FILES=
HEADERS_INSTALL = $(libProjectCenter_HEADER_FILES)
-include GNUmakefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/library.make
-include GNUmakefile.postamble