summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/CIDL/CIDL.mpc
blob: 2282230c383573cdd8a68975d7b103a8aaf15ff8 (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
//$Id$

project(CIDL) {
  requires += cidl exceptions
  sharedname =
  staticname = CIDL
  includes += $(CIAO_ROOT)/CCF
  libout = ..
  Source_Files {
 	.
	./SemanticGraph
	./Traversal
        ./SemanticAction
        ./SemanticAction/Impl
  }
  
  specific(vc71) {
    libs += boost_regex_debug boost_filesystem_debug
  }

  verbatim(gnuace, top) {
    include ../../Config.rules
  }
}