Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / ace / SSL / ssl_for_tao.mpc
blobc89b8c0d5aaddc59a4365342e28d5c6c6b578aa7
1 //  -*- MPC -*-
2 project(SSL_FOR_TAO) : acelib, ace_output, install, ace_openssl {
3   requires    += ssl ace_for_tao
4   sharedname   = ACE_SSL_FOR_TAO
5   dynamicflags += ACE_SSL_BUILD_DLL
7   Source_Files {
8     SSL_Context.cpp
9     SSL_SOCK.cpp
10     SSL_SOCK_Acceptor.cpp
11     SSL_SOCK_Connector.cpp
12     SSL_SOCK_Stream.cpp
13   }
15   Header_Files {
16     SSL_Context.h
17     SSL_Export.h
18     SSL_SOCK.h
19     SSL_SOCK_Acceptor.h
20     SSL_SOCK_Connector.h
21     SSL_SOCK_Stream.h
22     sslconf.h
23   }
25   Inline_Files {
26     SSL_SOCK.inl
27     SSL_SOCK_Acceptor.inl
28     SSL_SOCK_Connector.inl
29     SSL_Context.inl
30     SSL_SOCK_Stream.inl
31   }
33   Template_Files {
34   }
36   pkgconfig_files {
37     ACE_SSL.pc.in
38   }
40   specific {
41     install_dir = ace/SSL
42   }