summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL2/SemanticGraph/Makefile.alt
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/CCF/IDL2/SemanticGraph/Makefile.alt')
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/SemanticGraph/Makefile.alt32
1 files changed, 32 insertions, 0 deletions
diff --git a/TAO/CIAO/CCF/CCF/IDL2/SemanticGraph/Makefile.alt b/TAO/CIAO/CCF/CCF/IDL2/SemanticGraph/Makefile.alt
new file mode 100644
index 00000000000..db82f7169c0
--- /dev/null
+++ b/TAO/CIAO/CCF/CCF/IDL2/SemanticGraph/Makefile.alt
@@ -0,0 +1,32 @@
+# file : CCF/IDL2/SemanticGraph/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 := Attribute.cpp \
+ Elements.cpp \
+ Exception.cpp \
+ Fundamental.cpp \
+ Interface.cpp \
+ Literals.cpp \
+ Member.cpp \
+ Module.cpp \
+ Name.cpp \
+ Operation.cpp \
+ Sequence.cpp \
+ Struct.cpp \
+ Translation.cpp \
+ TypeId.cpp \
+ ValueType.cpp
+
+
+CXX_PREPROCESS_FLAGS += -I$(root) -I$(UTILITY_ROOT) -I$(BOOST_ROOT)
+
+$(call include, $(UTILITY_ROOT)/BuildRules/Object.post.rules)