mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-23 03:41:25 +00:00
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
73 lines
1 KiB
Makefile
73 lines
1 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
|
|
#
|
|
|
|
# Subprojects
|
|
#
|
|
|
|
#
|
|
# Bundle
|
|
#
|
|
|
|
PACKAGE_NAME=PCToolProj
|
|
BUNDLE_NAME=PCToolProj
|
|
BUNDLE_EXTENSION=.bundle
|
|
BUNDLE_INSTALL_DIR=$(GNUSTEP_SYSTEM_ROOT)/Library/ProjectCenter
|
|
PCToolProj_PRINCIPAL_CLASS=PCToolProj
|
|
#
|
|
|
|
# Additional libraries
|
|
#
|
|
|
|
PCToolProj_LIBRARIES_DEPEND_UPON +=
|
|
|
|
#
|
|
|
|
# Resource files
|
|
#
|
|
|
|
PCToolProj_RESOURCE_FILES= \
|
|
Info-project.plist \
|
|
PC.proj \
|
|
main.m
|
|
|
|
#
|
|
|
|
# Header files
|
|
#
|
|
|
|
PCToolProj_HEADERS= \
|
|
PCToolMakefileFactory.h \
|
|
PCToolProj.h \
|
|
PCToolProject.h
|
|
|
|
#
|
|
|
|
# Class files
|
|
#
|
|
|
|
PCToolProj_OBJC_FILES= \
|
|
PCToolMakefileFactory.m \
|
|
PCToolProj.m \
|
|
PCToolProject.m
|
|
|
|
#
|
|
|
|
# C files
|
|
#
|
|
|
|
PCToolProj_C_FILES=
|
|
|
|
-include GNUmakefile.preamble
|
|
-include GNUmakefile.local
|
|
include $(GNUSTEP_MAKEFILES)/bundle.make
|
|
-include GNUmakefile.postamble
|