view scripts/@ftp/module.mk @ 17295:011e5d67baf1

interpft.m: Widen tolerance on tests to allow for FFT error * scripts/general/interpft.m: Widen tolerance on tests to allow for error in FFT routines, for example when not linking with FFTW.
author Mike Miller <mtmiller@ieee.org>
date Tue, 20 Aug 2013 09:46:17 -0400
parents 8d20fb66a0dc
children
line wrap: on
line source

FCN_FILE_DIRS += @ftp

@ftp_FCN_FILES = \
  @ftp/ascii.m \
  @ftp/binary.m  \
  @ftp/cd.m  \
  @ftp/close.m  \
  @ftp/delete.m  \
  @ftp/dir.m  \
  @ftp/display.m  \
  @ftp/ftp.m  \
  @ftp/loadobj.m  \
  @ftp/mget.m  \
  @ftp/mkdir.m  \
  @ftp/mput.m  \
  @ftp/rename.m  \
  @ftp/rmdir.m  \
  @ftp/saveobj.m

FCN_FILES += $(@ftp_FCN_FILES)

PKG_ADD_FILES += @ftp/PKG_ADD

DIRSTAMP_FILES += @ftp/$(octave_dirstamp)