mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 20:11:20 +00:00
23 lines
473 B
Text
23 lines
473 B
Text
|
#
|
||
|
# GNUmakefile - Generated by ProjectCenter
|
||
|
#
|
||
|
ifeq ($(GNUSTEP_MAKEFILES),)
|
||
|
GNUSTEP_MAKEFILES := $(shell gnustep-config --variable=GNUSTEP_MAKEFILES 2>/dev/null)
|
||
|
endif
|
||
|
ifeq ($(GNUSTEP_MAKEFILES),)
|
||
|
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
|
||
|
endif
|
||
|
|
||
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||
|
|
||
|
# Generator bundles
|
||
|
SUBPROJECTS = \
|
||
|
Gorm
|
||
|
|
||
|
#
|
||
|
# Makefiles
|
||
|
#
|
||
|
-include GNUmakefile.preamble
|
||
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
||
|
-include GNUmakefile.postamble
|