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

project(DsLogAdmin) : orbsvcslib, core, etcl, naming, dynamicany {
  sharedname   = TAO_DsLogAdmin
  idlflags    += -Wb,export_macro=TAO_Log_Export -Wb,export_include=orbsvcs/Log/log_export.h
  dynamicflags = TAO_LOG_BUILD_DLL
  tagchecks   += Log
  pch_header   =
  pch_source   =

  IDL_Files {
    DsLogAdmin.idl
    DsLogNotification.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    DsLogAdmin {
      DsLogAdminC.cpp
      DsLogAdminS.cpp
      DsLogNotificationC.cpp
      DsLogNotificationS.cpp
      Log/PersistStore.cpp
      Log/LogRecordStore.cpp
      Log/BasicLogFactory_i.cpp
      Log/Iterator_i.cpp
      Log/BasicLog_i.cpp
      Log/Log_i.cpp
      Log/LogMgr_i.cpp
      Log/Log_Constraint_Visitors.cpp
      Log/Log_Constraint_Interpreter.cpp
      Log/LogNotification.cpp
    }
  }
}