summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/Test/IDL2/Compiler/Makefile.alt
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/Test/IDL2/Compiler/Makefile.alt')
-rw-r--r--TAO/CIAO/CCF/Test/IDL2/Compiler/Makefile.alt31
1 files changed, 31 insertions, 0 deletions
diff --git a/TAO/CIAO/CCF/Test/IDL2/Compiler/Makefile.alt b/TAO/CIAO/CCF/Test/IDL2/Compiler/Makefile.alt
new file mode 100644
index 00000000000..73b6a748070
--- /dev/null
+++ b/TAO/CIAO/CCF/Test/IDL2/Compiler/Makefile.alt
@@ -0,0 +1,31 @@
+# file : Test/IDL2/Compiler/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
+
+translated_units += ../Traversal/Recreate/Generator.o
+
+module_base := driver
+module_prefix :=
+module_suffix :=
+
+CXX_PREPROCESS_FLAGS += -I$(root) $(UTILITY_CPP_FLAGS) $(BOOST_CPP_FLAGS)
+
+
+CXX_LINK_LIBS += -L$(root)/CCF/IDL2 \
+ -lIDL2 \
+ -L$(root)/CCF/CompilerElements \
+ -lCompilerElements \
+ $(BOOST_LD_FLAGS) \
+ -lboost_filesystem
+
+$(call include, $(UTILITY_BUILD_RULES)/Executable.post.rules)