summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc
blob: a58918d62cfe0df2f9be4a051c12ba93eafb5868 (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
113
114
115
116
117
118
119
120
// -*- MPC -*-
// $Id$

project(DsNotifyLogAdmin_IDL) : orbsvcslib, core, dslogadmin, dseventlogadmin, event, notification {

  specific (!automake) {
    requires += dummy_label
  }

  custom_only = 1

  idlflags    += -Wb,stub_export_macro=TAO_NotifyLog_Export -Wb,stub_export_include=orbsvcs/Log/notifylog_export.h -Wb,skel_export_macro=TAO_NotifyLog_Skel_Export -Wb,skel_export_include=orbsvcs/Log/notifylog_skel_export.h

  IDL_Files {
    DsNotifyLogAdmin.idl
  }
}

project(DsNotifyLogAdmin) : orbsvcslib, core, dslogadmin, dseventlogadmin, event, notification {
  sharedname   = TAO_DsNotifyLogAdmin
  dynamicflags = TAO_NOTIFYLOG_BUILD_DLL

  specific (automake) {
    after       += DsNotifyLogAdmin_IDL
  } else {
    idlflags    += -Wb,stub_export_macro=TAO_NotifyLog_Export -Wb,stub_export_include=orbsvcs/Log/notifylog_export.h -Wb,skel_export_macro=TAO_NotifyLog_Skel_Export -Wb,skel_export_include=orbsvcs/Log/notifylog_skel_export.h
  }

  IDL_Files {
    conditional (!automake) {
      DsNotifyLogAdmin.idl
    }
  }

  Source_Files {
    DsNotifyLogAdminC.cpp
  }

  Header_Files {
    DsNotifyLogAdminC.h
    Log/notifylog_export.h
  }

  Inline_Files {
    DsNotifyLogAdminC.inl
  }

  Template_Files {
  }

  // explicit Resource_Files to avoid including _Skel & _Serv rc files.
  Resource_Files {
    DsNotifyLogAdmin.rc
  }

  Pkgconfig_Files {
    TAO_DsNotifyLogAdmin.pc.in
  }
}


project(DsNotifyLogAdmin_Skel) : orbsvcslib, core, dsnotifylogadmin, dseventlogadmin_skel, dslogadmin_skel, event_skel, notification_skel, portableserver {
  sharedname   = TAO_DsNotifyLogAdmin_Skel
  dynamicflags = TAO_NOTIFYLOG_SKEL_BUILD_DLL

  IDL_Files {
  }

  Source_Files {
    DsNotifyLogAdminS.cpp
  }

  Header_Files {
    DsNotifyLogAdminS.h
    DsNotifyLogAdminS_T.h
    Log/notifylog_skel_export.h
  }

  Inline_Files {
    DsNotifyLogAdminS.inl
    DsNotifyLogAdminS_T.inl
  }   

  Template_Files {
    DsNotifyLogAdminS_T.cpp
  }

  Pkgconfig_Files {
    TAO_DsNotifyLogAdmin_Skel.pc.in
  }
}


project(DsNotifyLogAdmin_Serv) : orbsvcslib, core, dsnotifylogadmin_skel, dslogadmin_serv {
  sharedname   = TAO_DsNotifyLogAdmin_Serv
  dynamicflags = TAO_NOTIFYLOG_SERV_BUILD_DLL
  tagchecks   += Log

  IDL_Files {
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    DsNotifyLogAdmin {
      Log/NotifyLogConsumer.cpp
      Log/NotifyLogFactory_i.cpp
      Log/NotifyLogNotification.cpp
      Log/NotifyLog_i.cpp
    }
  }

  Inline_Files {
  }

  Template_Files {
  }

  Pkgconfig_Files {
    TAO_DsNotifyLogAdmin_Serv.pc.in
  }
}