2000-08-27 19:11:42 +00:00
|
|
|
#
|
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
|
|
|
|
2002-03-01 15:06:47 +00:00
|
|
|
|
|
|
|
#
|
2002-01-02 16:05:02 +00:00
|
|
|
# Subprojects
|
|
|
|
#
|
|
|
|
|
2002-03-01 15:06:47 +00:00
|
|
|
|
|
|
|
|
2002-01-02 16:05:02 +00:00
|
|
|
#
|
|
|
|
# Bundle
|
|
|
|
#
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2003-04-21 14:53:10 +00:00
|
|
|
PACKAGE_NAME = PCLibProj
|
|
|
|
BUNDLE_NAME = PCLibProj
|
|
|
|
PCLibProj_PRINCIPAL_CLASS = PCLibProj
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2002-03-01 15:06:47 +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
|
|
|
PCLibProj_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
|
|
|
|
2002-01-02 16:05:02 +00:00
|
|
|
PCLibProj_RESOURCE_FILES= \
|
|
|
|
PC.proj \
|
|
|
|
Version
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2002-01-02 16:05:02 +00:00
|
|
|
#
|
|
|
|
# Header files
|
|
|
|
#
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2002-01-02 16:05:02 +00:00
|
|
|
PCLibProj_HEADERS= \
|
|
|
|
PCLibProj.h \
|
|
|
|
PCLibProject.h
|
|
|
|
|
|
|
|
#
|
|
|
|
# Class files
|
|
|
|
#
|
|
|
|
|
|
|
|
PCLibProj_OBJC_FILES= \
|
|
|
|
PCLibProj.m \
|
|
|
|
PCLibProject.m
|
|
|
|
|
|
|
|
#
|
|
|
|
# C files
|
|
|
|
#
|
|
|
|
|
|
|
|
PCLibProj_C_FILES=
|
2000-08-27 19:11:42 +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
|