summaryrefslogtreecommitdiff
path: root/CIAO/MPC/config/taoidl3toxmidefaults.mpb
blob: 00c2c5c87529b15c2751fb0a2a794f59c02315b0 (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
// -*- MPC -*-
// $Id$

project : xerces {
  // Set the idl3_to_xmi compiler and flags as template values
  specific {
    tao_idl3_to_xmi       = <%quote%>$(CIAO_ROOT)/bin/tao_idl3_to_xmi<%quote%>
    tao_idl3_to_xmi_dep   = <%quote%>$(CIAO_ROOT)/bin/tao_idl3_to_xmi<%quote%>
  }

  Define_Custom(IDL3TOXMI) {
    automatic                   = 1
    dependent                   = $(TAO_IDL3_TO_XMI_DEP)
    command                     = $(TAO_IDL3_TO_XMI)
    libpath                     = $(ACE_ROOT)/lib
    inputext                    = .idl
    generic_outputext           = .xmi
    keyword idl3toxmiflags      = commandflags
  }

  after += CIAO_IDL3_TO_XMI_EXE
  // This is necessary for MPC to pull in rules.ciao.GNU
  includes += $(CIAO_ROOT)
}