2002-01-02 16:05:02 +00:00
|
|
|
#
|
|
|
|
# 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
|
|
|
|
#
|
2002-01-02 12:13:06 +00:00
|
|
|
|
2000-08-27 19:11:42 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
2002-01-02 16:05:02 +00:00
|
|
|
#
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2002-01-02 16:05:02 +00:00
|
|
|
# Subprojects
|
|
|
|
#
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2002-01-02 16:05:02 +00:00
|
|
|
#
|
|
|
|
# Bundle
|
|
|
|
#
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2002-01-02 16:05:02 +00:00
|
|
|
PACKAGE_NAME=PCToolProj
|
|
|
|
BUNDLE_NAME=PCToolProj
|
|
|
|
BUNDLE_EXTENSION=.bundle
|
|
|
|
BUNDLE_INSTALL_DIR=$(GNUSTEP_SYSTEM_ROOT)/Library/ProjectCenter
|
|
|
|
PCToolProj_PRINCIPAL_CLASS=PCToolProj
|
|
|
|
#
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2002-01-02 16:05:02 +00:00
|
|
|
# Additional libraries
|
|
|
|
#
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2002-01-07 15:01:07 +00:00
|
|
|
PCToolProj_LIBRARIES_DEPEND_UPON += -lProjectCenter
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2002-01-02 16:05:02 +00:00
|
|
|
#
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2002-01-02 16:05:02 +00:00
|
|
|
# Resource files
|
|
|
|
#
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2002-01-02 16:05:02 +00:00
|
|
|
PCToolProj_RESOURCE_FILES= \
|
|
|
|
Info-project.plist \
|
|
|
|
PC.proj \
|
|
|
|
main.m
|
|
|
|
|
|
|
|
#
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2002-01-02 16:05:02 +00:00
|
|
|
# Header files
|
|
|
|
#
|
|
|
|
|
|
|
|
PCToolProj_HEADERS= \
|
|
|
|
PCToolMakefileFactory.h \
|
|
|
|
PCToolProj.h \
|
|
|
|
PCToolProject.h
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# Class files
|
|
|
|
#
|
|
|
|
|
|
|
|
PCToolProj_OBJC_FILES= \
|
|
|
|
PCToolMakefileFactory.m \
|
|
|
|
PCToolProj.m \
|
|
|
|
PCToolProject.m
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# C files
|
|
|
|
#
|
|
|
|
|
|
|
|
PCToolProj_C_FILES=
|
|
|
|
|
|
|
|
-include GNUmakefile.preamble
|
|
|
|
-include GNUmakefile.local
|
|
|
|
include $(GNUSTEP_MAKEFILES)/bundle.make
|
|
|
|
-include GNUmakefile.postamble
|