summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/Makefile.alt
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/CCF/Makefile.alt')
-rw-r--r--TAO/CIAO/CCF/CCF/Makefile.alt17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/CIAO/CCF/CCF/Makefile.alt b/TAO/CIAO/CCF/CCF/Makefile.alt
new file mode 100644
index 00000000000..245593c0032
--- /dev/null
+++ b/TAO/CIAO/CCF/CCF/Makefile.alt
@@ -0,0 +1,17 @@
+# file : CCF/Makefile.alt
+# author : Boris Kolpackov <boris@dre.vanderbilt.edu>
+# cvs-id : $id$
+
+root := ..
+
+include $(root)/Bootstrap.rules
+
+$(call include, $(root)/Config.rules)
+
+$(call include, $(UTILITY_ROOT)/BuildRules/Recursion.pre.rules)
+
+target_makefile_list :=
+target_directory_list := IDL2 IDL3 CIDL CodeGenerationKit
+default_makefile_name := Makefile.alt
+
+$(call include, $(UTILITY_ROOT)/BuildRules/Recursion.post.rules)