summaryrefslogtreecommitdiff
path: root/ACEXML/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/Makefile')
-rw-r--r--ACEXML/Makefile20
1 files changed, 12 insertions, 8 deletions
diff --git a/ACEXML/Makefile b/ACEXML/Makefile
index 18e8c1ead27..cc7bb0a7098 100644
--- a/ACEXML/Makefile
+++ b/ACEXML/Makefile
@@ -1,20 +1,22 @@
# $Id$
#----------------------------------------------------------------------------
-# GNU Workspace
+# GNU ACE Workspace
#----------------------------------------------------------------------------
include $(ACE_ROOT)/include/makeinclude/macros.GNU
TARGETS_NESTED := $(TARGETS_NESTED:.nested=)
MFILES = \
+ examples/SAXPrint/Makefile.SAXPrint \
+ examples/svcconf/Makefile.Svcconf \
common/Makefile.XML_Common \
parser/parser/Makefile.Parser \
parser/debug_validator/Makefile.Validator \
- apps/svcconf/Makefile.XML_Svc_Conf_Parser \
- examples/svcconf/Makefile.Svcconf \
- examples/SAXPrint/Makefile.SAXPrint \
tests/Makefile.HttpCharStream_Test \
tests/Makefile.Transcoder_Test \
- tests/Makefile.NamespaceSupport_Test
+ tests/Makefile.NamespaceSupport_Test \
+ compass/Makefile.Compass \
+ compass/Makefile.Deployment \
+ apps/svcconf/Makefile.XML_Svc_Conf_Parser
$(TARGETS_NESTED):
ifneq (Windows,$(findstring Windows,$(OS)))
@@ -22,13 +24,15 @@ ifneq (Windows,$(findstring Windows,$(OS)))
$(MAKE) -f `basename $$file` -C `dirname $$file` $(@); \
done
else
+ -@cmd /c "$(MAKE) -f Makefile.SAXPrint -C examples/SAXPrint $(@)"
+ -@cmd /c "$(MAKE) -f Makefile.Svcconf -C examples/svcconf $(@)"
-@cmd /c "$(MAKE) -f Makefile.XML_Common -C common $(@)"
-@cmd /c "$(MAKE) -f Makefile.Parser -C parser/parser $(@)"
-@cmd /c "$(MAKE) -f Makefile.Validator -C parser/debug_validator $(@)"
- -@cmd /c "$(MAKE) -f Makefile.XML_Svc_Conf_Parser -C apps/svcconf $(@)"
- -@cmd /c "$(MAKE) -f Makefile.Svcconf -C examples/svcconf $(@)"
- -@cmd /c "$(MAKE) -f Makefile.SAXPrint -C examples/SAXPrint $(@)"
-@cmd /c "$(MAKE) -f Makefile.HttpCharStream_Test -C tests $(@)"
-@cmd /c "$(MAKE) -f Makefile.Transcoder_Test -C tests $(@)"
-@cmd /c "$(MAKE) -f Makefile.NamespaceSupport_Test -C tests $(@)"
+ -@cmd /c "$(MAKE) -f Makefile.Compass -C compass $(@)"
+ -@cmd /c "$(MAKE) -f Makefile.Deployment -C compass $(@)"
+ -@cmd /c "$(MAKE) -f Makefile.XML_Svc_Conf_Parser -C apps/svcconf $(@)"
endif