mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-22 19:31:56 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12018 72102866-910b-0410-8b05-ffd578937521
93 lines
1.6 KiB
Makefile
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
|