2000-08-27 19:11:42 +00:00
|
|
|
#
|
2002-01-07 10:00:23 +00:00
|
|
|
# GNUmakefile - Generated by ProjectCenter
|
2002-11-27 18:16:30 +00:00
|
|
|
# Written by Philippe C.D. Robert <probert@siggraph.org>
|
2000-08-27 19:11:42 +00:00
|
|
|
#
|
2002-01-07 10:00:23 +00:00
|
|
|
# NOTE: Do NOT change this file -- ProjectCenter maintains it!
|
2000-08-27 19:11:42 +00:00
|
|
|
#
|
2002-01-07 10:00:23 +00:00
|
|
|
# Put all of your customisations in GNUmakefile.preamble and
|
|
|
|
# GNUmakefile.postamble
|
2000-08-27 19:11:42 +00:00
|
|
|
#
|
2002-01-07 10:00:23 +00:00
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
include Version
|
|
|
|
|
2002-04-26 03:12:50 +00:00
|
|
|
|
|
|
|
#
|
2002-01-07 10:00:23 +00:00
|
|
|
# Subprojects
|
2000-08-27 19:11:42 +00:00
|
|
|
#
|
2002-01-07 10:00:23 +00:00
|
|
|
|
2002-04-26 03:12:50 +00:00
|
|
|
|
|
|
|
|
2000-08-27 19:11:42 +00:00
|
|
|
#
|
2002-01-07 10:00:23 +00:00
|
|
|
# Library
|
2000-08-27 19:11:42 +00:00
|
|
|
#
|
|
|
|
|
2002-01-07 10:00:23 +00:00
|
|
|
PACKAGE_NAME=ProjectCenter
|
|
|
|
LIBRARY_VAR=PROJECTCENTER
|
|
|
|
LIBRARY_NAME=libProjectCenter
|
|
|
|
libProjectCenter_HEADER_FILES_DIR=.
|
|
|
|
libProjectCenter_HEADER_FILES_INSTALL_DIR=/ProjectCenter
|
2002-04-26 03:12:50 +00:00
|
|
|
ADDITIONAL_INCLUDE_DIRS = -I..
|
|
|
|
srcdir = .
|
2002-01-07 10:00:23 +00:00
|
|
|
PROJECTCENTER_INSTALLATION_DIR=$(GNUSTEP_INSTALLATION_DIR)
|
|
|
|
PROJECTCENTER_INSTALL_PREFIX=$(GNUSTEP_INSTALLATION_DIR)
|
2002-01-02 17:33:01 +00:00
|
|
|
|
2002-04-26 03:12:50 +00:00
|
|
|
|
|
|
|
#
|
2002-01-07 10:00:23 +00:00
|
|
|
# Additional libraries
|
|
|
|
#
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2002-01-07 10:00:23 +00:00
|
|
|
libProjectCenter_LIBRARIES_DEPEND_UPON += -lgnustep-gui
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2002-01-07 10:00:23 +00:00
|
|
|
#
|
|
|
|
# Header files
|
|
|
|
#
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2002-01-07 10:00:23 +00:00
|
|
|
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 \
|
2002-01-27 13:55:07 +00:00
|
|
|
Server.h \
|
2002-01-29 21:29:30 +00:00
|
|
|
PCSplitView.h \
|
2002-02-02 17:56:44 +00:00
|
|
|
PCEditor.h \
|
2002-02-02 21:12:49 +00:00
|
|
|
PCEditorController.h \
|
2002-02-03 16:30:35 +00:00
|
|
|
PCDefines.h \
|
2002-02-11 22:19:39 +00:00
|
|
|
PCTextFinder.h \
|
|
|
|
PCProjectEditor.h \
|
|
|
|
ProjectComponent.h \
|
2002-02-17 17:40:24 +00:00
|
|
|
PCProject+ComponentHandling.h \
|
2002-02-21 21:17:22 +00:00
|
|
|
PCEditorView+Highlighting.h \
|
2002-03-01 10:39:44 +00:00
|
|
|
PCHistoryController.h \
|
2002-11-27 18:16:30 +00:00
|
|
|
PCMakefileFactory.h \
|
|
|
|
PCEditor+UInterface.h \
|
|
|
|
PCFileManager+UInterface.h \
|
|
|
|
PCProjectManager+UInterface.h \
|
|
|
|
PCProject+UInterface.h \
|
|
|
|
PCTextFinder+UInterface.h
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2002-01-07 10:00:23 +00:00
|
|
|
#
|
|
|
|
# Class files
|
|
|
|
#
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2002-01-07 10:00:23 +00:00
|
|
|
libProjectCenter_OBJC_FILES= \
|
|
|
|
PCBrowserController.m \
|
|
|
|
PCBundleLoader.m \
|
|
|
|
PCDataSource.m \
|
|
|
|
PCEditorView.m \
|
|
|
|
PCFileManager.m \
|
|
|
|
PCProject.m \
|
|
|
|
PCProjectBuilder.m \
|
|
|
|
PCProjectDebugger.m \
|
|
|
|
PCProjectManager.m \
|
2002-01-27 13:55:07 +00:00
|
|
|
PCServer.m \
|
2002-01-29 21:29:30 +00:00
|
|
|
PCSplitView.m \
|
2002-02-02 17:56:44 +00:00
|
|
|
PCEditor.m \
|
2002-02-03 16:30:35 +00:00
|
|
|
PCEditorController.m \
|
2002-02-11 22:19:39 +00:00
|
|
|
PCTextFinder.m \
|
|
|
|
PCProjectEditor.m \
|
2002-02-17 17:40:24 +00:00
|
|
|
PCProject+ComponentHandling.m \
|
2002-02-21 21:17:22 +00:00
|
|
|
PCEditorView+Highlighting.m \
|
2002-03-01 10:39:44 +00:00
|
|
|
PCHistoryController.m \
|
2002-11-27 18:16:30 +00:00
|
|
|
PCMakefileFactory.m \
|
|
|
|
PCEditor+UInterface.m \
|
|
|
|
PCFileManager+UInterface.m \
|
|
|
|
PCProjectManager+UInterface.m \
|
|
|
|
PCProject+UInterface.m \
|
|
|
|
PCTextFinder+UInterface.m
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2002-01-07 10:00:23 +00:00
|
|
|
#
|
|
|
|
# C files
|
|
|
|
#
|
|
|
|
|
|
|
|
libProjectCenter_C_FILES=
|
|
|
|
|
|
|
|
HEADERS_INSTALL = $(libProjectCenter_HEADER_FILES)
|
|
|
|
|
|
|
|
-include GNUmakefile.preamble
|
|
|
|
-include GNUmakefile.local
|
|
|
|
include $(GNUSTEP_MAKEFILES)/library.make
|
2001-07-01 19:01:27 +00:00
|
|
|
-include GNUmakefile.postamble
|