annotate scripts/audio/module.mk @ 20654:b65888ec820e draft default tip gccjit

dmalcom gcc jit import
author Stefan Mahr <dac922@gmx.de>
date Fri, 27 Feb 2015 16:59:36 +0100
parents c8ec0b72b7a6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20378
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
1 FCN_FILE_DIRS += \
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
2 scripts/audio \
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
3 scripts/audio/@audioplayer \
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
4 scripts/audio/@audiorecorder
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5
20363
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
6 scripts_audio_FCN_FILES = \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
7 scripts/audio/lin2mu.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
8 scripts/audio/mu2lin.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
9 scripts/audio/record.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
10 scripts/audio/sound.m \
20519
c8ec0b72b7a6 Deprecate wavread and wavwrite.
Rik <rik@octave.org>
parents: 20378
diff changeset
11 scripts/audio/soundsc.m
20378
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
12
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
13 scripts_audio_@audioplayer_FCN_FILES = \
20363
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
14 scripts/audio/@audioplayer/__get_properties__.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
15 scripts/audio/@audioplayer/audioplayer.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
16 scripts/audio/@audioplayer/display.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
17 scripts/audio/@audioplayer/get.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
18 scripts/audio/@audioplayer/isplaying.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
19 scripts/audio/@audioplayer/pause.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
20 scripts/audio/@audioplayer/play.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
21 scripts/audio/@audioplayer/playblocking.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
22 scripts/audio/@audioplayer/resume.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
23 scripts/audio/@audioplayer/set.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
24 scripts/audio/@audioplayer/stop.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
25 scripts/audio/@audioplayer/subsasgn.m \
20378
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
26 scripts/audio/@audioplayer/subsref.m
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
27
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
28 scripts_audio_@audiorecorder_FCN_FILES = \
20363
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
29 scripts/audio/@audiorecorder/__get_properties__.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
30 scripts/audio/@audiorecorder/audiorecorder.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
31 scripts/audio/@audiorecorder/display.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
32 scripts/audio/@audiorecorder/get.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
33 scripts/audio/@audiorecorder/getaudiodata.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
34 scripts/audio/@audiorecorder/getplayer.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
35 scripts/audio/@audiorecorder/isrecording.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
36 scripts/audio/@audiorecorder/pause.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
37 scripts/audio/@audiorecorder/play.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
38 scripts/audio/@audiorecorder/record.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
39 scripts/audio/@audiorecorder/recordblocking.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
40 scripts/audio/@audiorecorder/resume.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
41 scripts/audio/@audiorecorder/set.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
42 scripts/audio/@audiorecorder/stop.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
43 scripts/audio/@audiorecorder/subsasgn.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
44 scripts/audio/@audiorecorder/subsref.m
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
45
20378
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
46 scripts_audiodir = $(fcnfiledir)/audio
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
47
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
48 scripts_audio_DATA = $(scripts_audio_FCN_FILES)
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
49
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
50 scripts_audio_@audioplayerdir = $(fcnfiledir)/audio/@audioplayer
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
51
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
52 scripts_audio_@audioplayer_DATA = $(scripts_audio_@audioplayer_FCN_FILES)
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
53
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
54 scripts_audio_@audiorecorderdir = $(fcnfiledir)/audio/@audiorecorder
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
55
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
56 scripts_audio_@audiorecorder_DATA = $(scripts_audio_@audiorecorder_FCN_FILES)
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
57
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
58 FCN_FILES += \
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
59 $(scripts_audio_FCN_FILES) \
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
60 $(scripts_audio_@audioplayer_FCN_FILES) \
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
61 $(scripts_audio_@audiorecorder_FCN_FILES)
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
62
20363
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
63 PKG_ADD_FILES += scripts/audio/PKG_ADD
9906
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9794
diff changeset
64
20363
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 19716
diff changeset
65 DIRSTAMP_FILES += scripts/audio/$(octave_dirstamp)