view liboctave/link-deps.mk @ 14155:583d3d6f6fde stable

use gnulib::readdir * build-aux/bootstrap.conf (gnulib_modules): Include readdir and rewinddir in the list. * lo-sysdep.h, lo-sysdep.cc (struct __DIR, opendir, rewinddir, closedir, readdir): Delete declarations and functions. * dir-ops.cc (dir_entry::read): Use gnulib::readdir. * kpse.cc (do_subdir): Likewise.
author John W. Eaton <jwe@octave.org>
date Fri, 06 Jan 2012 10:51:11 -0500
parents f3c53fea9fb5
children 2a36a5b89f98
line wrap: on
line source

include ../libcruft/link-deps.mk

LIBOCTAVE_LINK_DEPS = \
  $(SPARSE_XLIBS) \
  $(ARPACK_LIBS) \
  $(QRUPDATE_LIBS) \
  $(FFTW_XLIBS) \
  $(LAPACK_LIBS) \
  $(BLAS_LIBS) \
  $(READLINE_LIBS) \
  $(TERM_LIBS) \
  $(LIBGLOB) \
  $(REGEX_LIBS) \
  $(DL_LIBS) \
  $(PTHREAD_LIBS) \
  $(LIBS)

LIBOCTAVE_LINK_OPTS = \
  $(SPARSE_XLDFLAGS) \
  $(ARPACK_LDFLAGS) \
  $(QRUPDATE_LDFLAGS) \
  $(FFTW_XLDFLAGS)

if AMCOND_LINK_ALL_DEPS
  LIBOCTAVE_LINK_DEPS += $(LIBCRUFT_LINK_DEPS)
  LIBOCTAVE_LINK_OPTS += $(LIBCRUFT_LINK_OPTS)
endif