summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL3/Makefile.archive.alt
blob: d71859ff81e0b77a2dc2257605ce2aae9f785c36 (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
43
# file      : CCF/IDL3/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_BUILD_RULES)/Archive.pre.rules)

cxx_translation_units := LexicalAnalyzer.cpp Parser.cpp

translated_units := SemanticGraph/Component.o  \
                    SemanticGraph/Elements.o   \
                    SemanticGraph/EventType.o  \
                    SemanticGraph/Home.o

translated_units += SemanticAction/Impl/Component.o   \
                    SemanticAction/Impl/Consumes.o    \
                    SemanticAction/Impl/Emits.o       \
                    SemanticAction/Impl/EventType.o   \
                    SemanticAction/Impl/Factory.o     \
                    SemanticAction/Impl/Home.o        \
                    SemanticAction/Impl/HomeFactory.o \
                    SemanticAction/Impl/HomeFinder.o  \
                    SemanticAction/Impl/Include.o     \
                    SemanticAction/Impl/Provides.o    \
                    SemanticAction/Impl/Publishes.o   \
                    SemanticAction/Impl/Uses.o 

translated_units += Traversal/Component.o  \
                    Traversal/EventType.o  \
                    Traversal/Home.o

module_base           := IDL3
module_prefix         :=
module_suffix         :=

CXX_PREPROCESS_FLAGS  += -I$(root) $(UTILITY_CPP_FLAGS) $(BOOST_CPP_FLAGS)

$(call include, $(UTILITY_BUILD_RULES)/Archive.post.rules)