summaryrefslogtreecommitdiff
path: root/tao/BiDir_GIOP/BiDir_GIOP.mpc
blob: f1c6a688be039a0aa36e9afd73e82addd3e4718f (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
//$Id$
project(*idl) : tao_versioning_idl_defaults, install {
  custom_only = 1
  IDL_Files {
    idlflags += -Gp -Gd -Sci -SS -Sorb -Sa -St \
                -Wb,stub_export_macro=TAO_BIDIRGIOP_Export \
                -Wb,stub_export_include=tao/BiDir_GIOP/bidirgiop_export.h \
                -Wb,stub_export_file=bidirgiop_export.h \
                -Wb,include_guard=TAO_BIDIRGIOP_SAFE_INCLUDE \
                -Wb,safe_include=tao/BiDir_GIOP/BiDirGIOP.h \
                -iC BiDir_GIOP -Gxhst
    BiDirPolicy.pidl
  }

  specific {
    install_dir = tao/BiDir_GIOP
  }
}

project(BiDir_GIOP) : taolib, tao_output, install, pi, taoidldefaults {
  after       += *idl
  sharedname   = TAO_BiDirGIOP
  dynamicflags += TAO_BIDIRGIOP_BUILD_DLL

  Source_Files {
    *.cpp
    BiDirPolicyC.cpp
  }

  Header_Files {
    *.h
    bidirgiop_export.h
    BiDirPolicyC.h
    BiDirPolicyS.h
  }

  specific {
    install_dir = tao/BiDir_GIOP
  }
}