summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/Test/Makefile.alt
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/Test/Makefile.alt')
-rw-r--r--TAO/CIAO/CCF/Test/Makefile.alt17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/CIAO/CCF/Test/Makefile.alt b/TAO/CIAO/CCF/Test/Makefile.alt
new file mode 100644
index 00000000000..58c106f9899
--- /dev/null
+++ b/TAO/CIAO/CCF/Test/Makefile.alt
@@ -0,0 +1,17 @@
+# file : Test/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
+default_makefile_name := Makefile.alt
+
+$(call include, $(UTILITY_ROOT)/BuildRules/Recursion.post.rules)