Mercurial > hg > octave-nkf
view liboctave/link-deps.mk @ 14413:4f160344236a
2011-04-26 Daniel Wagenaar <daw@caltech.edu>
* graphics.cc: Modified the text::properties::get_extent method
to return correct (x0,y0,w,h). Added FIXME comment to
text::properties::get_extent_matrix method, and general comments
to text::properties::update_text_extent method.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Sat, 25 Feb 2012 19:33:28 -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