view scripts/profiler/module.mk @ 31246:43a6be589387

doc: New documentation for memoization techniques (bug #60860) vectorize.texi: New section on memoization octave.texi: List new section
author Arun Giridhar <arungiridhar@gmail.com>
date Thu, 29 Sep 2022 20:31:52 -0400
parents 02b97abbc6fc
children 48c2df4bb207
line wrap: on
line source

FCN_FILE_DIRS += %reldir%

%canon_reldir%_FCN_FILES = \
  %reldir%/.oct-config \
  %reldir%/profexplore.m \
  %reldir%/profexport.m \
  %reldir%/profile.m \
  %reldir%/profshow.m

%canon_reldir%dir = $(fcnfiledir)/profiler

%canon_reldir%_DATA = $(%canon_reldir%_FCN_FILES)

%canon_reldir%_htmldir = $(octetcdir)/profiler

%canon_reldir%_html_DATA = \
  %reldir%/html/flat.html \
  %reldir%/html/flat_entry.html \
  %reldir%/html/function.html \
  %reldir%/html/hierarchical.html \
  %reldir%/html/hierarchical_entry.html \
  %reldir%/html/style.css

FCN_FILES += \
  $(%canon_reldir%_FCN_FILES)

PKG_ADD_FILES += %reldir%/PKG_ADD

DIRSTAMP_FILES += %reldir%/$(octave_dirstamp)

scripts_EXTRA_DIST += \
  $(%canon_reldir%_html_DATA)