summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL3/SyntaxTree/Makefile.alt
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/CCF/IDL3/SyntaxTree/Makefile.alt')
-rw-r--r--TAO/CIAO/CCF/CCF/IDL3/SyntaxTree/Makefile.alt21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/CIAO/CCF/CCF/IDL3/SyntaxTree/Makefile.alt b/TAO/CIAO/CCF/CCF/IDL3/SyntaxTree/Makefile.alt
new file mode 100644
index 00000000000..a80968aef54
--- /dev/null
+++ b/TAO/CIAO/CCF/CCF/IDL3/SyntaxTree/Makefile.alt
@@ -0,0 +1,21 @@
+# file : CCF/IDL3/SyntaxTree/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/Object.pre.rules)
+
+cxx_translation_units := Component.cpp \
+ EventType.cpp \
+ Home.cpp \
+ Operation.cpp
+
+
+CXX_PREPROCESS_FLAGS += -I$(root) -I$(UTILITY_ROOT) -I$(BOOST_ROOT)
+
+$(call include, $(UTILITY_ROOT)/BuildRules/Object.post.rules)