summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/Makefile')
-rw-r--r--TAO/CIAO/CCF/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/CIAO/CCF/Makefile b/TAO/CIAO/CCF/Makefile
new file mode 100644
index 00000000000..aefb7d2515f
--- /dev/null
+++ b/TAO/CIAO/CCF/Makefile
@@ -0,0 +1,13 @@
+#----------------------------------------------------------------------------
+# $Id$
+#
+# Makefile for the ACE library
+#----------------------------------------------------------------------------
+
+.DEFAULT:
+ @$(MAKE) -C CCF $@
+
+.PHONY: all
+
+all:
+ @$(MAKE) -C CCF $@