summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosTime.mpc
blob: fe9d6c2202e86ec51542d539dbe388bca4ecd435 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
// -*- MPC -*-
project(CosTime_IDL) : orbsvcslib, orbsvcs_output, install, tao_versioning_idl_defaults {
  custom_only = 1
  idlflags   += -Wb,stub_export_macro=TAO_Time_Export -Wb,stub_export_include=orbsvcs/Time/time_export.h -Wb,skel_export_macro=TAO_Time_Skel_Export -Wb,skel_export_include=orbsvcs/Time/time_skel_export.h

  IDL_Files {
    TimeService.idl
  }
}

project(CosTime) : orbsvcslib, orbsvcs_output, install {
  sharedname   = TAO_CosTime
  dynamicflags += TAO_TIME_BUILD_DLL
  tagchecks   += Time
  after       += CosTime_IDL

  IDL_Files {
  }

  Source_Files {
    TimeServiceC.cpp
  }

  Header_Files {
    TimeServiceC.h
    Time/time_export.h
  }

  Inline_Files {
    TimeServiceC.inl
  }

  Template_Files {
  }

  Resource_Files {
  }

  Pkgconfig_Files {
    TAO_CosTime.pc.in
  }
}

project(CosTime_Skel) : orbsvcslib, orbsvcs_output, install, time, portableserver {
  sharedname   = TAO_CosTime_Skel
  dynamicflags += TAO_TIME_SKEL_BUILD_DLL
  tagchecks   += Time

  IDL_Files {
  }

  Source_Files {
    TimeServiceS.cpp
  }

  Header_Files {
    TimeServiceS.h
    Time/time_skel_export.h
  }

  Inline_Files {
  }

  Template_Files {
  }

  Resource_Files {
  }

  Pkgconfig_Files {
    TAO_CosTime_Skel.pc.in
  }
}

project(CosTime_Serv) : orbsvcslib, orbsvcs_output, install, time_skel, svc_utils {
  sharedname   = TAO_CosTime_Serv
  dynamicflags += TAO_TIME_SERV_BUILD_DLL
  tagchecks   += Time

  IDL_Files {
  }

  Source_Files {
    Time/TAO_TIO.cpp
    Time/TAO_Time_Service_Clerk.cpp
    Time/TAO_Time_Service_Server.cpp
    Time/TAO_UTO.cpp
    Time/Timer_Helper.cpp
  }

  Header_Files {
    Time/TAO_TIO.h
    Time/TAO_Time_Service_Clerk.h
    Time/TAO_Time_Service_Server.h
    Time/TAO_UTO.h
    Time/Timer_Helper.h
    Time/time_serv_export.h
  }

  Inline_Files {
  }

  Template_Files {
  }

  Resource_Files {
  }

  Pkgconfig_Files {
    TAO_CosTime_Serv.pc.in
  }
}