view scripts/profiler/module.mk @ 33561:3485012a415a default tip @

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 10 May 2024 13:42:19 +0200
parents 48c2df4bb207
children
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)