Mercurial > hg > octave-lyh
annotate 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 |
rev | line source |
---|---|
9880 | 1 FCN_FILE_DIRS += @ftp |
2 | |
3 @ftp_FCN_FILES = \ | |
4 @ftp/ascii.m \ | |
5 @ftp/binary.m \ | |
6 @ftp/cd.m \ | |
7 @ftp/close.m \ | |
8 @ftp/delete.m \ | |
9 @ftp/dir.m \ | |
10 @ftp/display.m \ | |
11 @ftp/ftp.m \ | |
12 @ftp/loadobj.m \ | |
13 @ftp/mget.m \ | |
14 @ftp/mkdir.m \ | |
15 @ftp/mput.m \ | |
16 @ftp/rename.m \ | |
17 @ftp/rmdir.m \ | |
18 @ftp/saveobj.m | |
19 | |
20 FCN_FILES += $(@ftp_FCN_FILES) | |
21 | |
22 PKG_ADD_FILES += @ftp/PKG_ADD | |
9906 | 23 |
24 DIRSTAMP_FILES += @ftp/$(octave_dirstamp) |