apps-projectcenter/PCLib/GNUmakefile
Adam Fedor e56b2c6901 removed bunches of duplicate calls, retains and releases.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@13543 72102866-910b-0410-8b05-ffd578937521
2002-04-26 03:12:50 +00:00

114 lines
2 KiB
Makefile

#
# GNUmakefile - Generated by ProjectCenter
# Written by Philippe C.D. Robert <phr@3dkit.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
#
# 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 = .
GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT)
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
#
# 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
#
# C files
#
libProjectCenter_C_FILES=
HEADERS_INSTALL = $(libProjectCenter_HEADER_FILES)
-include GNUmakefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/library.make
-include GNUmakefile.postamble