apps-projectcenter/PCLib/GNUmakefile
Philippe C.D. Robert 346daad02e PCLib is now maintained by ProjectCenter as well!
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12018 72102866-910b-0410-8b05-ffd578937521
2002-01-07 10:00:23 +00:00

93 lines
1.6 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
GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT)
PROJECTCENTER_INSTALLATION_DIR=$(GNUSTEP_INSTALLATION_DIR)
PROJECTCENTER_INSTALL_PREFIX=$(GNUSTEP_INSTALLATION_DIR)
ADDITIONAL_INCLUDE_DIRS = -I..
srcdir = .
#
# 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
#
# 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
#
# C files
#
libProjectCenter_C_FILES=
HEADERS_INSTALL = $(libProjectCenter_HEADER_FILES)
-include GNUmakefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/library.make
-include GNUmakefile.postamble