2000-08-27 19:11:42 +00:00
|
|
|
#
|
|
|
|
# GNUmakefile - Generated by the ProjectCenter
|
|
|
|
# Written by Philippe C.D. Robert <phr@projectcenter.ch>
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
#
|
|
|
|
|
|
|
|
APP_NAME=ProjectCenter
|
|
|
|
|
2000-09-13 10:45:27 +00:00
|
|
|
ProjectCenter_LDFLAGS = -lProjectCenter
|
2000-08-27 19:11:42 +00:00
|
|
|
ProjectCenter_APPLICATION_ICON = ProjectCenter.tiff
|
|
|
|
|
|
|
|
ProjectCenter_RESOURCE_FILES= \
|
|
|
|
ProjectCenter.tiff \
|
|
|
|
ProjectCenter.app.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_uml.tiff \
|
2000-09-17 12:12:13 +00:00
|
|
|
ProjectCentre_settings.tiff \
|
2000-08-27 19:11:42 +00:00
|
|
|
FileIcon_.c.tiff \
|
|
|
|
FileIcon_.h.tiff \
|
|
|
|
FileIcon_.m.tiff \
|
|
|
|
FileIcon_rtf.tiff \
|
2000-10-20 18:13:20 +00:00
|
|
|
ProjectCenter_make.tiff \
|
|
|
|
ProjectCenter_clean.tiff \
|
|
|
|
ProjectCenter_debug.tiff \
|
|
|
|
ProjectCenter_profile.tiff \
|
|
|
|
ProjectCenter_install.tiff \
|
2000-08-27 19:11:42 +00:00
|
|
|
Info-project.plist
|
|
|
|
|
|
|
|
# Header files
|
|
|
|
#
|
|
|
|
|
|
|
|
ProjectCenter_HEADERS= \
|
|
|
|
PCAppController.h \
|
2000-09-13 10:45:27 +00:00
|
|
|
PCAppController+MenuHandling.h \
|
2000-08-27 19:11:42 +00:00
|
|
|
PCFindController.h \
|
|
|
|
PCInfoController.h \
|
|
|
|
PCLogController.h \
|
|
|
|
PCMenuController.h \
|
|
|
|
PCPrefController.h
|
|
|
|
|
|
|
|
#
|
|
|
|
# Class files
|
|
|
|
#
|
|
|
|
|
|
|
|
ProjectCenter_OBJC_FILES= \
|
|
|
|
PCAppController.m \
|
2000-09-13 10:45:27 +00:00
|
|
|
PCAppController+MenuHandling.m \
|
2000-08-27 19:11:42 +00:00
|
|
|
PCFindController.m \
|
|
|
|
PCInfoController.m \
|
|
|
|
PCLogController.m \
|
|
|
|
PCMenuController.m \
|
|
|
|
PCPrefController.m \
|
|
|
|
ProjectCenter_main.m
|
|
|
|
|
|
|
|
#
|
|
|
|
# C files
|
|
|
|
#
|
|
|
|
|
|
|
|
ProjectCenter_C_FILES=
|
|
|
|
|
|
|
|
-include GNUmakefile.preamble
|
|
|
|
-include GNUmakefile.local
|
|
|
|
include $(GNUSTEP_MAKEFILES)/application.make
|
|
|
|
-include GNUmakefile.postamble
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|