view libcruft/link-deps.mk @ 15163:886d1fc9d575 gui

GUI branch merged in, closing the GUI branch
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 13 Aug 2012 11:01:26 -0400
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 =