2000-08-27 19:11:42 +00:00
|
|
|
#
|
2003-05-06 21:17:06 +00:00
|
|
|
# GNUmakefile - Generated by ProjectCenter
|
|
|
|
# Written by Philippe C.D. Robert <probert@siggraph.org>
|
2000-08-27 19:11:42 +00:00
|
|
|
#
|
2003-05-06 21:17:06 +00:00
|
|
|
# NOTE: Do NOT change this file -- ProjectCenter maintains it!
|
2000-08-27 19:11:42 +00:00
|
|
|
#
|
2003-05-06 21:17:06 +00:00
|
|
|
# Put all of your customisations in GNUmakefile.preamble and
|
|
|
|
# GNUmakefile.postamble
|
2000-08-27 19:11:42 +00:00
|
|
|
#
|
2003-05-06 21:17:06 +00:00
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# Subprojects
|
2000-08-27 19:11:42 +00:00
|
|
|
#
|
2003-05-06 21:17:06 +00:00
|
|
|
SUBPROJECTS = \
|
|
|
|
PCLib \
|
|
|
|
PCAppProj \
|
|
|
|
PCGormProj \
|
|
|
|
PCBundleProj \
|
|
|
|
PCToolProj \
|
|
|
|
PCLibProj \
|
|
|
|
PCBaseFileTypes \
|
|
|
|
PCRenaissanceProj
|
|
|
|
|
2000-08-27 19:11:42 +00:00
|
|
|
#
|
2003-05-06 21:17:06 +00:00
|
|
|
# Main application
|
2000-08-27 19:11:42 +00:00
|
|
|
#
|
|
|
|
|
2003-05-06 21:17:06 +00:00
|
|
|
PACKAGE_NAME = ProjectCenter
|
|
|
|
APP_NAME = ProjectCenter
|
|
|
|
ProjectCenter_APPLICATION_ICON = Images/ProjectCenter.tiff
|
2000-08-27 19:11:42 +00:00
|
|
|
|
|
|
|
|
2003-05-06 21:17:06 +00:00
|
|
|
#
|
|
|
|
# Additional libraries
|
|
|
|
#
|
|
|
|
|
|
|
|
ADDITIONAL_GUI_LIBS += -lProjectCenter
|
2000-08-27 19:11:42 +00:00
|
|
|
|
|
|
|
#
|
2003-05-06 21:17:06 +00:00
|
|
|
# Resource files
|
2000-08-27 19:11:42 +00:00
|
|
|
#
|
|
|
|
|
2003-05-06 21:17:06 +00:00
|
|
|
ProjectCenter_RESOURCE_FILES = \
|
|
|
|
ProjectCenterInfo.plist \
|
|
|
|
Images/FileIcon_.c.tiff \
|
|
|
|
Images/FileIcon_.h.tiff \
|
|
|
|
Images/FileIcon_.m.tiff \
|
|
|
|
Images/FileIcon_rtf.tiff \
|
|
|
|
Images/ProjectCenter.tiff \
|
|
|
|
Images/ProjectCenter_add.tiff \
|
|
|
|
Images/ProjectCenter_build.tiff \
|
|
|
|
Images/ProjectCenter_clean.tiff \
|
|
|
|
Images/ProjectCenter_cvs.tiff \
|
|
|
|
Images/ProjectCenter_debug.tiff \
|
|
|
|
Images/ProjectCenter_dist.tiff \
|
|
|
|
Images/ProjectCenter_documentation.tiff \
|
|
|
|
Images/ProjectCenter_files.tiff \
|
|
|
|
Images/ProjectCenter_find.tiff \
|
|
|
|
Images/ProjectCenter_install.tiff \
|
|
|
|
Images/ProjectCenter_make.tiff \
|
|
|
|
Images/ProjectCenter_prefs.tiff \
|
|
|
|
Images/ProjectCenter_profile.tiff \
|
|
|
|
Images/ProjectCenter_rpm.tiff \
|
|
|
|
Images/ProjectCenter_run.tiff \
|
|
|
|
Images/ProjectCenter_settings.tiff \
|
|
|
|
Images/ProjectCenter_uml.tiff \
|
|
|
|
Images/Stop.tiff \
|
|
|
|
PCAppProj/PCAppProj.bundle \
|
|
|
|
PCGormProj/PCGormProj.bundle \
|
|
|
|
PCBundleProj/PCBundleProj.bundle \
|
|
|
|
PCToolProj/PCToolProj.bundle \
|
|
|
|
PCLibProj/PCLibProj.bundle \
|
|
|
|
PCBaseFileTypes/PCBaseFileTypes.bundle \
|
|
|
|
PCRenaissanceProj/PCRenaissanceProj.bundle
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2003-05-06 21:17:06 +00:00
|
|
|
#
|
|
|
|
# Header files
|
|
|
|
#
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2003-05-06 21:17:06 +00:00
|
|
|
ProjectCenter_HEADERS = \
|
|
|
|
PCAppController.h \
|
|
|
|
PCFindController.h \
|
|
|
|
PCInfoController.h \
|
|
|
|
PCLogController.h \
|
|
|
|
PCMenuController.h \
|
|
|
|
PCPrefController.h \
|
|
|
|
PCAppController+MenuHandling.h
|
|
|
|
|
|
|
|
#
|
|
|
|
# Class files
|
|
|
|
#
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2003-05-06 21:17:06 +00:00
|
|
|
ProjectCenter_OBJC_FILES = \
|
|
|
|
PCAppController.m \
|
|
|
|
PCFindController.m \
|
|
|
|
PCInfoController.m \
|
|
|
|
PCLogController.m \
|
|
|
|
PCMenuController.m \
|
|
|
|
PCPrefController.m \
|
|
|
|
ProjectCenter_main.m \
|
|
|
|
PCAppController+MenuHandling.m
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2003-05-06 21:17:06 +00:00
|
|
|
#
|
|
|
|
# C files
|
|
|
|
#
|
|
|
|
|
|
|
|
ProjectCenter_C_FILES =
|
|
|
|
|
|
|
|
-include GNUmakefile.preamble
|
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
|
|
|
include $(GNUSTEP_MAKEFILES)/application.make
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2003-05-06 21:17:06 +00:00
|
|
|
-include GNUmakefile.postamble
|