Use =default for skeleton copy constructor
[ACE_TAO.git] / TAO / tao / RTPortableServer / RTPortableServer.mpc
blobd8d2c4761ed1e6729a706183cb00c33c99ce3892
1 project(*idl) : tao_versioning_idl_defaults, avoids_corba_e_micro, install {
2   custom_only = 1
3   idlflags += -Sci -SS -Sorb -GX \
4           -Wb,export_macro=TAO_RTPortableServer_Export \
5           -Wb,export_include=tao/RTPortableServer/rtportableserver_export.h \
6           -iC RTPortableServer
8   IDL_Files {
9     idlflags += -Gp -Gd \
10                 -Wb,include_guard=TAO_RT_PORTABLESERVER_SAFE_INCLUDE \
11                 -Wb,safe_include=tao/RTPortableServer/RTPortableServer.h
12     RTPortableServer.pidl
13   }
15   IDL_Files {
16     idlflags += -Sa \
17                 -Wb,unique_include=tao/RTPortableServer/RTPortableServer.h
18     RTPortableServer_include.pidl
19   }
21   specific {
22     install_dir = tao/RTPortableServer
23   }
26 project(RTPortableServer) : taolib, tao_output, install, rtcorba, portableserver, avoids_corba_e_micro {
27   after       += *idl
28   sharedname   = TAO_RTPortableServer
29   dynamicflags += TAO_RTPORTABLESERVER_BUILD_DLL
31   Source_Files {
32     *.cpp
33     RTPortableServerC.cpp
34     RTPortableServer_includeC.cpp
35   }
37   Header_Files {
38     *.h
39     RTPortableServerC.h
40     RTPortableServerS.h
41     RTPortableServerA.h
42     RTPortableServer_includeC.h
43     RTPortableServer_includeS.h
44     RTPortableServer_includeA.h
45   }
47   specific {
48     install_dir = tao/RTPortableServer
49   }