summaryrefslogtreecommitdiff
path: root/CIAO/MPC/config/ciaocidldefaults.mpb
blob: 534e83f5a6895fc8201890dd218c3a2b6397b3c0 (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
36
// -*- MPC -*-
// $Id$

project: build_files {
  after += CIDLC
  // Set the cidl compiler and flags as template values
  specific {
    cidlc      = $(CIAO_ROOT)/bin/cidlc
    cidlc_dep  = $(CIAO_ROOT)/bin/cidlc
    cidlc_flags = -I $(CIAO_ROOT) \
                  -I$(CIAO_ROOT)/DAnCE \
                  -I$(CIAO_ROOT)/ciao \
                  -I$(CIAO_ROOT)/ccm \
                  -I$(TAO_ROOT) \
                  -I$(TAO_ROOT)/tao \
                  -I$(TAO_ROOT)/orbsvcs
  }

  Define_Custom(CIDL) {
    automatic         = 0
    dependent         = $(CIDLC_DEP)
    command           = $(CIDLC)
    commandflags      = $(CIDLC_FLAGS)
    inputext          = .cidl
    source_outputext  = _svnt.cpp
    header_outputext  = _svnt.h
    generic_outputext = E.idl
    keyword cidlflags = commandflags


    optional (documentation_outputext) {
      commandflags (--gen-desc-file) = _Impl.ccd
    }

  }
}