summaryrefslogtreecommitdiff
path: root/TAO/tao/IORTable/Async_IORTable.mpc
blob: a64668873fc691ed8c1231e547347ef1ca44fd11 (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
project(*core_idl) : tao_versioning_idl_defaults, install {
  custom_only = 1
  IDL_Files {
    idlflags += -Gp -Gd -Sci -SS -Sorb \
                -Wb,export_macro=TAO_Async_IORTable_Export \
                -Wb,export_include=tao/IORTable/async_iortable_export.h \
                -Wb,stub_export_file=async_iortable_export.h \
                -Wb,include_guard=TAO_IORTABLE_SAFE_INCLUDE \
                -Wb,safe_include=tao/IORTable/Async_IORTable.h \
                -iC tao/IORTable -Gxhst
    Async_IORTable.pidl
  }

  specific {
    install_dir = tao/IORTable
  }
}

project(Async_IORTable) : taolib, portableserver, iortable, dynamicinterface, tao_output, install, taoidldefaults {
  after       += *core_idl
  sharedname   = TAO_Async_IORTable
  dynamicflags += TAO_Async_IORTable_BUILD_DLL

  Source_Files {
    Async_IORTable.cpp
    Async_IOR_Table_Impl.cpp
    Async_Table_Adapter.cpp
    Locate_ResponseHandler.cpp
    Async_IORTableC.cpp
  }

  Header_Files {
    Async_IORTable.h
    Async_IOR_Table_Impl.h
    Async_Table_Adapter.h
    Locate_ResponseHandler.h
    async_iortable_export.h
    Async_IORTableC.h
    Async_IORTableS.h
  }

  Resource_Files {
    TAO_Async_IORTable.rc
  }

  Pkgconfig_Files {
    TAO_Async_IORTable.pc.in
  }

  specific {
    install_dir = tao/IORTable
  }
}