summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosLifeCycle.mpc
blob: 890cf8c78fce477fec941025103d5e5e2613a4cf (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
// -*- MPC -*-
// $Id$

project(CosLifeCycle) : orbsvcslib, core, naming, portableserver {
  sharedname   = TAO_CosLifeCycle
  idlflags    += -Wb,export_macro=TAO_LifeCycle_Export -Wb,export_include=orbsvcs/LifeCycle/lifecycle_export.h
  dynamicflags = TAO_LIFECYCLE_BUILD_DLL
  tagchecks   += LifeCycle
  pch_header   =
  pch_source   =

  IDL_Files {
    CosLifeCycle.idl
    LifeCycleService.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    LifeCycle {
      CosLifeCycleC.cpp
      CosLifeCycleS.cpp
      LifeCycleServiceC.cpp
      LifeCycleServiceS.cpp
    }
  }

  Template_Files {
  }
}