view scripts/audio/@audiorecorder/module.mk @ 19522:ee3ec3f02358

maint: moved @audiorecorder and @audioplayer folders inside the audio folder
author Vytautas Jančauskas <unaudio@gmail.com>
date Wed, 18 Sep 2013 00:16:28 +0300
parents scripts/@audiorecorder/module.mk@480407a8d226
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)