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

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

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

  specific {
    install_dir = tao/Monitor
  }
}

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

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

  Header_Files {
    *.h
    Monitor_includeC.h
    Monitor_includeS.h
    Monitor_includeA.h
    MonitorC.h
    MonitorS.h
    MonitorA.h
    Monitor_TypesC.h
    Monitor_TypesS.h
    Monitor_TypesA.h
  }

  Inline_Files {
    *.inl
    MonitorC.inl
    Monitor_TypesC.inl
  }

  specific {
    install_dir = tao/Monitor
  }
}