apps-projectcenter/PCLibProj/GNUmakefile
Philippe C.D. Robert fed5094fe2 The inspector now handles the installation path and other settings. Furthermore
it does not save changes automatically but marks the project as being edited.
Upon 'save' the project file and GNUmakefile are being saved, not before!
In addition the various PC* bundles are now maintained by ProjectCenter itself.
The installation path for ProjectCenter.app is corrected to the SYSTEM ROOT as
well.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11948 72102866-910b-0410-8b05-ffd578937521
2002-01-02 16:05:02 +00:00

72 lines
996 B
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
#
# Subprojects
#
#
# Bundle
#
PACKAGE_NAME=PCLibProj
BUNDLE_NAME=PCLibProj
BUNDLE_EXTENSION=.bundle
BUNDLE_INSTALL_DIR=$(GNUSTEP_SYSTEM_ROOT)/Library/ProjectCenter
PCLibProj_PRINCIPAL_CLASS=PCLibProj
#
# Additional libraries
#
PCLibProj_LIBRARIES_DEPEND_UPON +=
#
# Resource files
#
PCLibProj_RESOURCE_FILES= \
PC.proj \
Version
#
# Header files
#
PCLibProj_HEADERS= \
PCLibMakefileFactory.h \
PCLibProj.h \
PCLibProject.h
#
# Class files
#
PCLibProj_OBJC_FILES= \
PCLibMakefileFactory.m \
PCLibProj.m \
PCLibProject.m
#
# C files
#
PCLibProj_C_FILES=
-include GNUmakefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble