summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL3/Makefile
blob: 6222a052c9a8c19171aeb042534d42fb2183920a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# File   : Makefile
# Author : Boris Kolpackov <boris@kolpackov.net>
# $Id$

root = ../../External/Utility

include $(root)/Config/Archive.pre.rules

cxx_translation_units := IDL3.cpp                        \
                         IDL3_SyntaxTree.cpp             \
         		 IDL3_SyntaxTree_EventType.cpp   \
                         IDL3_Traversal.cpp

module_base           := IDL3
module_prefix         :=
module_suffix         :=

CXX_PREPROCESS_FLAGS  += -I../..                          \
                         -I../../External/Utility         \
                         -I../../External/boost           \

include $(root)/Config/Archive.post.rules