mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-22 11:21:29 +00:00
36 lines
698 B
Text
36 lines
698 B
Text
|
#
|
||
|
# GNUmakefile - Generated by ProjectCenter
|
||
|
#
|
||
|
|
||
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||
|
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||
|
|
||
|
|
||
|
#
|
||
|
# 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
|