summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL2/Traversal/Makefile.alt
blob: 755a5026fd6565d11b68a69ff3aa6ce05a40c883 (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
# file      : CCF/IDL2/Traversal/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_BUILD_RULES)/Object.pre.rules)

cxx_translation_units := Attribute.cpp    \
                         Elements.cpp     \
                         Enum.cpp         \
                         Exception.cpp    \
                         Fundamental.cpp  \
                         Interface.cpp    \
                         Member.cpp       \
                         Module.cpp       \
                         Native.cpp       \
                         Operation.cpp    \
                         Sequence.cpp     \
                         Struct.cpp       \
                         Translation.cpp  \
                         TypeId.cpp       \
                         Union.cpp        \
                         ValueType.cpp


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

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