view liboctave/link-deps.mk @ 18923:58f1178f49ef gui-release

Redefine mac specific default shortcuts (bug #41217) * shortcut-manager.cc (shortcut_manager::shortcut_manager ()): disable automatic CMD/CTRL swap under mac. (shortcut_manager::do_init_data ()): define place holders for ctrl, ctrl+shift and ctrl+alt. (shortcut_manager::do_init_data ()): define a platform specific prefix for F* functions (Option under mac). (shortcut_manager::do_init_data ()): use place holders, and prefix all shortcuts using function keys (F*).
author pantxo <pantxo.diribarne@gmail.com>
date Thu, 10 Jul 2014 18:01:56 +0200
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)