summaryrefslogtreecommitdiff
path: root/tao/RTCORBA/RTCORBA.mpc
blob: b466e85f9c342837a845470e20f325306a08fd5d (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(*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 \
                 -iC tao/RTCORBA
  IDL_Files {
    idlflags += -Sa \
                -Wb,unique_include=tao/RTCORBA/RTCORBA.h
    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.pidl
  }

  PidlInstallWithoutBuilding_Files {
    RT_ProtocolProperties.pidl
  }

  specific {
    install_dir = tao/RTCORBA
  }
}

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

  Source_Files {
    *.cpp
    RTCORBA_includeC.cpp
    RTCORBAC.cpp
  }

  Header_Files {
    *.h
    RTCORBA_includeC.h
    RTCORBA_includeS.h
    RTCORBA_includeA.h
    RTCORBAC.h
    RTCORBAS.h
    RTCORBAA.h
  }

  specific {
    install_dir = tao/RTCORBA
  }
}