summaryrefslogtreecommitdiff
path: root/TAO/tao/IORTable.mpc
blob: d79b2c364fd8fade75e1411b5e3dcfee11768f9f (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
//$Id$

project : taolib, install, tao_versioning_idl_defaults {
  sharedname   = TAO_IORTable
  dynamicflags = TAO_IORTABLE_BUILD_DLL

  Source_Files {
    IORTable
  }

  Header_Files {
    IORTable
  }

  Inline_Files {
    IORTable
  }

  Template_Files {
    IORTable
  }

  Resource_Files {
    IORTable
  }

  PIDL_Files {
    IORTable
  }

  IDL_Files {
    idlflags += -Gp -Gd -Sci -SS -Sorb \
                -Wb,export_macro=TAO_IORTable_Export \
                -Wb,export_include=tao/IORTable/iortable_export.h \
                -Wb,include_guard=TAO_IORTABLE_SAFE_INCLUDE \
                -Wb,safe_include=tao/IORTable/IORTable.h \
                -o IORTable
    IORTable/IORTable.pidl
  }

  Pkgconfig_Files {
    IORTable/TAO_IORTable.pc.in
  }
}