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

  idlflags += \
              -Wb,export_macro=TAO_PI_Server_Export \
              -Wb,export_include=tao/PI_Server/pi_server_export.h \
              -o PI_Server

  specific(borland, bmake) {
    compile_flags += -Q
  }

  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,include_guard=TAO_PI_SERVER_SAFE_INCLUDE \
//                -Wb,safe_include=tao/PI_Server/PI_Server.h
    idlflags -= -Sa -St
    PI_Server/ServerRequestInfo.pidl
  }

  IDL_Files {
    idlflags += -SS -Sorb -GX -Sci \
                -Wb,unique_include=tao/PI_Server/PI_Server.h
    PI_Server/PI_Server_include.pidl
  }

  Pkgconfig_Files {
    PI_Server/TAO_PI_Server.pc.in
  }
}