view libcruft/link-deps.mk @ 14193:72aebe619641 stable rc-3-6-0-0

3.6.0-rc0 release candidate * configure.ac (AC_INIT): Version is now 3.6.0-rc0. (OCTAVE_RELEASE_DATE): Now 2012-01-10. (OCTAVE_API_VERSION_NUMBER): Now 47.
author John W. Eaton <jwe@octave.org>
date Tue, 10 Jan 2012 16:43:41 -0500
parents 05534f03377d
children
line wrap: on
line source

## The following libraries may be needed to satisfy gnulib dependencies:
##
##   $(COPYSIGN_LIBM)
##   $(FLOOR_LIBM)
##   $(GETHOSTNAME_LIB)
##   $(LIBSOCKET)
##   $(LIB_NANOSLEEP)
##   $(LTLIBINTL)
##   $(ROUNDF_LIBM)
##   $(ROUND_LIBM)
##   $(TRUNCF_LIBM)
##   $(TRUNC_LIBM)

LIBCRUFT_LINK_DEPS = \
  $(COPYSIGN_LIBM) \
  $(FLOOR_LIBM) \
  $(GETHOSTNAME_LIB) \
  $(LIBSOCKET) \
  $(LIB_NANOSLEEP) \
  $(LTLIBINTL) \
  $(ROUNDF_LIBM) \
  $(ROUND_LIBM) \
  $(TRUNCF_LIBM) \
  $(TRUNC_LIBM) \
  $(LAPACK_LIBS) \
  $(BLAS_LIBS) \
  $(FLIBS) \
  $(LIBS)

LIBCRUFT_LINK_OPTS =