view libgui/link-deps.mk @ 16801:d3beeaf1d363

Avoid changing the fontsize of a legend's text strings when printing. legend.m: Changing the fontsize of a legend results in a legend's children being replaced. Rely upon the legend object font properties to in order to update the legend's text strings' font properties.
author Ben Abbott <bpabbott@mac.com>
date Sat, 22 Jun 2013 15:24:00 +0800
parents 5f031158c693
children 39844e6ccf13
line wrap: on
line source

include $(top_srcdir)/libinterp/link-deps.mk

if AMCOND_ENABLE_DYNAMIC_LINKING
  LIBOCTGUI_LINK_DEPS =
else
  LIBOCTGUI_LINK_DEPS = $(DLDFCN_LIBS)
endif

LIBOCTGUI_LINK_DEPS += \
  @QT_LIBS@

LIBOCTGUI_LINK_OPTS = \
  @QT_LDFLAGS@

if AMCOND_LINK_ALL_DEPS
  LIBOCTGUI_LINK_DEPS += $(LIBOCTINTERP_LINK_DEPS)
  LIBOCTGUI_LINK_OPTS += $(LIBOCTINTERP_LINK_OPTS)

  OCTAVE_GUI_LINK_DEPS = $(LIBOCTGUI_LINK_DEPS)
  OCTAVE_GUI_LINK_OPTS = $(LIBOCTGUI_LINK_OPTS)
endif