summaryrefslogtreecommitdiff
path: root/ACEXML/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/Makefile')
-rw-r--r--ACEXML/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/ACEXML/Makefile b/ACEXML/Makefile
deleted file mode 100644
index 1f3c83d7ba7..00000000000
--- a/ACEXML/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $Id$
-#----------------------------------------------------------------------------
-# GNU ACE Workspace
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/macros.GNU
-TARGETS_NESTED := $(TARGETS_NESTED:.nested=)
-MFILES = \
- common/Makefile.ACEXML \
- parser/parser/Makefile.ACEXML_Parser \
- apps/svcconf/Makefile.ACEXML_XML_Svc_Conf_Parser \
- examples/SAXPrint/Makefile.SAXPrint \
- tests/Makefile.Transcoder_Test \
- tests/Makefile.NamespaceSupport_Test \
- tests/Makefile.HttpCharStream_Test \
- tests/Makefile.ContentHandler_Test
-
-$(TARGETS_NESTED):
- @for file in $(MFILES); do \
- $(RM) -rf `dirname $$file`/tempinc ;\
- $(MAKE) -f `basename $$file` -C `dirname $$file` $(@); \
- done