summaryrefslogtreecommitdiff
path: root/TAO/tao/BiDir_GIOP.mpc
blob: b1716e27a59c86057c6db20dd06c8f837aaaf6e6 (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
//$Id$
project(*idl) : tao_versioning_idl_defaults {
  custom_only = 1
  IDL_Files {
    idlflags += -Gp -Gd -Sci -SS -Sorb -Sa -St \
                -Wb,export_macro=TAO_BiDirGIOP_Export \
                -Wb,export_include=tao/BiDir_GIOP/bidirgiop_export.h \
                -Wb,include_guard=TAO_BIDIRGIOP_SAFE_INCLUDE \
                -Wb,safe_include=tao/BiDir_GIOP/BiDirGIOP.h \
                -o BiDir_GIOP
    BiDir_GIOP/BiDirPolicy.pidl
  }
}

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

  Source_Files {
    BiDir_GIOP
  }

  Source_Files {
    BiDir_GIOP/BiDirPolicyC.cpp
  }

  Header_Files {
    BiDir_GIOP
  }

  Inline_Files {
    BiDir_GIOP
  }

  Template_Files {
    BiDir_GIOP
  }

  Resource_Files {
    BiDir_GIOP
  }

  PIDL_Files {
    BiDir_GIOP
  }

  IDL_Files {
  }

  Pkgconfig_Files {
    BiDir_GIOP/TAO_BiDirGIOP.pc.in
  }
}