summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL2/SyntaxTree/Makefile.alt
blob: 718a5c08bbd06e03401a1b9c77dad2ba6c58ac4d (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
# file      : CCF/IDL2/SyntaxTree/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 := BuiltIn.cpp      \
                         Elements.cpp     \
                         Interface.cpp    \
                         Module.cpp       \
                         Operation.cpp    \
                         Translation.cpp  \
                         ValueType.cpp


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

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