summaryrefslogtreecommitdiff
path: root/TAO/tao/PI.mpc
blob: e3b60d68586053fdcbeed6975f7a8303d61d541d (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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
//$Id$
project(*idl) : tao_versioning_idl_defaults {
  custom_only = 1
  idlflags += -SS -Sci -Gp -Gd \
              -Wb,export_macro=TAO_PI_Export \
              -Wb,export_include=tao/PI/pi_export.h \
              -o PI
  IDL_Files {
    idlflags += -Sorb -GX \
                -Wb,unique_include=tao/PI/PI.h
    PI/PI_include.pidl
  }

  IDL_Files {
    idlflags += -Sorb -Sal -GX \
                -Wb,include_guard=TAO_PI_SAFE_INCLUDE \
                -Wb,safe_include=tao/PI/PI.h
    idlflags -= -Sa -St
    PI/ORBInitInfo.pidl
  }

  IDL_Files {
    idlflags += -GA -Sorb -Sal \
                -Wb,include_guard=TAO_PI_SAFE_INCLUDE \
                -Wb,safe_include=tao/PI/PI.h
    idlflags -= -Sa -St
    PI/ORBInitializer.pidl
    PI/ClientRequestInterceptor.pidl
    PI/ClientRequestInfo.pidl
    PI/RequestInfo.pidl
    PI/PIForwardRequest.pidl
    PI/PICurrent.pidl
    PI/ProcessingModePolicy.pidl
  }

  IDL_Files {
    idlflags += -GA -Sorb -Sal
    idlflags -= -Sa -St
    PI/Interceptor.pidl
  }

  IDL_Files {
    idlflags += -GA -Sal \
                -Wb,include_guard=TAO_PI_SAFE_INCLUDE \
                -Wb,safe_include=tao/PI/PI.h
    idlflags -= -Sa -St
    PI/InvalidSlot.pidl
  }
}

project(PI) : taolib, tao_output, codecfactory, install, taoidldefaults {
  after       += *idl
  sharedname   = TAO_PI
  dynamicflags = TAO_PI_BUILD_DLL

  Source_Files {
    PI
  }

  Source_Files {
    PI/PI_includeC.cpp
    PI/ORBInitInfoC.cpp
    PI/ORBInitializerC.cpp
    PI/ClientRequestInterceptorC.cpp
    PI/ClientRequestInfoC.cpp
    PI/RequestInfoC.cpp
    PI/PIForwardRequestC.cpp
    PI/PICurrentC.cpp
    PI/ProcessingModePolicyC.cpp
    PI/InterceptorC.cpp
    PI/InvalidSlotC.cpp
    PI/ClientRequestInfoA.cpp
    PI/ClientRequestInterceptorA.cpp
    PI/InterceptorA.cpp
    PI/InvalidSlotA.cpp
    PI/ORBInitializerA.cpp
    PI/PICurrentA.cpp
    PI/PIForwardRequestA.cpp
    PI/PolicyFactoryA.cpp
    PI/ProcessingModePolicyA.cpp
    PI/RequestInfoA.cpp
  }

  Header_Files {
    PI
  }

  Inline_Files {
    PI
  }

  Template_Files {
    PI
  }

  Resource_Files {
    PI
  }

  PIDL_Files {
    PI
  }

  IDL_Files {
  }

  Pkgconfig_Files {
    PI/TAO_PI.pc.in
  }
}