2000-08-27 19:11:42 +00:00
|
|
|
#
|
2001-08-01 12:35:41 +00:00
|
|
|
# GNUmakefile - Generated by ProjectCenter
|
|
|
|
# Written by Philippe C.D. Robert <phr@3dkit.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
|
|
|
|
#
|
2001-01-26 08:45:10 +00:00
|
|
|
|
2000-08-27 19:11:42 +00:00
|
|
|
# Subprojects
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# Main application
|
|
|
|
#
|
|
|
|
|
2001-01-26 08:45:10 +00:00
|
|
|
PACKAGE_NAME=ProjectCenter
|
2000-08-27 19:11:42 +00:00
|
|
|
APP_NAME=ProjectCenter
|
2001-01-26 08:45:10 +00:00
|
|
|
ProjectCenter_APPLICATION_ICON=ProjectCenter.app.tiff
|
|
|
|
#
|
|
|
|
|
|
|
|
# Additional libraries
|
|
|
|
#
|
|
|
|
|
|
|
|
ADDITIONAL_GUI_LIBS += -lProjectCenter
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2001-01-26 08:45:10 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# 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 \
|
2001-12-28 14:11:09 +00:00
|
|
|
ProjectCenter_rpm.tiff \
|
2001-01-26 08:45:10 +00:00
|
|
|
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 \
|
2002-01-01 18:09:14 +00:00
|
|
|
ProjectCentre_uml.tiff \
|
|
|
|
ProjectCenter_dist.tiff
|
2001-01-26 08:45:10 +00:00
|
|
|
|
|
|
|
#
|
2000-08-27 19:11:42 +00:00
|
|
|
|
|
|
|
# Header files
|
|
|
|
#
|
|
|
|
|
2001-01-26 08:45:10 +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
|
|
|
|
|
|
|
#
|
2001-01-26 08:45:10 +00:00
|
|
|
|
2000-08-27 19:11:42 +00:00
|
|
|
# Class files
|
|
|
|
#
|
|
|
|
|
2001-01-26 08:45:10 +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
|
|
|
|
|
|
|
#
|
2001-01-26 08:45:10 +00:00
|
|
|
|
2000-08-27 19:11:42 +00:00
|
|
|
# C files
|
|
|
|
#
|
|
|
|
|
|
|
|
ProjectCenter_C_FILES=
|
|
|
|
|
|
|
|
-include GNUmakefile.preamble
|
|
|
|
-include GNUmakefile.local
|
2001-01-26 08:45:10 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
2000-08-27 19:11:42 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/application.make
|
|
|
|
-include GNUmakefile.postamble
|