summaryrefslogtreecommitdiff
path: root/TAO/tao/Monitor.mpc
blob: 81023a16a225b08e791ef3a6a106f6721af950f0 (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
//$Id$
project (TAO_Monitor): portableserver, install, tao_versioning_idl_defaults, ace_mc, tao_output {
  sharedname   = TAO_Monitor
  dynamicflags = TAO_MONITOR_BUILD_DLL
  idlflags += -Gp -Gd -GA \
                      -Wb,export_macro=TAO_Monitor_Export \
                      -Wb,export_include=tao/Monitor/Monitor_export.h \
                      -o Monitor
  Source_Files {
    Monitor
  }

  Header_Files {
    Monitor
  }

  Inline_Files {
    Monitor
  }

  Template_Files {
    Monitor
  }

  Resource_Files {
    Monitor
  }

  PIDL_Files {
    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
  }

  Pkgconfig_Files {
    Monitor/TAO_Monitor.pc.in
  }
}