summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/config/ace_openssl.mpb
blob: b566b40300eedff2c89f4f9cb1f628b01ac1ef4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- MPC -*-
project : openssl {
  // For gnuace we want to use built-in macros instead of
  // the values provided by the openssl base project.
  specific (gnuace) {
    lit_libs -= ssl crypto
    includes -= $(SSL_INCDIR)
    includes -= /usr/kerberos/include
    libpaths -= $(SSL_LIBDIR)
  }

  // These values get set in platform_macros.GNU or defaulted
  // in wrapper_macros.GNU if the GNU make variable ssl is set to 1.
  specific (gnuace) {
    compile_flags += $(PLATFORM_SSL_CPPFLAGS)
    linkflags     += $(PLATFORM_SSL_LDFLAGS)
    pure_libs     += $(PLATFORM_SSL_LIBS)
  }
}