Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / bin / MakeProjectCreator / config / ace_openssl.mpb
blobb566b40300eedff2c89f4f9cb1f628b01ac1ef4a
1 // -*- MPC -*-
2 project : openssl {
3   // For gnuace we want to use built-in macros instead of
4   // the values provided by the openssl base project.
5   specific (gnuace) {
6     lit_libs -= ssl crypto
7     includes -= $(SSL_INCDIR)
8     includes -= /usr/kerberos/include
9     libpaths -= $(SSL_LIBDIR)
10   }
12   // These values get set in platform_macros.GNU or defaulted
13   // in wrapper_macros.GNU if the GNU make variable ssl is set to 1.
14   specific (gnuace) {
15     compile_flags += $(PLATFORM_SSL_CPPFLAGS)
16     linkflags     += $(PLATFORM_SSL_LDFLAGS)
17     pure_libs     += $(PLATFORM_SSL_LIBS)
18   }