=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tao / IORTable / IORTable.mpc
blob9a1f0f2ec8530185a046e887852e8a3e1c07ce17
1 project(*core_idl) : tao_versioning_idl_defaults, install {
2   custom_only = 1
3   IDL_Files {
4     idlflags += -Gp -Gd -Sci -SS -Sorb \
5                 -Wb,export_macro=TAO_IORTable_Export \
6                 -Wb,export_include=tao/IORTable/iortable_export.h \
7                 -Wb,stub_export_file=iortable_export.h \
8                 -Wb,include_guard=TAO_IORTABLE_SAFE_INCLUDE \
9                 -Wb,safe_include=tao/IORTable/IORTable.h \
10                 -iC tao/IORTable -Gxhst
11     IORTable.pidl
12   }
14   specific {
15     install_dir = tao/IORTable
16   }
19 project(IORTable) : taolib, portableserver, tao_output, install, taoidldefaults {
20   after       += *core_idl
21   sharedname   = TAO_IORTable
22   dynamicflags += TAO_IORTable_BUILD_DLL
24   Source_Files {
25     IORTable.cpp
26     IOR_Table_Impl.cpp
27     Table_Adapter.cpp
28     IORTableC.cpp
29   }
31   Header_Files {
32     IORTable.h
33     IOR_Table_Impl.h
34     Table_Adapter.h
35     iortable_export.h
36     IORTableC.h
37     IORTableS.h
38   }
40   Resource_Files {
41     TAO_IORTable.rc
42   }
44   Pkgconfig_Files {
45     TAO_IORTable.pc.in
46   }
48   specific {
49     install_dir = tao/IORTable
50   }