summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL2/Makefile.archive
blob: 81827acb354e332e98af53bea2e12e55f93021a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# 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/Module.o       \
                    SyntaxTree/Operation.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/Module.o        \
                    Traversal/Operation.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)