summaryrefslogtreecommitdiff
path: root/TAO/tao/IORTable.mpc
blob: 5156abcdf4befd2652f697904e3f0d5449a39a10 (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
//$Id$
project(*core_idl) : tao_versioning_idl_defaults {
  custom_only = 1
  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
  }
}

project(IORTable) : taolib, tao_output, install, taoidldefaults {
  after       += *core_idl
  sharedname   = TAO_IORTable
  dynamicflags = TAO_IORTABLE_BUILD_DLL

  Source_Files {
    IORTable
  }

  Source_Files {
    IORTable/IORTableC.cpp
  }

  Header_Files {
    IORTable
  }

  Inline_Files {
    IORTable
  }

  Template_Files {
    IORTable
  }

  Resource_Files {
    IORTable
  }

  PIDL_Files {
    IORTable
  }

  IDL_Files {
    IORTable
  }

  Pkgconfig_Files {
    IORTable/TAO_IORTable.pc.in
  }
}