changeset 19523:776787758621

maint: removed module.mk files from @audioplayer and @audiorecorder folders
author Vytautas Jančauskas <unaudio@gmail.com>
date Wed, 18 Sep 2013 00:17:04 +0300
parents ee3ec3f02358
children 9a9b0985e508
files scripts/audio/@audioplayer/module.mk scripts/audio/@audiorecorder/module.mk
diffstat 2 files changed, 0 insertions(+), 47 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/audio/@audioplayer/module.mk	Wed Sep 18 00:16:28 2013 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-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)
--- a/scripts/audio/@audiorecorder/module.mk	Wed Sep 18 00:16:28 2013 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-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)