view scripts/special-matrix/module.mk @ 15361:b4c32f245da7 draft default tip

GUI: Settings take immediate effect on the m-editor * main-window.cc (main_window::construct): connect settings change to file-editor * file-editor.h (file-editor::notice_settings): new notice settings method * file-editor.cc (file-editor::notice_settings): new notice settings method and pass-through to all file-editor-tabs * file-editor-tab.h (file-editor::notice_settings): new notice settings method * file-editor-tab.c (file_editor_tab::file_editor_tab): removed all settings to file-editor::notice_settings (file-editor::update_lexer): fix in case settings is 0 (should never happen) (file-editor::notice_settings): all settings moved here
author Thorsten Liebig <thorsten.liebig@gmx.de>
date Tue, 11 Sep 2012 22:19:51 +0200
parents e205ebe2ba67
children
line wrap: on
line source

FCN_FILE_DIRS += special-matrix

special_matrix_FCN_FILES = \
  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)