summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL2/Makefile.archive
diff options
context:
space:
mode:
authorboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-22 21:35:34 +0000
committerboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-22 21:35:34 +0000
commit6cc50ed3f1922a3eab77e815a074e3e265837113 (patch)
treebb7c9cefe32caa34212024cba9a2aa902c0c1567 /TAO/CIAO/CCF/CCF/IDL2/Makefile.archive
parentf5bfc8867b87b706b1e2e2169dbefe98db88adeb (diff)
downloadATCD-6cc50ed3f1922a3eab77e815a074e3e265837113.tar.gz
IDL2
Diffstat (limited to 'TAO/CIAO/CCF/CCF/IDL2/Makefile.archive')
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/Makefile.archive48
1 files changed, 0 insertions, 48 deletions
diff --git a/TAO/CIAO/CCF/CCF/IDL2/Makefile.archive b/TAO/CIAO/CCF/CCF/IDL2/Makefile.archive
deleted file mode 100644
index 2eb1e41b8df..00000000000
--- a/TAO/CIAO/CCF/CCF/IDL2/Makefile.archive
+++ /dev/null
@@ -1,48 +0,0 @@
-# file : CCF/IDL2/Makefile.archive
-# 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/Archive.pre.rules)
-
-
-cxx_translation_units := LexicalAnalyzer.cpp Parser.cpp
-
-
-translated_units := SyntaxTree/BuiltIn.o \
- SyntaxTree/Elements.o \
- SyntaxTree/Interface.o \
- SyntaxTree/Member.o \
- SyntaxTree/Module.o \
- SyntaxTree/Operation.o \
- SyntaxTree/Sequence.o \
- SyntaxTree/Struct.o \
- SyntaxTree/Translation.o \
- SyntaxTree/TypeId.o \
- SyntaxTree/Typedef.o \
- SyntaxTree/ValueType.o
-
-translated_units += Traversal/BuiltIn.o \
- Traversal/Elements.o \
- Traversal/Interface.o \
- Traversal/Member.o \
- Traversal/Module.o \
- Traversal/Operation.o \
- Traversal/Sequence.o \
- Traversal/Struct.o \
- Traversal/Translation.o
-
-translated_units += SemanticAction/Operation.o
-
-module_base := IDL2
-module_prefix :=
-module_suffix :=
-
-CXX_PREPROCESS_FLAGS += -I$(root) -I$(UTILITY_ROOT) -I$(BOOST_ROOT)
-
-$(call include, $(UTILITY_ROOT)/BuildRules/Archive.post.rules)