view scripts/@ftp/module.mk @ 15263:2136343014d5

bug #37023 (wrong reading of lines starting and/or ending with whitespace) * strread.m: fix regexprep regular expression, test added, improved format specifier parsing * textscan.m: test added
author Philip Nienhuis <prnienhuis@users.sf.net>
date Thu, 30 Aug 2012 20:52:40 +0200
parents 8d20fb66a0dc
children fa9fa6ab76f0
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)