view scripts/profiler/module.mk @ 31235:b542b88ad3b6

maint: Use space between function name and '(' in sparse-xpow.cc. * sparse-xpow.cc: Use space between function name and '(' in sparse-xpow.cc.
author Rik <rik@octave.org>
date Tue, 20 Sep 2022 14:43:56 -0700
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)