summaryrefslogtreecommitdiff
path: root/ACEXML/common/Makefile
blob: 44b7ccd773a643b9d46bc89fbeb774947e61aaae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $Id$
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#----------------------------------------------------------------------------

include $(ACE_ROOT)/include/makeinclude/macros.GNU
TARGETS_NESTED := $(TARGETS_NESTED:.nested=)

$(TARGETS_NESTED):
ifneq (Windows,$(findstring Windows,$(OS)))
	@$(MAKE) -f Makefile.XML_Common -C . $(@);
else
	-@cmd /c "$(MAKE) -f Makefile.XML_Common -C . $(@)"
endif