2000-08-27 19:11:42 +00:00
|
|
|
#
|
2001-08-01 12:35:41 +00:00
|
|
|
# GNUmakefile - Generated by ProjectCenter
|
2003-04-21 11:44:39 +00:00
|
|
|
# Written by Philippe C.D. Robert <probert@siggraph.org>
|
2000-08-27 19:11:42 +00:00
|
|
|
#
|
|
|
|
# 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
|
2003-04-21 11:44:39 +00:00
|
|
|
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
2001-01-26 08:45:10 +00:00
|
|
|
|
2002-06-01 13:54:34 +00:00
|
|
|
|
|
|
|
#
|
2000-08-27 19:11:42 +00:00
|
|
|
# Subprojects
|
|
|
|
#
|
|
|
|
|
2002-06-01 13:54:34 +00:00
|
|
|
|
|
|
|
|
2000-08-27 19:11:42 +00:00
|
|
|
#
|
2003-04-21 12:05:42 +00:00
|
|
|
# Main application
|
2000-08-27 19:11:42 +00:00
|
|
|
#
|
|
|
|
|
2003-04-21 12:05:42 +00:00
|
|
|
PACKAGE_NAME = ProjectCenter
|
|
|
|
APP_NAME = ProjectCenter
|
|
|
|
ProjectCenter_APPLICATION_ICON = Images/ProjectCenter.tiff
|
2001-01-26 08:45:10 +00:00
|
|
|
|
2002-06-01 13:54:34 +00:00
|
|
|
|
|
|
|
#
|
2001-01-26 08:45:10 +00:00
|
|
|
# Additional libraries
|
|
|
|
#
|
|
|
|
|
2003-04-21 12:05:42 +00:00
|
|
|
ADDITIONAL_GUI_LIBS += -lProjectCenter
|
|
|
|
|
|
|
|
#
|
|
|
|
# Resource files
|
|
|
|
#
|
|
|
|
|
|
|
|
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
|
2001-01-26 08:45:10 +00:00
|
|
|
|
|
|
|
#
|
2000-08-27 19:11:42 +00:00
|
|
|
# Header files
|
|
|
|
#
|
|
|
|
|
2003-04-21 12:05:42 +00:00
|
|
|
ProjectCenter_HEADERS = \
|
|
|
|
PCAppController.h \
|
|
|
|
PCFindController.h \
|
|
|
|
PCInfoController.h \
|
|
|
|
PCLogController.h \
|
|
|
|
PCMenuController.h \
|
|
|
|
PCPrefController.h \
|
|
|
|
PCAppController+MenuHandling.h
|
2000-08-27 19:11:42 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Class files
|
|
|
|
#
|
|
|
|
|
2003-04-21 12:05:42 +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
|
|
|
|
|
|
|
#
|
|
|
|
# C files
|
|
|
|
#
|
|
|
|
|
2003-04-21 12:05:42 +00:00
|
|
|
ProjectCenter_C_FILES =
|
2000-08-27 19:11:42 +00:00
|
|
|
|
|
|
|
-include GNUmakefile.preamble
|
|
|
|
-include GNUmakefile.local
|
2003-04-21 12:05:42 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
|
|
|
include $(GNUSTEP_MAKEFILES)/application.make
|
2000-08-27 19:11:42 +00:00
|
|
|
-include GNUmakefile.postamble
|