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-03-01 15:32:21 +00:00
|
|
|
|
2002-01-02 16:05:02 +00:00
|
|
|
#
|
|
|
|
# Bundle
|
|
|
|
#
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2004-06-11 13:43:02 +00:00
|
|
|
PACKAGE_NAME = ToolProject
|
|
|
|
BUNDLE_NAME = ToolProject
|
|
|
|
ToolProject_PRINCIPAL_CLASS = PCToolProj
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2002-03-01 15:32:21 +00:00
|
|
|
|
|
|
|
#
|
2002-01-02 16:05:02 +00:00
|
|
|
# Additional libraries
|
|
|
|
#
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2004-06-11 13:43:02 +00:00
|
|
|
ToolProject_LIBRARIES_DEPEND_UPON += -lProjectCenter
|
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
|
|
|
|
2004-06-11 13:43:02 +00:00
|
|
|
ToolProject_RESOURCE_FILES= \
|
|
|
|
Resources/PC.project \
|
|
|
|
Resources/main.m \
|
|
|
|
Resources/Inspector.gorm
|
2002-01-02 16:05:02 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Header files
|
|
|
|
#
|
|
|
|
|
2004-06-11 13:43:02 +00:00
|
|
|
ToolProject_HEADERS= \
|
2002-01-02 16:05:02 +00:00
|
|
|
PCToolProj.h \
|
|
|
|
PCToolProject.h
|
|
|
|
|
|
|
|
#
|
|
|
|
# Class files
|
|
|
|
#
|
|
|
|
|
2004-06-11 13:43:02 +00:00
|
|
|
ToolProject_OBJC_FILES= \
|
2002-01-02 16:05:02 +00:00
|
|
|
PCToolProj.m \
|
|
|
|
PCToolProject.m
|
|
|
|
|
|
|
|
#
|
|
|
|
# C files
|
|
|
|
#
|
|
|
|
|
2004-06-11 13:43:02 +00:00
|
|
|
ToolProject_C_FILES=
|
2002-01-02 16:05:02 +00:00
|
|
|
|
2003-05-06 21:13:00 +00:00
|
|
|
include ../GNUmakefile.bundles
|
2002-01-02 16:05:02 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/bundle.make
|