view liboctave/link-deps.mk @ 14163:55d41048ea68 stable

update FCN_FILES list in test/Makefile.am * test/Makefile.am (FCN_FILES): Rename test_contin.m to test_line_contine.m in the list. Include test_index.m and test_logical_index.m in the list. Remove test_index-wfi-f.m, test_index-wfi-t.m, test_logical-wfi-f.m, test_logical-wfi-t.m from the list.
author John W. Eaton <jwe@octave.org>
date Fri, 06 Jan 2012 13:46:56 -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