summaryrefslogtreecommitdiff
path: root/tao/RTPortableServer/RTPortableServer.mpc
blob: 0fed8f400692c67dea46cd44eb518bd8f3ae23b8 (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(*idl) : tao_versioning_idl_defaults, avoids_corba_e_micro, install {
  custom_only = 1
  idlflags += -Sci -SS -Sorb -GX \
          -Wb,export_macro=TAO_RTPortableServer_Export \
          -Wb,export_include=tao/RTPortableServer/rtportableserver_export.h \
          -iC RTPortableServer

  IDL_Files {
    idlflags += -Gp -Gd \
                -Wb,include_guard=TAO_RT_PORTABLESERVER_SAFE_INCLUDE \
                -Wb,safe_include=tao/RTPortableServer/RTPortableServer.h
    RTPortableServer.pidl
  }

  IDL_Files {
    idlflags += -Sa \
                -Wb,unique_include=tao/RTPortableServer/RTPortableServer.h
    RTPortableServer_include.pidl
  }

  specific {
    install_dir = tao/RTPortableServer
  }
}

project(RTPortableServer) : taolib, tao_output, install, rtcorba, portableserver, avoids_corba_e_micro {
  after       += *idl
  sharedname   = TAO_RTPortableServer
  dynamicflags += TAO_RTPORTABLESERVER_BUILD_DLL

  Source_Files {
    *.cpp
    RTPortableServerC.cpp
    RTPortableServer_includeC.cpp
  }

  Header_Files {
    *.h
    RTPortableServerC.h
    RTPortableServerS.h
    RTPortableServerA.h
    RTPortableServer_includeC.h
    RTPortableServer_includeS.h
    RTPortableServer_includeA.h
  }

  specific {
    install_dir = tao/RTPortableServer
  }
}