summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ciao_servant.mpb
blob: adb1b89819bf8d17837f43290965b9227e61baf2 (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 {
  after += CIAO_Server
  libs  += CIAO_Server

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

}