view scripts/set/module.mk @ 20627:56333f6df823

ls.m: Produce listing with 1 file per line if nargout > 0 (bug #46002). HG: Enter commit message. Lines beginning with 'HG:' are removed. HG: Leave message empty to abort commit. HG: -- HG: user: Lachlan Andrew <lachlanbis@gmail.com> HG: branch 'default' * ls.m: Add '-1' to arguments on non-PC platforms so that file listing is one per line.
author Lachlan Andrew <lachlanbis@gmail.com>
date Fri, 09 Oct 2015 19:29:28 -0700
parents e365a34a1c5c
children
line wrap: on
line source

FCN_FILE_DIRS += \
  scripts/set \
  scripts/set/private

scripts_set_PRIVATE_FCN_FILES = scripts/set/private/validsetargs.m

scripts_set_FCN_FILES = \
  scripts/set/intersect.m \
  scripts/set/ismember.m \
  scripts/set/powerset.m \
  scripts/set/setdiff.m \
  scripts/set/setxor.m \
  scripts/set/union.m \
  scripts/set/unique.m

scripts_setdir = $(fcnfiledir)/set

scripts_set_DATA = $(scripts_set_FCN_FILES)

scripts_set_privatedir = $(fcnfiledir)/set/private

scripts_set_private_DATA = $(scripts_set_PRIVATE_FCN_FILES)

FCN_FILES += \
  $(scripts_set_FCN_FILES) \
  $(scripts_set_PRIVATE_FCN_FILES)

PKG_ADD_FILES += scripts/set/PKG_ADD

DIRSTAMP_FILES += scripts/set/$(octave_dirstamp)