apps-projectcenter/Modules/GNUmakefile
Sergii Stoian 62f062f726 continuing merging...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@24243 72102866-910b-0410-8b05-ffd578937521
2006-12-26 11:10:53 +00:00

37 lines
653 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!
#
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