summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ciao_servant_dnc.mpb
blob: c4d66b64e3ca48c15c0a0e69b9697da719ab2b1b (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)/DAnCE -I$(CIAO_ROOT)/DAnCE/ciao -I$(TAO_ROOT) -I$(TAO_ROOT)/tao -I$(TAO_ROOT)/orbsvcs --
    inputext          = .cidl
    source_outputext  = _svnt.cpp
    generic_outputext = E.idl
    keyword cidlflags = commandflags
  }

}