2004-06-11 13:43:02 +00:00
|
|
|
#
|
|
|
|
# GNUmakefile - Generated by ProjectCenter
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
2006-12-26 10:58:39 +00:00
|
|
|
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
2004-06-11 13:43:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# Resources
|
|
|
|
#
|
|
|
|
|
|
|
|
RESOURCE_SET_NAME = PCLR
|
|
|
|
PCLR_RESOURCE_FILES_INSTALL_DIR = Library/Libraries/Resources/ProjectCenter
|
|
|
|
#PCLR_LANGUAGES = English German French Italian TraditionalChinese
|
|
|
|
#PCLR_LOCALIZED_RESOURCE_FILES = \
|
|
|
|
|
|
|
|
PCLR_RESOURCE_COMPONENTS = \
|
|
|
|
NewSubproject.gorm \
|
|
|
|
ProjectInspector.gorm
|
|
|
|
|
|
|
|
PCLR_RESOURCE_FILES = \
|
|
|
|
cfile.template \
|
|
|
|
cheader.template \
|
|
|
|
class.template \
|
|
|
|
gsmarkup.template \
|
|
|
|
header.template \
|
|
|
|
protocol.template
|
|
|
|
|
|
|
|
|
|
|
|
-include GNUmakefile.preamble
|
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/resource-set.make
|
|
|
|
|
|
|
|
-include GNUmakefile.postamble
|