mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 19:01:18 +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
104 lines
1.9 KiB
Makefile
104 lines
1.9 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
|
|
#
|
|
|
|
#
|
|
# Main application
|
|
#
|
|
|
|
PACKAGE_NAME=ProjectCenter
|
|
APP_NAME=ProjectCenter
|
|
GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT)
|
|
ProjectCenter_APPLICATION_ICON=ProjectCenter.app.tiff
|
|
#
|
|
|
|
# Additional libraries
|
|
#
|
|
|
|
ADDITIONAL_GUI_LIBS += -lProjectCenter
|
|
|
|
#
|
|
|
|
# Resource files
|
|
#
|
|
|
|
ProjectCenter_RESOURCE_FILES= \
|
|
ProjectCenterInfo.plist \
|
|
FileIcon_.c.tiff \
|
|
FileIcon_.h.tiff \
|
|
FileIcon_.m.tiff \
|
|
FileIcon_rtf.tiff \
|
|
ProjectCenter.app.tiff \
|
|
ProjectCenter.tiff \
|
|
ProjectCenter_clean.tiff \
|
|
ProjectCenter_debug.tiff \
|
|
ProjectCenter_install.tiff \
|
|
ProjectCenter_make.tiff \
|
|
ProjectCenter_profile.tiff \
|
|
ProjectCenter_rpm.tiff \
|
|
ProjectCentre_add.tiff \
|
|
ProjectCentre_build.tiff \
|
|
ProjectCentre_clean.tiff \
|
|
ProjectCentre_cvs.tiff \
|
|
ProjectCentre_documentation.tiff \
|
|
ProjectCentre_files.tiff \
|
|
ProjectCentre_find.tiff \
|
|
ProjectCentre_prefs.tiff \
|
|
ProjectCentre_run.tiff \
|
|
ProjectCentre_settings.tiff \
|
|
ProjectCentre_uml.tiff \
|
|
ProjectCenter_dist.tiff
|
|
|
|
#
|
|
|
|
# Header files
|
|
#
|
|
|
|
ProjectCenter_HEADERS= \
|
|
PCAppController.h \
|
|
PCFindController.h \
|
|
PCInfoController.h \
|
|
PCLogController.h \
|
|
PCMenuController.h \
|
|
PCPrefController.h \
|
|
PCAppController+MenuHandling.h
|
|
|
|
#
|
|
|
|
# Class files
|
|
#
|
|
|
|
ProjectCenter_OBJC_FILES= \
|
|
PCAppController.m \
|
|
PCFindController.m \
|
|
PCInfoController.m \
|
|
PCLogController.m \
|
|
PCMenuController.m \
|
|
PCPrefController.m \
|
|
ProjectCenter_main.m \
|
|
PCAppController+MenuHandling.m
|
|
|
|
#
|
|
|
|
# C files
|
|
#
|
|
|
|
ProjectCenter_C_FILES=
|
|
|
|
-include GNUmakefile.preamble
|
|
-include GNUmakefile.local
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
|
include $(GNUSTEP_MAKEFILES)/application.make
|
|
-include GNUmakefile.postamble
|