view liboctave/link-deps.mk @ 17852:4de2eeb7d790

Align terminal window contents with bottom of view * TerminalView.cc (TerminalDisplay::setCursorPos): Retrieve bottomLeft corner of view and compute top as bL.y()-2*_topMargin-_fontHeight*_lines+1. (TerminalView::scrollImage): Compute top using contentsRect().height() - _topMargin - (_lines * _fontHeight) rather than _topMargin. (TerminalView::updateImage, TerminalView::preeditRect, TerminalView::drawContents, TerminalView::imageToWidget, TerminalView::extendSelection): Retrieve bottomLeft corner of view and compute top as bL.y()-2*_topMargin-_fontHeight*_lines+1.
author Daniel J Sebald <daniel.sebald@ieee.org>
date Mon, 24 Jun 2013 16:02:54 -0500
parents 82c94987abc6
children
line wrap: on
line source

GNULIB_LINK_DEPS = \
  $(COPYSIGNF_LIBM)\
  $(COPYSIGN_LIBM)\
  $(FLOORF_LIBM)\
  $(FLOOR_LIBM)\
  $(GETHOSTNAME_LIB)\
  $(LIBSOCKET)\
  $(LIB_NANOSLEEP)\
  $(LIB_SELECT)\
  $(LTLIBINTL)\
  $(ROUNDF_LIBM)\
  $(ROUND_LIBM)\
  $(TRUNCF_LIBM)\
  $(TRUNC_LIBM)

LIBOCTAVE_LINK_DEPS = \
  $(GNULIB_LINK_DEPS) \
  $(CURL_LIBS) \
  $(SPARSE_XLIBS) \
  $(ARPACK_LIBS) \
  $(QRUPDATE_LIBS) \
  $(FFTW_XLIBS) \
  $(LAPACK_LIBS) \
  $(BLAS_LIBS) \
  $(READLINE_LIBS) \
  $(TERM_LIBS) \
  $(LIBGLOB) \
  $(PCRE_LIBS) \
  $(DL_LIBS) \
  $(PTHREAD_LIBS) \
  $(FLIBS) \
  $(LIBS)

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