File: Makefile.am

package info (click to toggle)
din 5.2.1-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,180 kB
  • ctags: 2,511
  • sloc: cpp: 9,369; sh: 6,563; ansic: 2,977; tcl: 1,770; makefile: 283
file content (149 lines) | stat: -rw-r--r-- 2,554 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
## Process this file with automake to produce Makefile.in

dindatadir = $(datarootdir)/@PACKAGE@
dinicondir = $(datarootdir)/pixmaps
dindeskdir = $(datarootdir)/applications

dindata_DATA = \
drone.crv\
drone.ed\
waveform1.crv\
waveform1.ed\
waveform2.crv\
waveform2.ed\
waveforms.lib\
coml.crv\
comr.crv\
compressor.ed\
gater.crv\
gater-patterns.lib\
gater.ed\
fm.crv\
am.crv\
modulation.ed\
volume-l.crv\
volume-r.crv\
feedback-l.crv\
feedback-r.crv\
delay.ed\
octave-shift.crv\
octave-shift.ed\
octave-shift-patterns.lib\
dot.crv\
dash.crv\
inner.crv\
letter.crv\
word.crv\
i8n_morse_code\
morse-code.ed\
attack.crv\
decay.crv\
attack.ed\
decay.ed\
attack.lib\
decay.lib\
din_info\
globals\
ji.tuning\
pytha.tuning\
et.tuning\
shrutis.tuning\
scalelist\
sine_levels\
fft_levels\
m00\
oscilloscope\
jack_prefs\
init.tcl\
help.tcl\
save_settings.tcl\
settings.tcl\
scoper.help.tcl\
midimap.help.tcl\
droner.help.tcl\
morse-code.help.tcl\
curve-library.help.tcl\
curve-name.help.tcl\
curve-value.help.tcl\
get-selection.help.tcl\
load-patch.help.tcl\
list-patches.help.tcl\
set-curve-editor.help.tcl\
set-text-color.help.tcl\
echo.help.tcl\
add-scale.help.tcl\
remove-scale.help.tcl\
find-scale.help.tcl\
get-var.help.tcl\
set-var.help.tcl\
load-scale.help.tcl\
list-scales.help.tcl\
list-notes.help.tcl\
set-delay.help.tcl\
get-delay.help.tcl\
set-bpm.help.tcl\
reset-bpm.help.tcl\
get-bpm.help.tcl\
set-style.help.tcl\
get-style.help.tcl\
list-bpms.help.tcl\
set-beat.help.tcl\
get-beat.help.tcl\
set-scope.help.tcl\
get-scope.help.tcl\
get-drone.help.tcl\
set-font-size.help.tcl\
get-font-size.help.tcl\
set-kern.help.tcl\
note-distance.help.tcl\
get-kern.help.tcl\
notation.help.tcl\
key.help.tcl\
chord.help.tcl\
tuning.help.tcl\
bot.help.tcl\
set-drone.help.tcl\
num-octaves.help.tcl\
make-interval-note-vars.tcl\
window\
midimap.patch.tcl\
scoper.patch.tcl\
droner.patch.tcl\
start-end.patch.tcl\
start-end.help.tcl\
changer.patch.tcl\
changer.help.tcl\
2600.patch.tcl\
2600.help.tcl\
din.hlp\
curve_editor.hlp\
keyboard-keyboard.hlp\
jag.fnt\
font.ed\
velocity.crv\
velocity.ed\
velocity.lib\
dam.crv\
dfm.crv\
donate.tcl\
drone-modulation.ed\
d_min_max\
d_parameters\
d_parameter_limits\
checkdotdin.in\
tips.tcl


dindesk_DATA = din.desktop
dinicon_DATA = din.png

dinbindir = ${prefix}/bin
dinbin_DATA = checkdotdin

$(dinbin_DATA): $(dinbin_DATA).in
	sed "s|\@datarootdir\@|$(datarootdir)|" $< > $@

EXTRA_DIST = $(dindata_DATA) $(dindesk_DATA) $(dinicon_DATA) $(dinbin_DATA)

install-data-hook:
	chmod +x ${DESTDIR}/${dinbindir}/checkdotdin