1
1
openmpi/opal/tools/wrappers/opalcc-wrapper-data.txt.in
Dan Lacher ba0389723e Ticket: #346
remove requirements on .la files on wrapper scripts

Ticket: #374
  extend compilers to support 32 bit and 64 bit in one version of the wrapper

Submitted by: Dan Lacher
Reviewed by: Rolf Vandevaart

This commit was SVN r11908.
2006-09-29 23:58:58 +00:00

18 строки
535 B
Plaintext

project=Open Portable Access Layer (OPAL)
project_short=OPAL
version=@OPAL_VERSION@
language=C
compiler_env=CC
compiler_flags_env=CFLAGS
compiler=@CC@
extra_includes=@OPAL_WRAPPER_EXTRA_INCLUDES@
preprocessor_flags=@OPAL_WRAPPER_EXTRA_CPPFLAGS@
compiler_flags=@OPAL_WRAPPER_EXTRA_CFLAGS@
linker_flags=@OPAL_WRAPPER_EXTRA_LDFLAGS@
libs=-lopal @OPAL_WRAPPER_EXTRA_LIBS@
required_file=
libdir32=@OPAL_WRAPPER_32_BIT_LIBDIR@
incdir32=@OPAL_WRAPPER_32_BIT_INCDIR@
libdir64=@OPAL_WRAPPER_64_BIT_LIBDIR@
incdir64=@OPAL_WRAPPER_64_BIT_INCDIR@