summaryrefslogtreecommitdiff
path: root/flat/CIAO/ofccm/Cdmw/CDMW_IDL.mpc
blob: ef09ec8c532f0f4bba541e1f3776dc3c6f8d9e46 (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
// -*- MPC -*-
// $Id$

project(Cdmw_IDL_Gen) : taolib_with_idl, anytypecode {
  custom_only = 1
  idlflags     += -Wb,export_include=DAnCE_Cdmw_IDL_export.h -Wb,export_macro=DAnCE_Cdmw_IDL_Export
  idlflags     += -I$(CIAO_ROOT)/DAnCE
  IDL_Files {
    CDMW_IDL.idl
    CDMW_IDL_Ext.idl
    CDMW_Deployment.idl
  }
}

project(Cdmw_IDL) : taolib_with_idl, tao_output, messaging, ccm_componentserver_svnt,  anytypecode  {
    requires += ofccm
    after += Cdmw_IDL_Gen
    sharedname   = DAnCE_Cdmw_IDL
    dynamicflags = DANCE_CDMW_IDL_BUILD_DLL

  Source_Files {
    CDMW_IDLC.cpp
    CDMW_IDLS.cpp
    CDMW_IDL_ExtC.cpp
    CDMW_DeploymentC.cpp
    CDMW_DeploymentS.cpp
  }
  IDL_Files {
  }
}