view scripts/@audioplayer/module.mk @ 19520:316a5606f74f

added module.mk file to scripts/@audioplayer * audioplayer.txi: change the way docstrings are used * module.mk: new file with the list of @audioplayer method functions
author Vytautas Jančauskas <unaudio@gmail.com>
date Tue, 17 Sep 2013 23:09:58 +0300
parents
children
line wrap: on
line source

FCN_FILE_DIRS += @audioplayer

@audioplayer_FCN_FILES = \
  @audioplayer/getproperties.m \
  @audioplayer/audioplayer.m \
  @audioplayer/display.m  \
  @audioplayer/get.m  \
  @audioplayer/isplaying.m  \
  @audioplayer/pause.m  \
  @audioplayer/play.m  \
  @audioplayer/playblocking.m  \
  @audioplayer/resume.m  \
  @audioplayer/set.m  \
  @audioplayer/stop.m  \
  @audioplayer/subsasgn.m  \
  @audioplayer/susbref.m

FCN_FILES += $(@audioplayer_FCN_FILES)

PKG_ADD_FILES += @audioplayer/PKG_ADD

DIRSTAMP_FILES += @audioplayer/$(octave_dirstamp)