view scripts/special-matrix/module.mk @ 17804:f3e25230b1f3

use QCoreApplication if starting with --no-gui * octave-gui.cc (octave_start_gui): Use QApplication when starting the GUI and QCoreApplication if not. (octave_cli_thread::run): Call QCoreApplication::exit instead of QApplication::exit.
author John W. Eaton <jwe@octave.org>
date Wed, 30 Oct 2013 02:08:41 -0400
parents 2510fffc05e1
children fa9fa6ab76f0
line wrap: on
line source

FCN_FILE_DIRS += special-matrix

special_matrix_FCN_FILES = \
  special-matrix/gallery.m \
  special-matrix/hadamard.m \
  special-matrix/hankel.m \
  special-matrix/hilb.m \
  special-matrix/invhilb.m \
  special-matrix/magic.m \
  special-matrix/pascal.m \
  special-matrix/rosser.m \
  special-matrix/toeplitz.m \
  special-matrix/vander.m \
  special-matrix/wilkinson.m

FCN_FILES += $(special_matrix_FCN_FILES)

PKG_ADD_FILES += special-matrix/PKG_ADD

DIRSTAMP_FILES += special-matrix/$(octave_dirstamp)