summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ciao_servant_dnc.mpb
blob: f1dc5a9d4d5782890b17e94c27469a6a9db1a8ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- MPC -*-
// $Id$

project : ciao_component_dnc {
  after += CIAO_DnC_Server
  libs  += CIAO_DnC_Server

  Define_Custom(CIDL) {
    automatic         = 0
    dependent         = 1
    command           = $(CIAO_ROOT)/bin/cidlc
    commandflags      = -I$(CIAO_ROOT)/DnC -I$(CIAO_ROOT)/DnC/ciao -I$(TAO_ROOT) -I$(TAO_ROOT)/tao --
    inputext          = .cidl
    source_outputext  = _svnt.cpp
    generic_outputext = E.idl
    keyword cidlflags = commandflags
  }

}