summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/Example/CIDL/LocalExecutorMapping/Makefile.alt
blob: 68669e195173c1aeb0681ce678140d6832f3a87b (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
# file      : Example/CIDL/LocalExecutorMapping/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/Executable.pre.rules)

cxx_translation_units := ExecutorMappingGenerator.cpp cidlc.cpp

module_base           := cidlc
module_prefix         :=
module_suffix         :=

CXX_PREPROCESS_FLAGS  += -I$(root) -I$(UTILITY_ROOT) -I$(BOOST_ROOT)

CXX_LINK_LIBS         += -L$(root)/CCF/IDL2              \
                         -lIDL2                          \
                         -L$(root)/CCF/IDL3              \
                         -lIDL3                          \
                         -L$(root)/CCF/CIDL              \
                         -lCIDL                          \
                         -L$(root)/CCF/CodeGenerationKit \
                         -lCodeGenerationKit             \
                         -L$(root)/CCF/CompilerElements  \
                         -lCompilerElements              \
                         -L$(BOOST_ROOT)/lib             \
                         -lboost_regex                   \
                         -lboost_filesystem

$(call include, $(UTILITY_ROOT)/BuildRules/Executable.post.rules)