view scripts/sparse/module.mk @ 16618:13728d41fb6a

use functions to handle colors in Windows GUI terminal * QWinTerminalImpl.cpp (QConsolePrivate::backgroundColor, QConsolePrivate::foregroundColor, QConsolePrivate::selectionColor, QConsolePrivate::cursorColor, QConsolePrivate::setBackgroundColor, QConsolePrivate::setForegroundColor, QConsolePrivate::setSelectionColor, QConsolePrivate::setCursorColor): New functions. (QConsolePrivate::m_backgroundColor, QConsolePrivate::m_foregroundColor): Delete member variables. (QConsolePrivate::QConsolePrivate): Call setBackgroundColor and setForegroundColor to set default colors. (QWinTerminalImpl::viewPaintEvent): Use functions to access colors.
author John W. Eaton <jwe@octave.org>
date Mon, 06 May 2013 02:20:01 -0400
parents 9106fdfc03e8
children ea9992fd9c89
line wrap: on
line source

FCN_FILE_DIRS += sparse

sparse_PRIVATE_FCN_FILES = \
	sparse/private/__sprand_impl__.m

sparse_FCN_FILES = \
  sparse/bicg.m \
  sparse/bicgstab.m \
  sparse/cgs.m \
  sparse/colperm.m \
  sparse/etreeplot.m \
  sparse/gmres.m \
  sparse/gplot.m \
  sparse/nonzeros.m \
  sparse/pcg.m \
  sparse/pcr.m \
  sparse/spaugment.m \
  sparse/spconvert.m \
  sparse/spdiags.m \
  sparse/speye.m \
  sparse/spfun.m \
  sparse/spones.m \
  sparse/sprand.m \
  sparse/sprandn.m \
  sparse/sprandsym.m \
  sparse/spstats.m \
  sparse/spy.m \
  sparse/svds.m \
  sparse/treelayout.m \
  sparse/treeplot.m \
	$(sparse_PRIVATE_FCN_FILES)

FCN_FILES += $(sparse_FCN_FILES)

PKG_ADD_FILES += sparse/PKG_ADD

DIRSTAMP_FILES += sparse/$(octave_dirstamp)