summaryrefslogtreecommitdiff
path: root/TAO/tao/PI.mpc
blob: f59ae6fae539783c0c27103f2dead2295934e5c5 (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
//$Id$
project(PI) : taolib, tao_output, codecfactory, install, tao_versioning_idl_defaults {
  sharedname   = TAO_PI
  dynamicflags = TAO_PI_BUILD_DLL
  idlflags += -SS -Sci -Gp -Gd \
              -Wb,export_macro=TAO_PI_Export \
              -Wb,export_include=tao/PI/pi_export.h \
              -o PI

  Source_Files {
    PI
  }

  Header_Files {
    PI
  }

  Inline_Files {
    PI
  }

  Template_Files {
    PI
  }

  Resource_Files {
    PI
  }

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

  Pkgconfig_Files {
    PI/TAO_PI.pc.in
  }
}