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
|
|
|
|
2001-07-07 11:48:28 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
2003-05-05 14:40:11 +00:00
|
|
|
include ../pcproj_bundle.make
|
2002-03-01 14:38:38 +00:00
|
|
|
|
|
|
|
#
|
2002-01-02 16:05:02 +00:00
|
|
|
# Subprojects
|
|
|
|
#
|
2001-07-07 11:48:28 +00:00
|
|
|
|
2002-03-01 14:38:38 +00:00
|
|
|
|
|
|
|
|
2002-01-02 16:05:02 +00:00
|
|
|
#
|
|
|
|
# Bundle
|
|
|
|
#
|
2001-07-07 11:48:28 +00:00
|
|
|
|
2003-04-21 14:53:10 +00:00
|
|
|
PACKAGE_NAME = PCGormProj
|
|
|
|
BUNDLE_NAME = PCGormProj
|
|
|
|
PCGormProj_PRINCIPAL_CLASS = PCGormProj
|
2001-07-07 11:48:28 +00:00
|
|
|
|
2002-03-01 14:38:38 +00:00
|
|
|
|
|
|
|
#
|
2002-01-02 16:05:02 +00:00
|
|
|
# Additional libraries
|
|
|
|
#
|
2001-07-07 11:48:28 +00:00
|
|
|
|
2002-01-07 15:01:07 +00:00
|
|
|
PCGormProj_LIBRARIES_DEPEND_UPON += -lProjectCenter
|
2001-07-07 11:48:28 +00:00
|
|
|
|
2002-01-02 16:05:02 +00:00
|
|
|
#
|
|
|
|
# Resource files
|
|
|
|
#
|
2001-07-07 11:48:28 +00:00
|
|
|
|
2002-01-02 16:05:02 +00:00
|
|
|
PCGormProj_RESOURCE_FILES= \
|
|
|
|
PC.proj \
|
|
|
|
main.m \
|
|
|
|
baseInterface.classes \
|
|
|
|
baseInterface.gorm \
|
|
|
|
Info-project.plist
|
|
|
|
|
|
|
|
#
|
|
|
|
# Header files
|
|
|
|
#
|
|
|
|
|
|
|
|
PCGormProj_HEADERS= \
|
|
|
|
PCGormProj.h \
|
|
|
|
PCGormProject.h
|
|
|
|
|
|
|
|
#
|
|
|
|
# Class files
|
|
|
|
#
|
|
|
|
|
|
|
|
PCGormProj_OBJC_FILES= \
|
|
|
|
PCGormProj.m \
|
|
|
|
PCGormProject.m
|
|
|
|
|
|
|
|
#
|
|
|
|
# C files
|
|
|
|
#
|
|
|
|
|
|
|
|
PCGormProj_C_FILES=
|
|
|
|
|
|
|
|
-include GNUmakefile.preamble
|
|
|
|
-include GNUmakefile.local
|
|
|
|
include $(GNUSTEP_MAKEFILES)/bundle.make
|
|
|
|
-include GNUmakefile.postamble
|