summaryrefslogtreecommitdiff
path: root/tao/RTPortableServer.mpc
blob: 312997b60a9a9fedd67377fac5734ca55590b312 (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
//$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 \
          -o RTPortableServer

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

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

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

  Source_Files {
    RTPortableServer
  }

  Source_Files {
    RTPortableServer/RTPortableServerC.cpp
    RTPortableServer/RTPortableServer_includeC.cpp
  }

  Header_Files {
    RTPortableServer
    RTPortableServer/RTPortableServerC.h
    RTPortableServer/RTPortableServerS.h
    RTPortableServer/RTPortableServerA.h
    RTPortableServer/RTPortableServer_includeC.h
    RTPortableServer/RTPortableServer_includeS.h
    RTPortableServer/RTPortableServer_includeA.h
  }

  Inline_Files {
    RTPortableServer
  }

  Template_Files {
    RTPortableServer
  }

  Resource_Files {
    RTPortableServer
  }

  PIDL_Files {
    RTPortableServer
  }

  IDL_Files {
    RTPortableServer
  }

  Pkgconfig_Files {
    RTPortableServer/TAO_RTPortableServer.pc.in
  }
}