2006-12-26 11:00:33 +00:00
|
|
|
#
|
|
|
|
# GNUmakefile
|
|
|
|
#
|
|
|
|
# Here are the several types of modules (bundles):
|
|
|
|
#
|
|
|
|
# Project types:
|
|
|
|
# - Aggregate
|
|
|
|
# - Application
|
|
|
|
# - Bundle
|
|
|
|
# - Framework
|
|
|
|
# - Library
|
|
|
|
# - ResourceSet
|
|
|
|
# - Tool
|
|
|
|
# Editors:
|
|
|
|
# - ProjectCenter -- default PC editor
|
|
|
|
# Parsers:
|
|
|
|
# - ObjectiveC -- that's it!
|
|
|
|
#
|
|
|
|
|
2008-12-19 13:13:49 +00:00
|
|
|
PACKAGE_NAME = ProjectCenter
|
2006-12-26 11:00:33 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
|
|
|
|
#
|
|
|
|
# Subprojects
|
|
|
|
#
|
|
|
|
SUBPROJECTS = \
|
|
|
|
Projects/Aggregate \
|
|
|
|
Projects/Application \
|
|
|
|
Projects/Bundle \
|
|
|
|
Projects/Framework \
|
|
|
|
Projects/Library \
|
|
|
|
Projects/ResourceSet \
|
|
|
|
Projects/Tool \
|
2009-02-27 00:46:25 +00:00
|
|
|
\
|
2006-12-26 11:00:33 +00:00
|
|
|
Editors/ProjectCenter \
|
2009-02-27 00:46:25 +00:00
|
|
|
\
|
2009-02-25 00:34:59 +00:00
|
|
|
Parsers/ProjectCenter \
|
2009-02-27 00:46:25 +00:00
|
|
|
\
|
|
|
|
Preferences/Build \
|
|
|
|
Preferences/Saving \
|
|
|
|
Preferences/Misc \
|
2009-03-09 20:15:10 +00:00
|
|
|
Preferences/EditorFSC
|
2009-02-14 10:52:43 +00:00
|
|
|
|
2016-03-17 15:20:49 +00:00
|
|
|
SUBPROJECTS += Debuggers/ProjectCenter
|
2009-02-14 10:52:43 +00:00
|
|
|
|
2006-12-26 11:00:33 +00:00
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
|
|
|
|