summaryrefslogtreecommitdiff
path: root/tao/RTCORBA.mpc
blob: 1a341c92bc8181320579db1c7929efd65a469b86 (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
//$Id$
project(*core_idl) : tao_versioning_idl_defaults, install, pidl_install {
  custom_only = 1
  idlflags    += -Sci -SS -Sorb -GX \
                 -Wb,export_macro=TAO_RTCORBA_Export \
                 -Wb,export_include=tao/RTCORBA/rtcorba_export.h \
                 -o RTCORBA
  IDL_Files {
    idlflags += -Sa \
                -Wb,unique_include=tao/RTCORBA/RTCORBA.h
    RTCORBA/RTCORBA_include.pidl
  }

  IDL_Files {
    idlflags -= -Sa -St
    idlflags += -Gp -Gd \
                -Wb,include_guard=TAO_RTCORBA_SAFE_INCLUDE \
                -Wb,safe_include=tao/RTCORBA/RTCORBA.h
    RTCORBA/RTCORBA.pidl
  }

  PidlInstallWithoutBuilding_Files {
    RTCORBA/RT_ProtocolProperties.pidl
  }
}

project(RTCORBA) : taolib, tao_output, install, pi, taoidldefaults {
  after       += *core_idl
  sharedname   = TAO_RTCORBA
  dynamicflags += TAO_RTCORBA_BUILD_DLL
  requires    += rt_corba

  Source_Files {
    RTCORBA
  }

  Source_Files {
    RTCORBA/RTCORBA_includeC.cpp
    RTCORBA/RTCORBAC.cpp
  }

  Header_Files {
    RTCORBA
    RTCORBA/RTCORBA_includeC.h
    RTCORBA/RTCORBA_includeS.h
    RTCORBA/RTCORBA_includeA.h
    RTCORBA/RTCORBAC.h
    RTCORBA/RTCORBAS.h
    RTCORBA/RTCORBAA.h
  }

  Inline_Files {
    RTCORBA
  }

  Template_Files {
    RTCORBA
  }

  Resource_Files {
    RTCORBA
  }

  PIDL_Files {
    RTCORBA
  }

  IDL_Files {
  }

  Pkgconfig_Files {
    RTCORBA/TAO_RTCORBA.pc.in
  }
}