# HG changeset patch # User Vytautas JanĨauskas # Date 1379452624 -10800 # Node ID 776787758621827f8cda79eaf3cb8559d8117d07 # Parent ee3ec3f0235861feedac108106dad9ee983d1161 maint: removed module.mk files from @audioplayer and @audiorecorder folders diff -r ee3ec3f02358 -r 776787758621 scripts/audio/@audioplayer/module.mk --- 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) diff -r ee3ec3f02358 -r 776787758621 scripts/audio/@audiorecorder/module.mk --- 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)