mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 19:01:18 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@23809 72102866-910b-0410-8b05-ffd578937521
20 lines
315 B
Makefile
20 lines
315 B
Makefile
#
|
|
# GNUmakefile
|
|
#
|
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
|
|
#
|
|
# Subprojects
|
|
#
|
|
SUBPROJECTS = \
|
|
AggregateProject \
|
|
ApplicationProject \
|
|
BundleProject \
|
|
LibraryProject \
|
|
RenaissanceProject \
|
|
ToolProject
|
|
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
|
|