comparison 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
comparison
equal deleted inserted replaced
19519:b3399e03eb21 19520:316a5606f74f
1 FCN_FILE_DIRS += @audioplayer
2
3 @audioplayer_FCN_FILES = \
4 @audioplayer/getproperties.m \
5 @audioplayer/audioplayer.m \
6 @audioplayer/display.m \
7 @audioplayer/get.m \
8 @audioplayer/isplaying.m \
9 @audioplayer/pause.m \
10 @audioplayer/play.m \
11 @audioplayer/playblocking.m \
12 @audioplayer/resume.m \
13 @audioplayer/set.m \
14 @audioplayer/stop.m \
15 @audioplayer/subsasgn.m \
16 @audioplayer/susbref.m
17
18 FCN_FILES += $(@audioplayer_FCN_FILES)
19
20 PKG_ADD_FILES += @audioplayer/PKG_ADD
21
22 DIRSTAMP_FILES += @audioplayer/$(octave_dirstamp)