summaryrefslogtreecommitdiff
path: root/ACEXML/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/Makefile')
-rw-r--r--ACEXML/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/ACEXML/Makefile b/ACEXML/Makefile
new file mode 100644
index 00000000000..a3785a71053
--- /dev/null
+++ b/ACEXML/Makefile
@@ -0,0 +1,19 @@
+#----------------------------------------------------------------------------
+# $Id$
+#
+# Makefile for the client programs that test the ACE network services
+#----------------------------------------------------------------------------
+
+DIRS = Common \
+ Basic_Parser \
+ tests
+
+#----------------------------------------------------------------------------
+# Include macros and targets
+#----------------------------------------------------------------------------
+
+include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
+include $(ACE_ROOT)/include/makeinclude/macros.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU