apps-projectcenter/Modules/GNUmakefile
Nicola Pero dd04c2f9b6 Set GNUSTEP_CORE_SOFTWARE to YES so that project center is installed by default in SYSTEM if gnustep-make has been configured with --disable-packages
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27338 72102866-910b-0410-8b05-ffd578937521
2008-12-18 19:25:05 +00:00

38 lines
681 B
Makefile

#
# 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!
#
GNUSTEP_CORE_SOFTWARE = YES
include $(GNUSTEP_MAKEFILES)/common.make
#
# Subprojects
#
SUBPROJECTS = \
Projects/Aggregate \
Projects/Application \
Projects/Bundle \
Projects/Framework \
Projects/Library \
Projects/ResourceSet \
Projects/Tool \
Editors/ProjectCenter \
Parsers/ProjectCenter
include $(GNUSTEP_MAKEFILES)/aggregate.make