version 1.1, 2009/04/15 18:55:24
|
version 1.2, 2013/04/28 07:43:16
|
|
|
|
# $Header$ |
|
|
sp := $(sp).x | sp := $(sp).x |
dirstack_$(sp) := $(d) | dirstack_$(sp) := $(d) |
d := $(dir) | d := $(dir) |
| |
|
GLOBALHS_TAG := $(shell $(SRCDIR)/proj/globalhs/scripts/checkglobalhstags $(GLOBALHSTAGOVERRIDE)) |
|
TAGCHECK := $(findstring globalhs,$(GLOBALHS_TAG)) |
|
ifeq ($(TAGCHECK),) |
|
$(warning WARNING: proj/globalhs is not tagged consistently. a build of any target in proj/globalhs will fail. output of script checkglobalhstags is "$(GLOBALHS_TAG)") |
|
endif |
|
|
# Subdirectories. Directory-specific rules are optional here. The | # Subdirectories. Directory-specific rules are optional here. The |
# order NOT matter. |
# order does NOT matter. |
|
dir := $(d)/libs |
|
-include $(SRCDIR)/$(dir)/Rules.mk |
dir := $(d)/apps | dir := $(d)/apps |
-include $(SRCDIR)/$(dir)/Rules.mk | -include $(SRCDIR)/$(dir)/Rules.mk |
| |