Rev 2303 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2097 | jag | 1 | # Makefile.in generated by automake 1.16.3 from Makefile.am. |
1 | - | 2 | # @configure_input@ |
3 | |||
2097 | jag | 4 | # Copyright (C) 1994-2020 Free Software Foundation, Inc. |
5 | |||
1 | - | 6 | # This Makefile.in is free software; the Free Software Foundation |
7 | # gives unlimited permission to copy and/or distribute it, |
||
8 | # with or without modifications, as long as this notice is preserved. |
||
9 | |||
10 | # This program is distributed in the hope that it will be useful, |
||
11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
||
12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
||
13 | # PARTICULAR PURPOSE. |
||
14 | |||
15 | @SET_MAKE@ |
||
16 | |||
2097 | jag | 17 | #dinincludedir = $(pkgsrcdir) |
18 | |||
1 | - | 19 | VPATH = @srcdir@ |
2097 | jag | 20 | am__is_gnu_make = { \ |
21 | if test -z '$(MAKELEVEL)'; then \ |
||
22 | false; \ |
||
23 | elif test -n '$(MAKE_HOST)'; then \ |
||
24 | true; \ |
||
25 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
||
26 | true; \ |
||
27 | else \ |
||
28 | false; \ |
||
29 | fi; \ |
||
30 | } |
||
31 | am__make_running_with_option = \ |
||
32 | case $${target_option-} in \ |
||
33 | ?) ;; \ |
||
34 | *) echo "am__make_running_with_option: internal error: invalid" \ |
||
35 | "target option '$${target_option-}' specified" >&2; \ |
||
36 | exit 1;; \ |
||
37 | esac; \ |
||
38 | has_opt=no; \ |
||
39 | sane_makeflags=$$MAKEFLAGS; \ |
||
40 | if $(am__is_gnu_make); then \ |
||
41 | sane_makeflags=$$MFLAGS; \ |
||
42 | else \ |
||
43 | case $$MAKEFLAGS in \ |
||
44 | *\\[\ \ ]*) \ |
||
45 | bs=\\; \ |
||
46 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
||
47 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
||
48 | esac; \ |
||
49 | fi; \ |
||
50 | skip_next=no; \ |
||
51 | strip_trailopt () \ |
||
52 | { \ |
||
53 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
||
54 | }; \ |
||
55 | for flg in $$sane_makeflags; do \ |
||
56 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
||
57 | case $$flg in \ |
||
58 | *=*|--*) continue;; \ |
||
59 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
||
60 | -*I?*) strip_trailopt 'I';; \ |
||
61 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
||
62 | -*O?*) strip_trailopt 'O';; \ |
||
63 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
||
64 | -*l?*) strip_trailopt 'l';; \ |
||
65 | -[dEDm]) skip_next=yes;; \ |
||
66 | -[JT]) skip_next=yes;; \ |
||
67 | esac; \ |
||
68 | case $$flg in \ |
||
69 | *$$target_option*) has_opt=yes; break;; \ |
||
70 | esac; \ |
||
71 | done; \ |
||
72 | test $$has_opt = yes |
||
73 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
||
74 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
||
1 | - | 75 | pkgdatadir = $(datadir)/@PACKAGE@ |
76 | pkgincludedir = $(includedir)/@PACKAGE@ |
||
77 | pkglibdir = $(libdir)/@PACKAGE@ |
||
78 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
||
79 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
||
80 | install_sh_DATA = $(install_sh) -c -m 644 |
||
81 | install_sh_PROGRAM = $(install_sh) -c |
||
82 | install_sh_SCRIPT = $(install_sh) -c |
||
83 | INSTALL_HEADER = $(INSTALL_DATA) |
||
84 | transform = $(program_transform_name) |
||
85 | NORMAL_INSTALL = : |
||
86 | PRE_INSTALL = : |
||
87 | POST_INSTALL = : |
||
88 | NORMAL_UNINSTALL = : |
||
89 | PRE_UNINSTALL = : |
||
90 | POST_UNINSTALL = : |
||
91 | bin_PROGRAMS = din$(EXEEXT) |
||
92 | subdir = src |
||
93 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
||
94 | am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ |
||
95 | $(top_srcdir)/configure.ac |
||
96 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
||
97 | $(ACLOCAL_M4) |
||
2097 | jag | 98 | DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |
1 | - | 99 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
100 | CONFIG_CLEAN_FILES = |
||
101 | CONFIG_CLEAN_VPATH_FILES = |
||
102 | am__installdirs = "$(DESTDIR)$(bindir)" |
||
103 | PROGRAMS = $(bin_PROGRAMS) |
||
429 | jag | 104 | am_din_OBJECTS = alarm.$(OBJEXT) arrow_button.$(OBJEXT) \ |
1833 | jag | 105 | audio.$(OBJEXT) authors_note.$(OBJEXT) autoflip.$(OBJEXT) \ |
1970 | jag | 106 | autopause.$(OBJEXT) autorotator.$(OBJEXT) ball.$(OBJEXT) \ |
107 | ball_ops.$(OBJEXT) basic_editor.$(OBJEXT) beat2value.$(OBJEXT) \ |
||
555 | jag | 108 | binaural_drone.$(OBJEXT) binaural_drones.$(OBJEXT) \ |
1091 | jag | 109 | bit_display.$(OBJEXT) box_selector.$(OBJEXT) button.$(OBJEXT) \ |
1130 | jag | 110 | capturer.$(OBJEXT) checkbutton.$(OBJEXT) chrono.$(OBJEXT) \ |
111 | circler.$(OBJEXT) command.$(OBJEXT) compressor.$(OBJEXT) \ |
||
112 | console.$(OBJEXT) console_iterator.$(OBJEXT) \ |
||
113 | countries.$(OBJEXT) cross_button.$(OBJEXT) curve.$(OBJEXT) \ |
||
260 | jag | 114 | curve_display.$(OBJEXT) curve_editor.$(OBJEXT) \ |
115 | curve_library.$(OBJEXT) curve_mixer.$(OBJEXT) \ |
||
1532 | jag | 116 | curve_picker.$(OBJEXT) curve_samples.$(OBJEXT) \ |
1833 | jag | 117 | custom_periodic.$(OBJEXT) defvelaccel.$(OBJEXT) \ |
118 | delay.$(OBJEXT) din.$(OBJEXT) din_info.$(OBJEXT) \ |
||
119 | drawrrow.$(OBJEXT) drone.$(OBJEXT) eval.$(OBJEXT) \ |
||
120 | fader.$(OBJEXT) fft.$(OBJEXT) field.$(OBJEXT) \ |
||
1719 | jag | 121 | filled_button.$(OBJEXT) font.$(OBJEXT) font_editor.$(OBJEXT) \ |
122 | fractaliser.$(OBJEXT) globals.$(OBJEXT) glyph.$(OBJEXT) \ |
||
1886 | jag | 123 | gravity.$(OBJEXT) help.$(OBJEXT) hit.$(OBJEXT) \ |
2302 | jag | 124 | item_list.$(OBJEXT) keyboard_keyboard.$(OBJEXT) \ |
125 | label.$(OBJEXT) levels.$(OBJEXT) line.$(OBJEXT) \ |
||
126 | lissajous.$(OBJEXT) listeners.$(OBJEXT) main.$(OBJEXT) \ |
||
127 | menu.$(OBJEXT) mesh.$(OBJEXT) midi_in.$(OBJEXT) \ |
||
1295 | jag | 128 | minus_button.$(OBJEXT) mocap.$(OBJEXT) modulator.$(OBJEXT) \ |
129 | mondrian.$(OBJEXT) morpher.$(OBJEXT) morse_code.$(OBJEXT) \ |
||
1886 | jag | 130 | mouse_slider.$(OBJEXT) multi_curve.$(OBJEXT) noiser.$(OBJEXT) \ |
131 | note.$(OBJEXT) number.$(OBJEXT) oscilloscope.$(OBJEXT) \ |
||
132 | phrasor.$(OBJEXT) play.$(OBJEXT) plugin_browser.$(OBJEXT) \ |
||
133 | plugin.$(OBJEXT) plus_button.$(OBJEXT) \ |
||
1623 | jag | 134 | point_modulator.$(OBJEXT) range.$(OBJEXT) recorder.$(OBJEXT) \ |
135 | rect.$(OBJEXT) rose_milker.$(OBJEXT) scale_info.$(OBJEXT) \ |
||
1886 | jag | 136 | scalelist.$(OBJEXT) scale_notes.$(OBJEXT) separator.$(OBJEXT) \ |
1623 | jag | 137 | settings.$(OBJEXT) sine_mixer.$(OBJEXT) slit.$(OBJEXT) \ |
138 | solver.$(OBJEXT) spiraler.$(OBJEXT) starrer.$(OBJEXT) \ |
||
139 | superformula.$(OBJEXT) tap_bpm.$(OBJEXT) tcl_interp.$(OBJEXT) \ |
||
140 | textboard.$(OBJEXT) tokenizer.$(OBJEXT) trail.$(OBJEXT) \ |
||
141 | triggered_note.$(OBJEXT) ui.$(OBJEXT) \ |
||
1295 | jag | 142 | ui_sin_cos_radius.$(OBJEXT) viewwin.$(OBJEXT) warper.$(OBJEXT) \ |
1886 | jag | 143 | widget.$(OBJEXT) RtAudio.$(OBJEXT) RtMidi.$(OBJEXT) \ |
144 | kiss_fft.$(OBJEXT) |
||
1 | - | 145 | din_OBJECTS = $(am_din_OBJECTS) |
146 | din_LDADD = $(LDADD) |
||
2097 | jag | 147 | AM_V_P = $(am__v_P_@AM_V@) |
148 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
||
149 | am__v_P_0 = false |
||
150 | am__v_P_1 = : |
||
151 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
||
152 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
||
153 | am__v_GEN_0 = @echo " GEN " $@; |
||
154 | am__v_GEN_1 = |
||
155 | AM_V_at = $(am__v_at_@AM_V@) |
||
156 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
||
157 | am__v_at_0 = @ |
||
158 | am__v_at_1 = |
||
1 | - | 159 | DEFAULT_INCLUDES = -I.@am__isrc@ |
160 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
||
2097 | jag | 161 | am__maybe_remake_depfiles = depfiles |
162 | am__depfiles_remade = ./$(DEPDIR)/RtAudio.Po ./$(DEPDIR)/RtMidi.Po \ |
||
163 | ./$(DEPDIR)/alarm.Po ./$(DEPDIR)/arrow_button.Po \ |
||
164 | ./$(DEPDIR)/audio.Po ./$(DEPDIR)/authors_note.Po \ |
||
165 | ./$(DEPDIR)/autoflip.Po ./$(DEPDIR)/autopause.Po \ |
||
166 | ./$(DEPDIR)/autorotator.Po ./$(DEPDIR)/ball.Po \ |
||
167 | ./$(DEPDIR)/ball_ops.Po ./$(DEPDIR)/basic_editor.Po \ |
||
168 | ./$(DEPDIR)/beat2value.Po ./$(DEPDIR)/binaural_drone.Po \ |
||
169 | ./$(DEPDIR)/binaural_drones.Po ./$(DEPDIR)/bit_display.Po \ |
||
170 | ./$(DEPDIR)/box_selector.Po ./$(DEPDIR)/button.Po \ |
||
171 | ./$(DEPDIR)/capturer.Po ./$(DEPDIR)/checkbutton.Po \ |
||
172 | ./$(DEPDIR)/chrono.Po ./$(DEPDIR)/circler.Po \ |
||
173 | ./$(DEPDIR)/command.Po ./$(DEPDIR)/compressor.Po \ |
||
174 | ./$(DEPDIR)/console.Po ./$(DEPDIR)/console_iterator.Po \ |
||
175 | ./$(DEPDIR)/countries.Po ./$(DEPDIR)/cross_button.Po \ |
||
176 | ./$(DEPDIR)/curve.Po ./$(DEPDIR)/curve_display.Po \ |
||
177 | ./$(DEPDIR)/curve_editor.Po ./$(DEPDIR)/curve_library.Po \ |
||
178 | ./$(DEPDIR)/curve_mixer.Po ./$(DEPDIR)/curve_picker.Po \ |
||
179 | ./$(DEPDIR)/curve_samples.Po ./$(DEPDIR)/custom_periodic.Po \ |
||
180 | ./$(DEPDIR)/defvelaccel.Po ./$(DEPDIR)/delay.Po \ |
||
181 | ./$(DEPDIR)/din.Po ./$(DEPDIR)/din_info.Po \ |
||
182 | ./$(DEPDIR)/drawrrow.Po ./$(DEPDIR)/drone.Po \ |
||
183 | ./$(DEPDIR)/eval.Po ./$(DEPDIR)/fader.Po ./$(DEPDIR)/fft.Po \ |
||
184 | ./$(DEPDIR)/field.Po ./$(DEPDIR)/filled_button.Po \ |
||
185 | ./$(DEPDIR)/font.Po ./$(DEPDIR)/font_editor.Po \ |
||
186 | ./$(DEPDIR)/fractaliser.Po ./$(DEPDIR)/globals.Po \ |
||
187 | ./$(DEPDIR)/glyph.Po ./$(DEPDIR)/gravity.Po \ |
||
188 | ./$(DEPDIR)/help.Po ./$(DEPDIR)/hit.Po \ |
||
2302 | jag | 189 | ./$(DEPDIR)/item_list.Po ./$(DEPDIR)/keyboard_keyboard.Po \ |
190 | ./$(DEPDIR)/kiss_fft.Po ./$(DEPDIR)/label.Po \ |
||
191 | ./$(DEPDIR)/levels.Po ./$(DEPDIR)/line.Po \ |
||
2097 | jag | 192 | ./$(DEPDIR)/lissajous.Po ./$(DEPDIR)/listeners.Po \ |
193 | ./$(DEPDIR)/main.Po ./$(DEPDIR)/menu.Po ./$(DEPDIR)/mesh.Po \ |
||
194 | ./$(DEPDIR)/midi_in.Po ./$(DEPDIR)/minus_button.Po \ |
||
195 | ./$(DEPDIR)/mocap.Po ./$(DEPDIR)/modulator.Po \ |
||
196 | ./$(DEPDIR)/mondrian.Po ./$(DEPDIR)/morpher.Po \ |
||
197 | ./$(DEPDIR)/morse_code.Po ./$(DEPDIR)/mouse_slider.Po \ |
||
198 | ./$(DEPDIR)/multi_curve.Po ./$(DEPDIR)/noiser.Po \ |
||
199 | ./$(DEPDIR)/note.Po ./$(DEPDIR)/number.Po \ |
||
200 | ./$(DEPDIR)/oscilloscope.Po ./$(DEPDIR)/phrasor.Po \ |
||
201 | ./$(DEPDIR)/play.Po ./$(DEPDIR)/plugin.Po \ |
||
202 | ./$(DEPDIR)/plugin_browser.Po ./$(DEPDIR)/plus_button.Po \ |
||
203 | ./$(DEPDIR)/point_modulator.Po ./$(DEPDIR)/range.Po \ |
||
204 | ./$(DEPDIR)/recorder.Po ./$(DEPDIR)/rect.Po \ |
||
205 | ./$(DEPDIR)/rose_milker.Po ./$(DEPDIR)/scale_info.Po \ |
||
206 | ./$(DEPDIR)/scale_notes.Po ./$(DEPDIR)/scalelist.Po \ |
||
207 | ./$(DEPDIR)/separator.Po ./$(DEPDIR)/settings.Po \ |
||
208 | ./$(DEPDIR)/sine_mixer.Po ./$(DEPDIR)/slit.Po \ |
||
209 | ./$(DEPDIR)/solver.Po ./$(DEPDIR)/spiraler.Po \ |
||
210 | ./$(DEPDIR)/starrer.Po ./$(DEPDIR)/superformula.Po \ |
||
211 | ./$(DEPDIR)/tap_bpm.Po ./$(DEPDIR)/tcl_interp.Po \ |
||
212 | ./$(DEPDIR)/textboard.Po ./$(DEPDIR)/tokenizer.Po \ |
||
213 | ./$(DEPDIR)/trail.Po ./$(DEPDIR)/triggered_note.Po \ |
||
214 | ./$(DEPDIR)/ui.Po ./$(DEPDIR)/ui_sin_cos_radius.Po \ |
||
215 | ./$(DEPDIR)/viewwin.Po ./$(DEPDIR)/warper.Po \ |
||
216 | ./$(DEPDIR)/widget.Po |
||
1 | - | 217 | am__mv = mv -f |
218 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
||
219 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
||
2097 | jag | 220 | AM_V_CC = $(am__v_CC_@AM_V@) |
221 | am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
||
222 | am__v_CC_0 = @echo " CC " $@; |
||
223 | am__v_CC_1 = |
||
1 | - | 224 | CCLD = $(CC) |
225 | LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
||
2097 | jag | 226 | AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
227 | am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
||
228 | am__v_CCLD_0 = @echo " CCLD " $@; |
||
229 | am__v_CCLD_1 = |
||
1 | - | 230 | CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
231 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
||
2097 | jag | 232 | AM_V_CXX = $(am__v_CXX_@AM_V@) |
233 | am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) |
||
234 | am__v_CXX_0 = @echo " CXX " $@; |
||
235 | am__v_CXX_1 = |
||
1 | - | 236 | CXXLD = $(CXX) |
237 | CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ |
||
238 | -o $@ |
||
2097 | jag | 239 | AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) |
240 | am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) |
||
241 | am__v_CXXLD_0 = @echo " CXXLD " $@; |
||
242 | am__v_CXXLD_1 = |
||
1 | - | 243 | SOURCES = $(din_SOURCES) |
244 | DIST_SOURCES = $(din_SOURCES) |
||
2097 | jag | 245 | am__can_run_installinfo = \ |
246 | case $$AM_UPDATE_INFO_DIR in \ |
||
247 | n|no|NO) false;; \ |
||
248 | *) (install-info --version) >/dev/null 2>&1;; \ |
||
249 | esac |
||
250 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
||
251 | # Read a list of newline-separated strings from the standard input, |
||
252 | # and print each of them once, without duplicates. Input order is |
||
253 | # *not* preserved. |
||
254 | am__uniquify_input = $(AWK) '\ |
||
255 | BEGIN { nonempty = 0; } \ |
||
256 | { items[$$0] = 1; nonempty = 1; } \ |
||
257 | END { if (nonempty) { for (i in items) print i; }; } \ |
||
258 | ' |
||
259 | # Make sure the list of sources is unique. This is necessary because, |
||
260 | # e.g., the same source file might be shared among _SOURCES variables |
||
261 | # for different programs/libraries. |
||
262 | am__define_uniq_tagged_files = \ |
||
263 | list='$(am__tagged_files)'; \ |
||
264 | unique=`for i in $$list; do \ |
||
265 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
||
266 | done | $(am__uniquify_input)` |
||
1 | - | 267 | ETAGS = etags |
268 | CTAGS = ctags |
||
2097 | jag | 269 | am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ |
270 | $(top_srcdir)/mkinstalldirs |
||
1 | - | 271 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
272 | ACLOCAL = @ACLOCAL@ |
||
273 | AMTAR = @AMTAR@ |
||
2097 | jag | 274 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
1 | - | 275 | AUTOCONF = @AUTOCONF@ |
276 | AUTOHEADER = @AUTOHEADER@ |
||
277 | AUTOMAKE = @AUTOMAKE@ |
||
278 | AWK = @AWK@ |
||
279 | CC = @CC@ |
||
280 | CCDEPMODE = @CCDEPMODE@ |
||
281 | CFLAGS = @CFLAGS@ |
||
282 | CPPFLAGS = @CPPFLAGS@ |
||
283 | CXX = @CXX@ |
||
284 | CXXDEPMODE = @CXXDEPMODE@ |
||
285 | CXXFLAGS = @CXXFLAGS@ |
||
286 | CYGPATH_W = @CYGPATH_W@ |
||
287 | DEFS = @DEFS@ |
||
288 | DEPDIR = @DEPDIR@ |
||
289 | ECHO_C = @ECHO_C@ |
||
290 | ECHO_N = @ECHO_N@ |
||
291 | ECHO_T = @ECHO_T@ |
||
292 | EXEEXT = @EXEEXT@ |
||
293 | INSTALL = @INSTALL@ |
||
294 | INSTALL_DATA = @INSTALL_DATA@ |
||
295 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
||
296 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
||
297 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
||
298 | LDFLAGS = @LDFLAGS@ |
||
299 | LIBOBJS = @LIBOBJS@ |
||
2097 | jag | 300 | LIBS = @LIBS@ -ltcl8.6 -lSDL -lGL -lpthread -lasound |
1 | - | 301 | LTLIBOBJS = @LTLIBOBJS@ |
302 | MAKEINFO = @MAKEINFO@ |
||
303 | MKDIR_P = @MKDIR_P@ |
||
304 | OBJC = @OBJC@ |
||
305 | OBJCDEPMODE = @OBJCDEPMODE@ |
||
306 | OBJCFLAGS = @OBJCFLAGS@ |
||
307 | OBJEXT = @OBJEXT@ |
||
308 | PACKAGE = @PACKAGE@ |
||
309 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
||
310 | PACKAGE_NAME = @PACKAGE_NAME@ |
||
311 | PACKAGE_STRING = @PACKAGE_STRING@ |
||
312 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
||
313 | PACKAGE_URL = @PACKAGE_URL@ |
||
314 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
||
315 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
||
316 | SET_MAKE = @SET_MAKE@ |
||
317 | SHELL = @SHELL@ |
||
318 | STRIP = @STRIP@ |
||
319 | VERSION = @VERSION@ |
||
320 | abs_builddir = @abs_builddir@ |
||
321 | abs_srcdir = @abs_srcdir@ |
||
322 | abs_top_builddir = @abs_top_builddir@ |
||
323 | abs_top_srcdir = @abs_top_srcdir@ |
||
324 | ac_ct_CC = @ac_ct_CC@ |
||
325 | ac_ct_CXX = @ac_ct_CXX@ |
||
326 | ac_ct_OBJC = @ac_ct_OBJC@ |
||
327 | am__include = @am__include@ |
||
328 | am__leading_dot = @am__leading_dot@ |
||
329 | am__quote = @am__quote@ |
||
330 | am__tar = @am__tar@ |
||
331 | am__untar = @am__untar@ |
||
332 | bindir = @bindir@ |
||
333 | build_alias = @build_alias@ |
||
334 | builddir = @builddir@ |
||
335 | datadir = @datadir@ |
||
336 | datarootdir = @datarootdir@ |
||
337 | docdir = @docdir@ |
||
338 | dvidir = @dvidir@ |
||
339 | exec_prefix = @exec_prefix@ |
||
340 | host_alias = @host_alias@ |
||
341 | htmldir = @htmldir@ |
||
342 | includedir = @includedir@ |
||
343 | infodir = @infodir@ |
||
344 | install_sh = @install_sh@ |
||
345 | libdir = @libdir@ |
||
346 | libexecdir = @libexecdir@ |
||
347 | localedir = @localedir@ |
||
348 | localstatedir = @localstatedir@ |
||
349 | mandir = @mandir@ |
||
350 | mkdir_p = @mkdir_p@ |
||
351 | oldincludedir = @oldincludedir@ |
||
352 | pdfdir = @pdfdir@ |
||
353 | prefix = @prefix@ |
||
354 | program_transform_name = @program_transform_name@ |
||
355 | psdir = @psdir@ |
||
2097 | jag | 356 | runstatedir = @runstatedir@ |
1 | - | 357 | sbindir = @sbindir@ |
358 | sharedstatedir = @sharedstatedir@ |
||
359 | srcdir = @srcdir@ |
||
360 | sysconfdir = @sysconfdir@ |
||
361 | target_alias = @target_alias@ |
||
362 | top_build_prefix = @top_build_prefix@ |
||
363 | top_builddir = @top_builddir@ |
||
364 | top_srcdir = @top_srcdir@ |
||
2241 | jag | 365 | AM_CXXFLAGS = -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -DPREFIX=\"@prefix@\" |
429 | jag | 366 | din_SOURCES = alarm.cc arrow_button.cc audio.cc authors_note.cc \ |
1970 | jag | 367 | autoflip.cc autopause.cc autorotator.cc ball.cc ball_ops.cc \ |
368 | basic_editor.cc beat2value.cc binaural_drone.cc \ |
||
369 | binaural_drones.cc bit_display.cc box_selector.cc button.cc \ |
||
370 | capturer.cc checkbutton.cc chrono.cc circler.cc command.cc \ |
||
371 | compressor.cc console.cc console_iterator.cc countries.cc \ |
||
372 | cross_button.cc curve.cc curve_display.cc curve_editor.cc \ |
||
373 | curve_library.cc curve_mixer.cc curve_picker.cc \ |
||
374 | curve_samples.cc custom_periodic.cc defvelaccel.cc delay.cc \ |
||
375 | din.cc din_info.cc drawrrow.cc drone.cc eval.cc fader.cc \ |
||
376 | fft.cc field.cc filled_button.cc font.cc font_editor.cc \ |
||
377 | fractaliser.cc globals.cc glyph.cc gravity.cc help.cc hit.cc \ |
||
2302 | jag | 378 | item_list.cc keyboard_keyboard.cc label.cc levels.cc line.cc \ |
379 | lissajous.cc listeners.cc main.cc menu.cc mesh.cc midi_in.cc \ |
||
380 | minus_button.cc mocap.cc modulator.cc mondrian.cc morpher.cc \ |
||
381 | morse_code.cc mouse_slider.cc multi_curve.cc noiser.cc note.cc \ |
||
382 | number.cc oscilloscope.cc phrasor.cc play.cc plugin_browser.cc \ |
||
383 | plugin.cc plus_button.cc point_modulator.cc range.cc \ |
||
384 | recorder.cc rect.cc rose_milker.cc scale_info.cc scalelist.cc \ |
||
385 | scale_notes.cc separator.cc settings.cc sine_mixer.cc slit.cc \ |
||
386 | solver.cc spiraler.cc starrer.cc superformula.cc tap_bpm.cc \ |
||
387 | tcl_interp.cc textboard.cc tokenizer.cc trail.cc \ |
||
388 | triggered_note.cc ui.cc ui_sin_cos_radius.cc viewwin.cc \ |
||
389 | warper.cc widget.cc RtAudio.cpp RtMidi.cpp kiss_fft.c |
||
1735 | jag | 390 | dist_include = alarm.h angle.h arrow_button.h audio.h authors_note.h \ |
1970 | jag | 391 | autoflip.h autopause.h autorotator.h ball.h ball_ops.h \ |
392 | basic_editor.h beat2value.h binaural_drone.h binaural_drones.h \ |
||
393 | bit_display.h box.h box_selector.h button.h capturer.h \ |
||
394 | checkbutton.h chrono.h circler.h color.h command.h \ |
||
395 | compressor.h console.h console_iterator.h constant_radius.h \ |
||
396 | container.h cosine.h countries.h cross_button.h crvpt.h \ |
||
397 | curve_display.h curve_editor.h curve.h curve_library.h \ |
||
398 | curve_listener.h curve_mixer.h curve_picker.h curve_samples.h \ |
||
399 | custom_periodic.h defvelaccel.h delay.h dingl.h din.h \ |
||
400 | din_info.h drawrrow.h drone.h fader.h fft.h field.h \ |
||
401 | file-utils.h filled_button.h font_editor.h font.h \ |
||
402 | fractaliser.h funktion.h globals.h glyph.h gravity.h help.h \ |
||
2303 | jag | 403 | hit.h input.h instrument.h item_list.h just.h \ |
404 | keyboard_keyboard.h _kiss_fft_guts.h kiss_fft.h label_field.h \ |
||
405 | label_field_slider.h label.h levels.h line.h lissajous.h \ |
||
406 | listeners.h log.h loom.h main.h menu.h mesh.h midi_in.h \ |
||
407 | minus_button.h mocap.h mod_params.h modulator.h mondrian.h \ |
||
408 | morpher.h morse_code.h mouse_slider.h multi_curve.h noiser.h \ |
||
409 | note.h number.h octave_shift_data.h options_list.h osc.h \ |
||
410 | oscilloscope.h phrasor.h play.h plugin_browser.h plugin.h \ |
||
411 | plus_button.h point.h point_modulator.h random.h range.h \ |
||
412 | recorder.h rect.h rose_milker.h RtAudio.h RtError.h RtMidi.h \ |
||
413 | scale_info.h scalelist.h scale_notes.h separator.h settings.h \ |
||
414 | sine.h sine_mixer.h slider.h slit.h solver.h spinner2.h \ |
||
415 | spinner.h spiraler.h starrer.h state_button.h \ |
||
416 | strength_editor.h superformula.h tap_bpm.h tcl_interp.h \ |
||
417 | textboard.h tick.h tokenizer.h trail.h triggered_note.h ui.h \ |
||
418 | ui_list.h ui_sin_cos_radius.h utils.h vector2d.h viewwin.h \ |
||
419 | warper.h wav.h widget.h |
||
1732 | jag | 420 | EXTRA_DIST = $(dist_include) |
1 | - | 421 | all: all-am |
422 | |||
423 | .SUFFIXES: |
||
424 | .SUFFIXES: .c .cc .cpp .o .obj |
||
425 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
||
426 | @for dep in $?; do \ |
||
427 | case '$(am__configure_deps)' in \ |
||
428 | *$$dep*) \ |
||
429 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
||
430 | && { if test -f $@; then exit 0; else break; fi; }; \ |
||
431 | exit 1;; \ |
||
432 | esac; \ |
||
433 | done; \ |
||
434 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ |
||
435 | $(am__cd) $(top_srcdir) && \ |
||
436 | $(AUTOMAKE) --foreign src/Makefile |
||
437 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
||
438 | @case '$?' in \ |
||
439 | *config.status*) \ |
||
440 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
||
441 | *) \ |
||
2097 | jag | 442 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ |
443 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ |
||
1 | - | 444 | esac; |
445 | |||
446 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
||
447 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
||
448 | |||
449 | $(top_srcdir)/configure: $(am__configure_deps) |
||
450 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
||
451 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
||
452 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
||
453 | $(am__aclocal_m4_deps): |
||
454 | install-binPROGRAMS: $(bin_PROGRAMS) |
||
455 | @$(NORMAL_INSTALL) |
||
456 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
||
2097 | jag | 457 | if test -n "$$list"; then \ |
458 | echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
||
459 | $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
||
460 | fi; \ |
||
1 | - | 461 | for p in $$list; do echo "$$p $$p"; done | \ |
462 | sed 's/$(EXEEXT)$$//' | \ |
||
2097 | jag | 463 | while read p p1; do if test -f $$p \ |
464 | ; then echo "$$p"; echo "$$p"; else :; fi; \ |
||
1 | - | 465 | done | \ |
2097 | jag | 466 | sed -e 'p;s,.*/,,;n;h' \ |
467 | -e 's|.*|.|' \ |
||
1 | - | 468 | -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
469 | sed 'N;N;N;s,\n, ,g' | \ |
||
470 | $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ |
||
471 | { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ |
||
472 | if ($$2 == $$4) files[d] = files[d] " " $$1; \ |
||
473 | else { print "f", $$3 "/" $$4, $$1; } } \ |
||
474 | END { for (d in files) print "f", d, files[d] }' | \ |
||
475 | while read type dir files; do \ |
||
476 | if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ |
||
477 | test -z "$$files" || { \ |
||
478 | echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ |
||
479 | $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ |
||
480 | } \ |
||
481 | ; done |
||
482 | |||
483 | uninstall-binPROGRAMS: |
||
484 | @$(NORMAL_UNINSTALL) |
||
485 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
||
486 | files=`for p in $$list; do echo "$$p"; done | \ |
||
487 | sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
||
2097 | jag | 488 | -e 's/$$/$(EXEEXT)/' \ |
489 | `; \ |
||
1 | - | 490 | test -n "$$list" || exit 0; \ |
491 | echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
||
492 | cd "$(DESTDIR)$(bindir)" && rm -f $$files |
||
493 | |||
494 | clean-binPROGRAMS: |
||
495 | -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) |
||
2097 | jag | 496 | |
497 | din$(EXEEXT): $(din_OBJECTS) $(din_DEPENDENCIES) $(EXTRA_din_DEPENDENCIES) |
||
1 | - | 498 | @rm -f din$(EXEEXT) |
2097 | jag | 499 | $(AM_V_CXXLD)$(CXXLINK) $(din_OBJECTS) $(din_LDADD) $(LIBS) |
1 | - | 500 | |
501 | mostlyclean-compile: |
||
502 | -rm -f *.$(OBJEXT) |
||
503 | |||
504 | distclean-compile: |
||
505 | -rm -f *.tab.c |
||
506 | |||
2097 | jag | 507 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RtAudio.Po@am__quote@ # am--include-marker |
508 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RtMidi.Po@am__quote@ # am--include-marker |
||
509 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alarm.Po@am__quote@ # am--include-marker |
||
510 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arrow_button.Po@am__quote@ # am--include-marker |
||
511 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio.Po@am__quote@ # am--include-marker |
||
512 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authors_note.Po@am__quote@ # am--include-marker |
||
513 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/autoflip.Po@am__quote@ # am--include-marker |
||
514 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/autopause.Po@am__quote@ # am--include-marker |
||
515 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/autorotator.Po@am__quote@ # am--include-marker |
||
516 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ball.Po@am__quote@ # am--include-marker |
||
517 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ball_ops.Po@am__quote@ # am--include-marker |
||
518 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_editor.Po@am__quote@ # am--include-marker |
||
519 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/beat2value.Po@am__quote@ # am--include-marker |
||
520 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binaural_drone.Po@am__quote@ # am--include-marker |
||
521 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binaural_drones.Po@am__quote@ # am--include-marker |
||
522 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bit_display.Po@am__quote@ # am--include-marker |
||
523 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/box_selector.Po@am__quote@ # am--include-marker |
||
524 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/button.Po@am__quote@ # am--include-marker |
||
525 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/capturer.Po@am__quote@ # am--include-marker |
||
526 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkbutton.Po@am__quote@ # am--include-marker |
||
527 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chrono.Po@am__quote@ # am--include-marker |
||
528 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/circler.Po@am__quote@ # am--include-marker |
||
529 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command.Po@am__quote@ # am--include-marker |
||
530 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compressor.Po@am__quote@ # am--include-marker |
||
531 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/console.Po@am__quote@ # am--include-marker |
||
532 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/console_iterator.Po@am__quote@ # am--include-marker |
||
533 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/countries.Po@am__quote@ # am--include-marker |
||
534 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cross_button.Po@am__quote@ # am--include-marker |
||
535 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curve.Po@am__quote@ # am--include-marker |
||
536 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curve_display.Po@am__quote@ # am--include-marker |
||
537 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curve_editor.Po@am__quote@ # am--include-marker |
||
538 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curve_library.Po@am__quote@ # am--include-marker |
||
539 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curve_mixer.Po@am__quote@ # am--include-marker |
||
540 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curve_picker.Po@am__quote@ # am--include-marker |
||
541 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curve_samples.Po@am__quote@ # am--include-marker |
||
542 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/custom_periodic.Po@am__quote@ # am--include-marker |
||
543 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defvelaccel.Po@am__quote@ # am--include-marker |
||
544 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/delay.Po@am__quote@ # am--include-marker |
||
545 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/din.Po@am__quote@ # am--include-marker |
||
546 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/din_info.Po@am__quote@ # am--include-marker |
||
547 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drawrrow.Po@am__quote@ # am--include-marker |
||
548 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drone.Po@am__quote@ # am--include-marker |
||
549 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eval.Po@am__quote@ # am--include-marker |
||
550 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fader.Po@am__quote@ # am--include-marker |
||
551 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fft.Po@am__quote@ # am--include-marker |
||
552 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/field.Po@am__quote@ # am--include-marker |
||
553 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filled_button.Po@am__quote@ # am--include-marker |
||
554 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/font.Po@am__quote@ # am--include-marker |
||
555 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/font_editor.Po@am__quote@ # am--include-marker |
||
556 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fractaliser.Po@am__quote@ # am--include-marker |
||
557 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/globals.Po@am__quote@ # am--include-marker |
||
558 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glyph.Po@am__quote@ # am--include-marker |
||
559 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gravity.Po@am__quote@ # am--include-marker |
||
560 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help.Po@am__quote@ # am--include-marker |
||
561 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hit.Po@am__quote@ # am--include-marker |
||
562 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/item_list.Po@am__quote@ # am--include-marker |
||
563 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyboard_keyboard.Po@am__quote@ # am--include-marker |
||
564 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kiss_fft.Po@am__quote@ # am--include-marker |
||
565 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/label.Po@am__quote@ # am--include-marker |
||
566 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/levels.Po@am__quote@ # am--include-marker |
||
567 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/line.Po@am__quote@ # am--include-marker |
||
568 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lissajous.Po@am__quote@ # am--include-marker |
||
569 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listeners.Po@am__quote@ # am--include-marker |
||
570 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ # am--include-marker |
||
571 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menu.Po@am__quote@ # am--include-marker |
||
572 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mesh.Po@am__quote@ # am--include-marker |
||
573 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/midi_in.Po@am__quote@ # am--include-marker |
||
574 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minus_button.Po@am__quote@ # am--include-marker |
||
575 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mocap.Po@am__quote@ # am--include-marker |
||
576 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modulator.Po@am__quote@ # am--include-marker |
||
577 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mondrian.Po@am__quote@ # am--include-marker |
||
578 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/morpher.Po@am__quote@ # am--include-marker |
||
579 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/morse_code.Po@am__quote@ # am--include-marker |
||
580 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mouse_slider.Po@am__quote@ # am--include-marker |
||
581 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multi_curve.Po@am__quote@ # am--include-marker |
||
582 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/noiser.Po@am__quote@ # am--include-marker |
||
583 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/note.Po@am__quote@ # am--include-marker |
||
584 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/number.Po@am__quote@ # am--include-marker |
||
585 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oscilloscope.Po@am__quote@ # am--include-marker |
||
586 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/phrasor.Po@am__quote@ # am--include-marker |
||
587 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play.Po@am__quote@ # am--include-marker |
||
588 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Po@am__quote@ # am--include-marker |
||
589 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_browser.Po@am__quote@ # am--include-marker |
||
590 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plus_button.Po@am__quote@ # am--include-marker |
||
591 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/point_modulator.Po@am__quote@ # am--include-marker |
||
592 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/range.Po@am__quote@ # am--include-marker |
||
593 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recorder.Po@am__quote@ # am--include-marker |
||
594 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rect.Po@am__quote@ # am--include-marker |
||
595 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rose_milker.Po@am__quote@ # am--include-marker |
||
596 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scale_info.Po@am__quote@ # am--include-marker |
||
597 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scale_notes.Po@am__quote@ # am--include-marker |
||
598 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scalelist.Po@am__quote@ # am--include-marker |
||
599 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/separator.Po@am__quote@ # am--include-marker |
||
600 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/settings.Po@am__quote@ # am--include-marker |
||
601 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sine_mixer.Po@am__quote@ # am--include-marker |
||
602 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slit.Po@am__quote@ # am--include-marker |
||
603 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/solver.Po@am__quote@ # am--include-marker |
||
604 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiraler.Po@am__quote@ # am--include-marker |
||
605 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/starrer.Po@am__quote@ # am--include-marker |
||
606 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/superformula.Po@am__quote@ # am--include-marker |
||
607 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap_bpm.Po@am__quote@ # am--include-marker |
||
608 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcl_interp.Po@am__quote@ # am--include-marker |
||
609 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/textboard.Po@am__quote@ # am--include-marker |
||
610 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tokenizer.Po@am__quote@ # am--include-marker |
||
611 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trail.Po@am__quote@ # am--include-marker |
||
612 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/triggered_note.Po@am__quote@ # am--include-marker |
||
613 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@ # am--include-marker |
||
614 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_sin_cos_radius.Po@am__quote@ # am--include-marker |
||
615 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/viewwin.Po@am__quote@ # am--include-marker |
||
616 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/warper.Po@am__quote@ # am--include-marker |
||
617 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/widget.Po@am__quote@ # am--include-marker |
||
1 | - | 618 | |
2097 | jag | 619 | $(am__depfiles_remade): |
620 | @$(MKDIR_P) $(@D) |
||
621 | @echo '# dummy' >$@-t && $(am__mv) $@-t $@ |
||
622 | |||
623 | am--depfiles: $(am__depfiles_remade) |
||
624 | |||
1 | - | 625 | .c.o: |
2304 | jag | 626 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
627 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
||
628 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
||
2097 | jag | 629 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
1 | - | 630 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
2097 | jag | 631 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
1 | - | 632 | |
633 | .c.obj: |
||
2304 | jag | 634 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ |
635 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ |
||
636 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
||
2097 | jag | 637 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
1 | - | 638 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
2097 | jag | 639 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
1 | - | 640 | |
641 | .cc.o: |
||
2304 | jag | 642 | @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
643 | @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
||
644 | @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
||
2097 | jag | 645 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
1 | - | 646 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
2097 | jag | 647 | @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< |
1 | - | 648 | |
649 | .cc.obj: |
||
2304 | jag | 650 | @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ |
651 | @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ |
||
652 | @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
||
2097 | jag | 653 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
1 | - | 654 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
2097 | jag | 655 | @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
1 | - | 656 | |
657 | .cpp.o: |
||
2304 | jag | 658 | @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
659 | @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
||
660 | @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
||
2097 | jag | 661 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
1 | - | 662 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
2097 | jag | 663 | @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< |
1 | - | 664 | |
665 | .cpp.obj: |
||
2304 | jag | 666 | @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ |
667 | @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ |
||
668 | @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
||
2097 | jag | 669 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
1 | - | 670 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
2097 | jag | 671 | @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
1 | - | 672 | |
2097 | jag | 673 | ID: $(am__tagged_files) |
674 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
||
675 | tags: tags-am |
||
676 | TAGS: tags |
||
1 | - | 677 | |
2097 | jag | 678 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
1 | - | 679 | set x; \ |
680 | here=`pwd`; \ |
||
2097 | jag | 681 | $(am__define_uniq_tagged_files); \ |
1 | - | 682 | shift; \ |
683 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
||
684 | test -n "$$unique" || unique=$$empty_fix; \ |
||
685 | if test $$# -gt 0; then \ |
||
686 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
||
687 | "$$@" $$unique; \ |
||
688 | else \ |
||
689 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
||
690 | $$unique; \ |
||
691 | fi; \ |
||
692 | fi |
||
2097 | jag | 693 | ctags: ctags-am |
694 | |||
695 | CTAGS: ctags |
||
696 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
||
697 | $(am__define_uniq_tagged_files); \ |
||
1 | - | 698 | test -z "$(CTAGS_ARGS)$$unique" \ |
699 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
||
700 | $$unique |
||
701 | |||
702 | GTAGS: |
||
703 | here=`$(am__cd) $(top_builddir) && pwd` \ |
||
704 | && $(am__cd) $(top_srcdir) \ |
||
705 | && gtags -i $(GTAGS_ARGS) "$$here" |
||
2097 | jag | 706 | cscopelist: cscopelist-am |
1 | - | 707 | |
2097 | jag | 708 | cscopelist-am: $(am__tagged_files) |
709 | list='$(am__tagged_files)'; \ |
||
710 | case "$(srcdir)" in \ |
||
711 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
||
712 | *) sdir=$(subdir)/$(srcdir) ;; \ |
||
713 | esac; \ |
||
714 | for i in $$list; do \ |
||
715 | if test -f "$$i"; then \ |
||
716 | echo "$(subdir)/$$i"; \ |
||
717 | else \ |
||
718 | echo "$$sdir/$$i"; \ |
||
719 | fi; \ |
||
720 | done >> $(top_builddir)/cscope.files |
||
721 | |||
1 | - | 722 | distclean-tags: |
723 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
||
724 | |||
2097 | jag | 725 | distdir: $(BUILT_SOURCES) |
726 | $(MAKE) $(AM_MAKEFLAGS) distdir-am |
||
727 | |||
728 | distdir-am: $(DISTFILES) |
||
1 | - | 729 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
730 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
||
731 | list='$(DISTFILES)'; \ |
||
732 | dist_files=`for file in $$list; do echo $$file; done | \ |
||
733 | sed -e "s|^$$srcdirstrip/||;t" \ |
||
734 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
||
735 | case $$dist_files in \ |
||
736 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
||
737 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
||
738 | sort -u` ;; \ |
||
739 | esac; \ |
||
740 | for file in $$dist_files; do \ |
||
741 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
||
742 | if test -d $$d/$$file; then \ |
||
743 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
||
744 | if test -d "$(distdir)/$$file"; then \ |
||
745 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
||
746 | fi; \ |
||
747 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
||
748 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
||
749 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
||
750 | fi; \ |
||
751 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
||
752 | else \ |
||
753 | test -f "$(distdir)/$$file" \ |
||
754 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
||
755 | || exit 1; \ |
||
756 | fi; \ |
||
757 | done |
||
758 | check-am: all-am |
||
759 | check: check-am |
||
760 | all-am: Makefile $(PROGRAMS) |
||
761 | installdirs: |
||
762 | for dir in "$(DESTDIR)$(bindir)"; do \ |
||
763 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
||
764 | done |
||
765 | install: install-am |
||
766 | install-exec: install-exec-am |
||
767 | install-data: install-data-am |
||
768 | uninstall: uninstall-am |
||
769 | |||
770 | install-am: all-am |
||
771 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
||
772 | |||
773 | installcheck: installcheck-am |
||
774 | install-strip: |
||
2097 | jag | 775 | if test -z '$(STRIP)'; then \ |
776 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
||
777 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
||
778 | install; \ |
||
779 | else \ |
||
780 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
||
781 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
||
782 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
||
783 | fi |
||
1 | - | 784 | mostlyclean-generic: |
785 | |||
786 | clean-generic: |
||
787 | |||
788 | distclean-generic: |
||
789 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
||
790 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
||
791 | |||
792 | maintainer-clean-generic: |
||
793 | @echo "This command is intended for maintainers to use" |
||
794 | @echo "it deletes files that may require special tools to rebuild." |
||
795 | clean: clean-am |
||
796 | |||
797 | clean-am: clean-binPROGRAMS clean-generic mostlyclean-am |
||
798 | |||
799 | distclean: distclean-am |
||
2097 | jag | 800 | -rm -f ./$(DEPDIR)/RtAudio.Po |
801 | -rm -f ./$(DEPDIR)/RtMidi.Po |
||
802 | -rm -f ./$(DEPDIR)/alarm.Po |
||
803 | -rm -f ./$(DEPDIR)/arrow_button.Po |
||
804 | -rm -f ./$(DEPDIR)/audio.Po |
||
805 | -rm -f ./$(DEPDIR)/authors_note.Po |
||
806 | -rm -f ./$(DEPDIR)/autoflip.Po |
||
807 | -rm -f ./$(DEPDIR)/autopause.Po |
||
808 | -rm -f ./$(DEPDIR)/autorotator.Po |
||
809 | -rm -f ./$(DEPDIR)/ball.Po |
||
810 | -rm -f ./$(DEPDIR)/ball_ops.Po |
||
811 | -rm -f ./$(DEPDIR)/basic_editor.Po |
||
812 | -rm -f ./$(DEPDIR)/beat2value.Po |
||
813 | -rm -f ./$(DEPDIR)/binaural_drone.Po |
||
814 | -rm -f ./$(DEPDIR)/binaural_drones.Po |
||
815 | -rm -f ./$(DEPDIR)/bit_display.Po |
||
816 | -rm -f ./$(DEPDIR)/box_selector.Po |
||
817 | -rm -f ./$(DEPDIR)/button.Po |
||
818 | -rm -f ./$(DEPDIR)/capturer.Po |
||
819 | -rm -f ./$(DEPDIR)/checkbutton.Po |
||
820 | -rm -f ./$(DEPDIR)/chrono.Po |
||
821 | -rm -f ./$(DEPDIR)/circler.Po |
||
822 | -rm -f ./$(DEPDIR)/command.Po |
||
823 | -rm -f ./$(DEPDIR)/compressor.Po |
||
824 | -rm -f ./$(DEPDIR)/console.Po |
||
825 | -rm -f ./$(DEPDIR)/console_iterator.Po |
||
826 | -rm -f ./$(DEPDIR)/countries.Po |
||
827 | -rm -f ./$(DEPDIR)/cross_button.Po |
||
828 | -rm -f ./$(DEPDIR)/curve.Po |
||
829 | -rm -f ./$(DEPDIR)/curve_display.Po |
||
830 | -rm -f ./$(DEPDIR)/curve_editor.Po |
||
831 | -rm -f ./$(DEPDIR)/curve_library.Po |
||
832 | -rm -f ./$(DEPDIR)/curve_mixer.Po |
||
833 | -rm -f ./$(DEPDIR)/curve_picker.Po |
||
834 | -rm -f ./$(DEPDIR)/curve_samples.Po |
||
835 | -rm -f ./$(DEPDIR)/custom_periodic.Po |
||
836 | -rm -f ./$(DEPDIR)/defvelaccel.Po |
||
837 | -rm -f ./$(DEPDIR)/delay.Po |
||
838 | -rm -f ./$(DEPDIR)/din.Po |
||
839 | -rm -f ./$(DEPDIR)/din_info.Po |
||
840 | -rm -f ./$(DEPDIR)/drawrrow.Po |
||
841 | -rm -f ./$(DEPDIR)/drone.Po |
||
842 | -rm -f ./$(DEPDIR)/eval.Po |
||
843 | -rm -f ./$(DEPDIR)/fader.Po |
||
844 | -rm -f ./$(DEPDIR)/fft.Po |
||
845 | -rm -f ./$(DEPDIR)/field.Po |
||
846 | -rm -f ./$(DEPDIR)/filled_button.Po |
||
847 | -rm -f ./$(DEPDIR)/font.Po |
||
848 | -rm -f ./$(DEPDIR)/font_editor.Po |
||
849 | -rm -f ./$(DEPDIR)/fractaliser.Po |
||
850 | -rm -f ./$(DEPDIR)/globals.Po |
||
851 | -rm -f ./$(DEPDIR)/glyph.Po |
||
852 | -rm -f ./$(DEPDIR)/gravity.Po |
||
853 | -rm -f ./$(DEPDIR)/help.Po |
||
854 | -rm -f ./$(DEPDIR)/hit.Po |
||
855 | -rm -f ./$(DEPDIR)/item_list.Po |
||
856 | -rm -f ./$(DEPDIR)/keyboard_keyboard.Po |
||
857 | -rm -f ./$(DEPDIR)/kiss_fft.Po |
||
858 | -rm -f ./$(DEPDIR)/label.Po |
||
859 | -rm -f ./$(DEPDIR)/levels.Po |
||
860 | -rm -f ./$(DEPDIR)/line.Po |
||
861 | -rm -f ./$(DEPDIR)/lissajous.Po |
||
862 | -rm -f ./$(DEPDIR)/listeners.Po |
||
863 | -rm -f ./$(DEPDIR)/main.Po |
||
864 | -rm -f ./$(DEPDIR)/menu.Po |
||
865 | -rm -f ./$(DEPDIR)/mesh.Po |
||
866 | -rm -f ./$(DEPDIR)/midi_in.Po |
||
867 | -rm -f ./$(DEPDIR)/minus_button.Po |
||
868 | -rm -f ./$(DEPDIR)/mocap.Po |
||
869 | -rm -f ./$(DEPDIR)/modulator.Po |
||
870 | -rm -f ./$(DEPDIR)/mondrian.Po |
||
871 | -rm -f ./$(DEPDIR)/morpher.Po |
||
872 | -rm -f ./$(DEPDIR)/morse_code.Po |
||
873 | -rm -f ./$(DEPDIR)/mouse_slider.Po |
||
874 | -rm -f ./$(DEPDIR)/multi_curve.Po |
||
875 | -rm -f ./$(DEPDIR)/noiser.Po |
||
876 | -rm -f ./$(DEPDIR)/note.Po |
||
877 | -rm -f ./$(DEPDIR)/number.Po |
||
878 | -rm -f ./$(DEPDIR)/oscilloscope.Po |
||
879 | -rm -f ./$(DEPDIR)/phrasor.Po |
||
880 | -rm -f ./$(DEPDIR)/play.Po |
||
881 | -rm -f ./$(DEPDIR)/plugin.Po |
||
882 | -rm -f ./$(DEPDIR)/plugin_browser.Po |
||
883 | -rm -f ./$(DEPDIR)/plus_button.Po |
||
884 | -rm -f ./$(DEPDIR)/point_modulator.Po |
||
885 | -rm -f ./$(DEPDIR)/range.Po |
||
886 | -rm -f ./$(DEPDIR)/recorder.Po |
||
887 | -rm -f ./$(DEPDIR)/rect.Po |
||
888 | -rm -f ./$(DEPDIR)/rose_milker.Po |
||
889 | -rm -f ./$(DEPDIR)/scale_info.Po |
||
890 | -rm -f ./$(DEPDIR)/scale_notes.Po |
||
891 | -rm -f ./$(DEPDIR)/scalelist.Po |
||
892 | -rm -f ./$(DEPDIR)/separator.Po |
||
893 | -rm -f ./$(DEPDIR)/settings.Po |
||
894 | -rm -f ./$(DEPDIR)/sine_mixer.Po |
||
895 | -rm -f ./$(DEPDIR)/slit.Po |
||
896 | -rm -f ./$(DEPDIR)/solver.Po |
||
897 | -rm -f ./$(DEPDIR)/spiraler.Po |
||
898 | -rm -f ./$(DEPDIR)/starrer.Po |
||
899 | -rm -f ./$(DEPDIR)/superformula.Po |
||
900 | -rm -f ./$(DEPDIR)/tap_bpm.Po |
||
901 | -rm -f ./$(DEPDIR)/tcl_interp.Po |
||
902 | -rm -f ./$(DEPDIR)/textboard.Po |
||
903 | -rm -f ./$(DEPDIR)/tokenizer.Po |
||
904 | -rm -f ./$(DEPDIR)/trail.Po |
||
905 | -rm -f ./$(DEPDIR)/triggered_note.Po |
||
906 | -rm -f ./$(DEPDIR)/ui.Po |
||
907 | -rm -f ./$(DEPDIR)/ui_sin_cos_radius.Po |
||
908 | -rm -f ./$(DEPDIR)/viewwin.Po |
||
909 | -rm -f ./$(DEPDIR)/warper.Po |
||
910 | -rm -f ./$(DEPDIR)/widget.Po |
||
1 | - | 911 | -rm -f Makefile |
912 | distclean-am: clean-am distclean-compile distclean-generic \ |
||
913 | distclean-tags |
||
914 | |||
915 | dvi: dvi-am |
||
916 | |||
917 | dvi-am: |
||
918 | |||
919 | html: html-am |
||
920 | |||
921 | html-am: |
||
922 | |||
923 | info: info-am |
||
924 | |||
925 | info-am: |
||
926 | |||
927 | install-data-am: |
||
928 | |||
929 | install-dvi: install-dvi-am |
||
930 | |||
931 | install-dvi-am: |
||
932 | |||
933 | install-exec-am: install-binPROGRAMS |
||
934 | |||
935 | install-html: install-html-am |
||
936 | |||
937 | install-html-am: |
||
938 | |||
939 | install-info: install-info-am |
||
940 | |||
941 | install-info-am: |
||
942 | |||
943 | install-man: |
||
944 | |||
945 | install-pdf: install-pdf-am |
||
946 | |||
947 | install-pdf-am: |
||
948 | |||
949 | install-ps: install-ps-am |
||
950 | |||
951 | install-ps-am: |
||
952 | |||
953 | installcheck-am: |
||
954 | |||
955 | maintainer-clean: maintainer-clean-am |
||
2097 | jag | 956 | -rm -f ./$(DEPDIR)/RtAudio.Po |
957 | -rm -f ./$(DEPDIR)/RtMidi.Po |
||
958 | -rm -f ./$(DEPDIR)/alarm.Po |
||
959 | -rm -f ./$(DEPDIR)/arrow_button.Po |
||
960 | -rm -f ./$(DEPDIR)/audio.Po |
||
961 | -rm -f ./$(DEPDIR)/authors_note.Po |
||
962 | -rm -f ./$(DEPDIR)/autoflip.Po |
||
963 | -rm -f ./$(DEPDIR)/autopause.Po |
||
964 | -rm -f ./$(DEPDIR)/autorotator.Po |
||
965 | -rm -f ./$(DEPDIR)/ball.Po |
||
966 | -rm -f ./$(DEPDIR)/ball_ops.Po |
||
967 | -rm -f ./$(DEPDIR)/basic_editor.Po |
||
968 | -rm -f ./$(DEPDIR)/beat2value.Po |
||
969 | -rm -f ./$(DEPDIR)/binaural_drone.Po |
||
970 | -rm -f ./$(DEPDIR)/binaural_drones.Po |
||
971 | -rm -f ./$(DEPDIR)/bit_display.Po |
||
972 | -rm -f ./$(DEPDIR)/box_selector.Po |
||
973 | -rm -f ./$(DEPDIR)/button.Po |
||
974 | -rm -f ./$(DEPDIR)/capturer.Po |
||
975 | -rm -f ./$(DEPDIR)/checkbutton.Po |
||
976 | -rm -f ./$(DEPDIR)/chrono.Po |
||
977 | -rm -f ./$(DEPDIR)/circler.Po |
||
978 | -rm -f ./$(DEPDIR)/command.Po |
||
979 | -rm -f ./$(DEPDIR)/compressor.Po |
||
980 | -rm -f ./$(DEPDIR)/console.Po |
||
981 | -rm -f ./$(DEPDIR)/console_iterator.Po |
||
982 | -rm -f ./$(DEPDIR)/countries.Po |
||
983 | -rm -f ./$(DEPDIR)/cross_button.Po |
||
984 | -rm -f ./$(DEPDIR)/curve.Po |
||
985 | -rm -f ./$(DEPDIR)/curve_display.Po |
||
986 | -rm -f ./$(DEPDIR)/curve_editor.Po |
||
987 | -rm -f ./$(DEPDIR)/curve_library.Po |
||
988 | -rm -f ./$(DEPDIR)/curve_mixer.Po |
||
989 | -rm -f ./$(DEPDIR)/curve_picker.Po |
||
990 | -rm -f ./$(DEPDIR)/curve_samples.Po |
||
991 | -rm -f ./$(DEPDIR)/custom_periodic.Po |
||
992 | -rm -f ./$(DEPDIR)/defvelaccel.Po |
||
993 | -rm -f ./$(DEPDIR)/delay.Po |
||
994 | -rm -f ./$(DEPDIR)/din.Po |
||
995 | -rm -f ./$(DEPDIR)/din_info.Po |
||
996 | -rm -f ./$(DEPDIR)/drawrrow.Po |
||
997 | -rm -f ./$(DEPDIR)/drone.Po |
||
998 | -rm -f ./$(DEPDIR)/eval.Po |
||
999 | -rm -f ./$(DEPDIR)/fader.Po |
||
1000 | -rm -f ./$(DEPDIR)/fft.Po |
||
1001 | -rm -f ./$(DEPDIR)/field.Po |
||
1002 | -rm -f ./$(DEPDIR)/filled_button.Po |
||
1003 | -rm -f ./$(DEPDIR)/font.Po |
||
1004 | -rm -f ./$(DEPDIR)/font_editor.Po |
||
1005 | -rm -f ./$(DEPDIR)/fractaliser.Po |
||
1006 | -rm -f ./$(DEPDIR)/globals.Po |
||
1007 | -rm -f ./$(DEPDIR)/glyph.Po |
||
1008 | -rm -f ./$(DEPDIR)/gravity.Po |
||
1009 | -rm -f ./$(DEPDIR)/help.Po |
||
1010 | -rm -f ./$(DEPDIR)/hit.Po |
||
1011 | -rm -f ./$(DEPDIR)/item_list.Po |
||
1012 | -rm -f ./$(DEPDIR)/keyboard_keyboard.Po |
||
1013 | -rm -f ./$(DEPDIR)/kiss_fft.Po |
||
1014 | -rm -f ./$(DEPDIR)/label.Po |
||
1015 | -rm -f ./$(DEPDIR)/levels.Po |
||
1016 | -rm -f ./$(DEPDIR)/line.Po |
||
1017 | -rm -f ./$(DEPDIR)/lissajous.Po |
||
1018 | -rm -f ./$(DEPDIR)/listeners.Po |
||
1019 | -rm -f ./$(DEPDIR)/main.Po |
||
1020 | -rm -f ./$(DEPDIR)/menu.Po |
||
1021 | -rm -f ./$(DEPDIR)/mesh.Po |
||
1022 | -rm -f ./$(DEPDIR)/midi_in.Po |
||
1023 | -rm -f ./$(DEPDIR)/minus_button.Po |
||
1024 | -rm -f ./$(DEPDIR)/mocap.Po |
||
1025 | -rm -f ./$(DEPDIR)/modulator.Po |
||
1026 | -rm -f ./$(DEPDIR)/mondrian.Po |
||
1027 | -rm -f ./$(DEPDIR)/morpher.Po |
||
1028 | -rm -f ./$(DEPDIR)/morse_code.Po |
||
1029 | -rm -f ./$(DEPDIR)/mouse_slider.Po |
||
1030 | -rm -f ./$(DEPDIR)/multi_curve.Po |
||
1031 | -rm -f ./$(DEPDIR)/noiser.Po |
||
1032 | -rm -f ./$(DEPDIR)/note.Po |
||
1033 | -rm -f ./$(DEPDIR)/number.Po |
||
1034 | -rm -f ./$(DEPDIR)/oscilloscope.Po |
||
1035 | -rm -f ./$(DEPDIR)/phrasor.Po |
||
1036 | -rm -f ./$(DEPDIR)/play.Po |
||
1037 | -rm -f ./$(DEPDIR)/plugin.Po |
||
1038 | -rm -f ./$(DEPDIR)/plugin_browser.Po |
||
1039 | -rm -f ./$(DEPDIR)/plus_button.Po |
||
1040 | -rm -f ./$(DEPDIR)/point_modulator.Po |
||
1041 | -rm -f ./$(DEPDIR)/range.Po |
||
1042 | -rm -f ./$(DEPDIR)/recorder.Po |
||
1043 | -rm -f ./$(DEPDIR)/rect.Po |
||
1044 | -rm -f ./$(DEPDIR)/rose_milker.Po |
||
1045 | -rm -f ./$(DEPDIR)/scale_info.Po |
||
1046 | -rm -f ./$(DEPDIR)/scale_notes.Po |
||
1047 | -rm -f ./$(DEPDIR)/scalelist.Po |
||
1048 | -rm -f ./$(DEPDIR)/separator.Po |
||
1049 | -rm -f ./$(DEPDIR)/settings.Po |
||
1050 | -rm -f ./$(DEPDIR)/sine_mixer.Po |
||
1051 | -rm -f ./$(DEPDIR)/slit.Po |
||
1052 | -rm -f ./$(DEPDIR)/solver.Po |
||
1053 | -rm -f ./$(DEPDIR)/spiraler.Po |
||
1054 | -rm -f ./$(DEPDIR)/starrer.Po |
||
1055 | -rm -f ./$(DEPDIR)/superformula.Po |
||
1056 | -rm -f ./$(DEPDIR)/tap_bpm.Po |
||
1057 | -rm -f ./$(DEPDIR)/tcl_interp.Po |
||
1058 | -rm -f ./$(DEPDIR)/textboard.Po |
||
1059 | -rm -f ./$(DEPDIR)/tokenizer.Po |
||
1060 | -rm -f ./$(DEPDIR)/trail.Po |
||
1061 | -rm -f ./$(DEPDIR)/triggered_note.Po |
||
1062 | -rm -f ./$(DEPDIR)/ui.Po |
||
1063 | -rm -f ./$(DEPDIR)/ui_sin_cos_radius.Po |
||
1064 | -rm -f ./$(DEPDIR)/viewwin.Po |
||
1065 | -rm -f ./$(DEPDIR)/warper.Po |
||
1066 | -rm -f ./$(DEPDIR)/widget.Po |
||
1 | - | 1067 | -rm -f Makefile |
1068 | maintainer-clean-am: distclean-am maintainer-clean-generic |
||
1069 | |||
1070 | mostlyclean: mostlyclean-am |
||
1071 | |||
1072 | mostlyclean-am: mostlyclean-compile mostlyclean-generic |
||
1073 | |||
1074 | pdf: pdf-am |
||
1075 | |||
1076 | pdf-am: |
||
1077 | |||
1078 | ps: ps-am |
||
1079 | |||
1080 | ps-am: |
||
1081 | |||
1082 | uninstall-am: uninstall-binPROGRAMS |
||
1083 | |||
1084 | .MAKE: install-am install-strip |
||
1085 | |||
2097 | jag | 1086 | .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ |
1087 | clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \ |
||
1088 | distclean distclean-compile distclean-generic distclean-tags \ |
||
1089 | distdir dvi dvi-am html html-am info info-am install \ |
||
1090 | install-am install-binPROGRAMS install-data install-data-am \ |
||
1091 | install-dvi install-dvi-am install-exec install-exec-am \ |
||
1092 | install-html install-html-am install-info install-info-am \ |
||
1093 | install-man install-pdf install-pdf-am install-ps \ |
||
1094 | install-ps-am install-strip installcheck installcheck-am \ |
||
1095 | installdirs maintainer-clean maintainer-clean-generic \ |
||
1096 | mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ |
||
1097 | ps ps-am tags tags-am uninstall uninstall-am \ |
||
1098 | uninstall-binPROGRAMS |
||
1 | - | 1099 | |
2097 | jag | 1100 | .PRECIOUS: Makefile |
1 | - | 1101 | |
2097 | jag | 1102 | |
1 | - | 1103 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
1104 | # Otherwise a system limit (for SysV at least) may be exceeded. |
||
1105 | .NOEXPORT: |