summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/Test/CompilerElements/CPP/Makefile.alt
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/Test/CompilerElements/CPP/Makefile.alt')
-rw-r--r--TAO/CIAO/CCF/Test/CompilerElements/CPP/Makefile.alt24
1 files changed, 24 insertions, 0 deletions
diff --git a/TAO/CIAO/CCF/Test/CompilerElements/CPP/Makefile.alt b/TAO/CIAO/CCF/Test/CompilerElements/CPP/Makefile.alt
new file mode 100644
index 00000000000..4f02253d0da
--- /dev/null
+++ b/TAO/CIAO/CCF/Test/CompilerElements/CPP/Makefile.alt
@@ -0,0 +1,24 @@
+# file : Test/CompilerElements/CPP/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_BUILD_RULES)/Executable.pre.rules)
+
+cxx_translation_units := driver.cpp
+
+module_base := driver
+module_prefix :=
+module_suffix :=
+
+CXX_PREPROCESS_FLAGS += -I$(root) $(UTILITY_CPP_FLAGS) $(BOOST_CPP_FLAGS)
+
+CXX_LINK_LIBS += -L$(root)/CCF/CompilerElements \
+ -lCompilerElements \
+
+$(call include, $(UTILITY_BUILD_RULES)/Executable.post.rules)