summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosLifeCycle.mpc
blob: e6ceedced03a5dfa677a32e4586f1a9b1c314623 (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(CosLifeCycle) : orbsvcslib, core, naming, portableserver, tao_versioning_idl_defaults {
  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 {
  }

  Pkgconfig_Files {
    TAO_CosLifeCycle.pc.in
  }
}