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

project(DsEventLogAdmin) : orbsvcslib, core, dslogadmin, event {
  sharedname   = TAO_DsEventLogAdmin
  dynamicflags = TAO_EVENTLOG_BUILD_DLL

  idlflags    += -Wb,stub_export_macro=TAO_EventLog_Export -Wb,stub_export_include=orbsvcs/Log/eventlog_export.h -Wb,skel_export_macro=TAO_EventLog_Skel_Export -Wb,skel_export_include=orbsvcs/Log/eventlog_skel_export.h

  IDL_Files {
    DsEventLogAdmin.idl
  }

  Source_Files {
    DsEventLogAdminC.cpp
  }

  Header_Files {
    DsEventLogAdminC.h
  }

  Inline_Files {
    DsEventLogAdminC.inl
  }

  Template_Files {
  }

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

project(DsEventLogAdmin_Skel) : orbsvcslib, core, dseventlogadmin, dslogadmin_skel, event_skel, portableserver {
  sharedname   = TAO_DsEventLogAdmin_Skel
  dynamicflags = TAO_EVENTLOG_SKEL_BUILD_DLL

  IDL_Files {
  }

  Source_Files {
    DsEventLogAdminS.cpp
  }

  Header_Files {
    DsEventLogAdminS.h
  }

  Inline_Files {
    DsEventLogAdminS.inl
  }

  Template_Files {
  }
}

project(DsEventLogAdmin_Serv) : orbsvcslib, core, dseventlogadmin_skel, dslogadmin_serv, event_serv {
  sharedname   = TAO_DsEventLogAdmin_Serv
  dynamicflags = TAO_EVENTLOG_SERV_BUILD_DLL
  tagchecks   += EventLog

  IDL_Files {
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    DsEventLogAdmin {
      Log/EventLogConsumer.cpp
      Log/EventLogFactory_i.cpp
      Log/EventLogNotification.cpp
      Log/EventLog_i.cpp
    }
  }

  Inline_Files {
  }

  Template_Files {
  }
}