summaryrefslogtreecommitdiff
path: root/trunk/TAO/tao/PI_Server.mpc
blob: 1c3578cae6712b4719fdc9fd1f85beed6d1d879e (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
//$Id$
project : taolib, pi, portableserver, install, tao_versioning_idl_defaults {
  sharedname   = TAO_PI_Server
  dynamicflags = TAO_PI_SERVER_BUILD_DLL

  Source_Files {
    PI_Server
  }

  Header_Files {
    PI_Server
  }

  Inline_Files {
    PI_Server
  }

  Template_Files {
    PI_Server
  }

  Resource_Files {
    PI_Server
  }

  PIDL_Files {
    PI_Server
  }

  IDL_Files {
    idlflags += -Sci -SS -GA -Gp -Gd -Sorb -Sal \
                -Wb,export_macro=TAO_PI_Server_Export \
                -Wb,export_include=tao/PI_Server/pi_server_export.h \
                -o PI_Server
    idlflags -= -Sa -St
    PI_Server/ServerRequestInfo.pidl
  }

  IDL_Files {
    idlflags += -SS -Sorb -GX -Sci \
                -Wb,export_macro=TAO_PI_Server_Export \
                -Wb,export_include=tao/PI_Server/pi_server_export.h \
                -Wb,unique_include=tao/PI_Server/ServerRequestInterceptorC.h \
                -o PI_Server
    PI_Server/PI_Server_include.pidl
  }

  Pkgconfig_Files {
    PI_Server/TAO_PI_Server.pc.in
  }
}