view examples/code/@FIRfilter/module.mk @ 20412:b7ee5cefa9d6 stable

Update make_int example to current octave_base_value API (bug #45136) * make_int.cc (octave_integer::print): Make non-const. Add a newline for consistency with core library conventions.
author Mike Miller <mtmiller@octave.org>
date Mon, 18 May 2015 19:14:41 -0400
parents c8240a60dd01
children
line wrap: on
line source

FCN_FILE_DIRS += @FIRfilter

EXTRA_DIST += @FIRfilter/module.mk

at_FIRfilter_FCN_FILES = \
  @FIRfilter/display.m \
  @FIRfilter/FIRfilter_aggregation.m \
  @FIRfilter/FIRfilter.m \
  @FIRfilter/subsasgn.m \
  @FIRfilter/subsref.m

FCN_FILES += $(at_FIRfilter_FCN_FILES)