summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosTime.mpc
blob: a20d078718e48952791cbc549f82f2897b9f39ce (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(CosTime) : orbsvcslib, svc_utils, core, portableserver {
  sharedname   = TAO_CosTime
  idlflags    += -Wb,export_macro=TAO_Time_Export -Wb,export_include=orbsvcs/Time/time_export.h
  dynamicflags = TAO_TIME_BUILD_DLL
  tagchecks   += Time

  IDL_Files {
    TimeService.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    Time {
      TimeServiceC.cpp
      TimeServiceS.cpp
      Time
    }
  }

  Template_Files {
  }

  Pkgconfig_Files {
    TAO_CosTime.pc.in
  }
}