summaryrefslogtreecommitdiff
path: root/TAO/tao/Monitor.mpc
blob: 2be58690640b649ed37ebd62aedec6cb34b89212 (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
//$Id$
project (*idl): tao_versioning_idl_defaults {
  custom_only = 1
  idlflags += -Gp -Gd -GA \
                      -Wb,export_macro=TAO_Monitor_Export \
                      -Wb,export_include=tao/Monitor/Monitor_export.h \
                      -o Monitor
  IDL_Files {
    idlflags += -Wb,unique_include=tao/Monitor/Monitor.h -SS -Sci
    Monitor/Monitor_include.pidl
  }

  IDL_Files {
   idlflags += -Wb,include_guard=TAO_MONITOR_SAFE_INCLUDE \
     -Wb,safe_include=tao/Monitor/Monitor.h -Ssi
    Monitor/Monitor.pidl
  }

  IDL_Files {
   idlflags -= -Sa -St
   idlflags += -SS -Wb,include_guard=TAO_MONITOR_SAFE_INCLUDE \
     -Wb,safe_include=tao/Monitor/Monitor.h
    Monitor/Monitor_Types.pidl
  }
}

project (TAO_Monitor): portableserver, install, taoidldefaults, ace_mc, tao_output {
  after       += *idl
  sharedname   = TAO_Monitor
  dynamicflags = TAO_MONITOR_BUILD_DLL

  Source_Files {
    Monitor
  }

  Source_Files {
    Monitor/Monitor_includeC.cpp
    Monitor/MonitorC.cpp
    Monitor/Monitor_TypesC.cpp
    Monitor/MonitorA.cpp
    Monitor/MonitorS.cpp
    Monitor/Monitor_includeA.cpp
    Monitor/Monitor_TypesA.cpp
  }

  Header_Files {
    Monitor
  }

  Inline_Files {
    Monitor
  }

  Template_Files {
    Monitor
  }

  Resource_Files {
    Monitor
  }

  PIDL_Files {
    Monitor
  }

  IDL_Files {
  }

  Pkgconfig_Files {
    Monitor/TAO_Monitor.pc.in
  }
}