view scripts/@audiorecorder/module.mk @ 19521:480407a8d226

added module.mk to scripts/audiorecorder * audioplayer.txi: changed the way docstrings are used * module.mk: new file containing a list of method function for the @audiorecorder class
author Vytautas Jančauskas <unaudio@gmail.com>
date Tue, 17 Sep 2013 23:29:07 +0300
parents
children
line wrap: on
line source

FCN_FILE_DIRS += @audiorecorder

@audiorecorder_FCN_FILES = \
  @audiorecorder/getproperties.m \
  @audiorecorder/audiorecorder.m \
  @audiorecorder/display.m \
  @audiorecorder/get.m \
  @audiorecorder/getaudiodata.m \
  @audiorecorder/getplayer.m \
  @audiorecorder/isrecording.m \
  @audiorecorder/pause.m \
  @audiorecorder/play.m \
  @audiorecorder/record.m \
  @audiorecorder/recordblocking.m \
  @audiorecorder/resume.m \
  @audiorecorder/set.m \
  @audiorecorder/stop.m  \
  @audiorecorder/subsasgn.m  \
  @audiorecorder/susbref.m

FCN_FILES += $(@audiorecorder_FCN_FILES)

PKG_ADD_FILES += @audiorecorder/PKG_ADD

DIRSTAMP_FILES += @audiorecorder/$(octave_dirstamp)