OSDN Git Service

SSE version of filter batch
[timidity41/timidity41.git] / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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
17 # TiMidity++ -- MIDI to WAVE converter and player
18 # Copyright (C) 1999-2002 Masanao Izumo <mo@goice.co.jp>
19 # Copyright (C) 1995 Tuukka Toivonen <tt@cgs.fi>
20 #
21 # This program is free software; you can redistribute it and/or modify
22 # it under the terms of the GNU General Public License as published by
23 # the Free Software Foundation; either version 2 of the License, or
24 # (at your option) any later version.
25 #
26 # This program is distributed in the hope that it will be useful,
27 # but WITHOUT ANY WARRANTY; without even the implied warranty of
28 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29 # GNU General Public License for more details.
30 #
31 # You should have received a copy of the GNU General Public License
32 # along with this program; if not, write to the Free Software
33 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
34 #
35 # This Makefile is known to work with GNU make.
36 VPATH = @srcdir@
37 am__is_gnu_make = { \
38   if test -z '$(MAKELEVEL)'; then \
39     false; \
40   elif test -n '$(MAKE_HOST)'; then \
41     true; \
42   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43     true; \
44   else \
45     false; \
46   fi; \
47 }
48 am__make_running_with_option = \
49   case $${target_option-} in \
50       ?) ;; \
51       *) echo "am__make_running_with_option: internal error: invalid" \
52               "target option '$${target_option-}' specified" >&2; \
53          exit 1;; \
54   esac; \
55   has_opt=no; \
56   sane_makeflags=$$MAKEFLAGS; \
57   if $(am__is_gnu_make); then \
58     sane_makeflags=$$MFLAGS; \
59   else \
60     case $$MAKEFLAGS in \
61       *\\[\ \   ]*) \
62         bs=\\; \
63         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
64           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
65     esac; \
66   fi; \
67   skip_next=no; \
68   strip_trailopt () \
69   { \
70     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
71   }; \
72   for flg in $$sane_makeflags; do \
73     test $$skip_next = yes && { skip_next=no; continue; }; \
74     case $$flg in \
75       *=*|--*) continue;; \
76         -*I) strip_trailopt 'I'; skip_next=yes;; \
77       -*I?*) strip_trailopt 'I';; \
78         -*O) strip_trailopt 'O'; skip_next=yes;; \
79       -*O?*) strip_trailopt 'O';; \
80         -*l) strip_trailopt 'l'; skip_next=yes;; \
81       -*l?*) strip_trailopt 'l';; \
82       -[dEDm]) skip_next=yes;; \
83       -[JT]) skip_next=yes;; \
84     esac; \
85     case $$flg in \
86       *$$target_option*) has_opt=yes; break;; \
87     esac; \
88   done; \
89   test $$has_opt = yes
90 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92 pkgincludedir = $(includedir)/@PACKAGE@
93 pkglibexecdir = $(libexecdir)/@PACKAGE@
94 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
95 install_sh_DATA = $(install_sh) -c -m 644
96 install_sh_PROGRAM = $(install_sh) -c
97 install_sh_SCRIPT = $(install_sh) -c
98 INSTALL_HEADER = $(INSTALL_DATA)
99 transform = $(program_transform_name)
100 NORMAL_INSTALL = :
101 PRE_INSTALL = :
102 POST_INSTALL = :
103 NORMAL_UNINSTALL = :
104 PRE_UNINSTALL = :
105 POST_UNINSTALL = :
106 build_triplet = @build@
107 host_triplet = @host@
108 target_triplet = @target@
109 subdir = .
110 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111 am__aclocal_m4_deps = $(top_srcdir)/autoconf/alsa.m4 \
112         $(top_srcdir)/autoconf/ao.m4 $(top_srcdir)/autoconf/esd.m4 \
113         $(top_srcdir)/autoconf/gtk-2.0.m4 \
114         $(top_srcdir)/autoconf/gtk.m4 \
115         $(top_srcdir)/autoconf/libFLAC.m4 \
116         $(top_srcdir)/autoconf/libOggFLAC.m4 \
117         $(top_srcdir)/autoconf/ogg.m4 $(top_srcdir)/autoconf/opus.m4 \
118         $(top_srcdir)/autoconf/utils.m4 \
119         $(top_srcdir)/autoconf/vorbis.m4 $(top_srcdir)/configure.in
120 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
121         $(ACLOCAL_M4)
122 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
123         $(am__configure_deps) $(am__DIST_COMMON)
124 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
125  configure.lineno config.status.lineno
126 mkinstalldirs = $(SHELL) $(top_srcdir)/autoconf/mkinstalldirs
127 CONFIG_HEADER = config.h interface.h
128 CONFIG_CLEAN_FILES = common.makefile TiMidity.ad TiMidity-uj.ad
129 CONFIG_CLEAN_VPATH_FILES =
130 AM_V_P = $(am__v_P_@AM_V@)
131 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
132 am__v_P_0 = false
133 am__v_P_1 = :
134 AM_V_GEN = $(am__v_GEN_@AM_V@)
135 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
136 am__v_GEN_0 = @echo "  GEN     " $@;
137 am__v_GEN_1 = 
138 AM_V_at = $(am__v_at_@AM_V@)
139 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
140 am__v_at_0 = @
141 am__v_at_1 = 
142 SOURCES =
143 DIST_SOURCES =
144 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
145         ctags-recursive dvi-recursive html-recursive info-recursive \
146         install-data-recursive install-dvi-recursive \
147         install-exec-recursive install-html-recursive \
148         install-info-recursive install-pdf-recursive \
149         install-ps-recursive install-recursive installcheck-recursive \
150         installdirs-recursive pdf-recursive ps-recursive \
151         tags-recursive uninstall-recursive
152 am__can_run_installinfo = \
153   case $$AM_UPDATE_INFO_DIR in \
154     n|no|NO) false;; \
155     *) (install-info --version) >/dev/null 2>&1;; \
156   esac
157 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
158   distclean-recursive maintainer-clean-recursive
159 am__recursive_targets = \
160   $(RECURSIVE_TARGETS) \
161   $(RECURSIVE_CLEAN_TARGETS) \
162   $(am__extra_recursive_targets)
163 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
164         cscope distdir dist dist-all distcheck
165 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
166         $(LISP)config.h.in interface.h.in
167 # Read a list of newline-separated strings from the standard input,
168 # and print each of them once, without duplicates.  Input order is
169 # *not* preserved.
170 am__uniquify_input = $(AWK) '\
171   BEGIN { nonempty = 0; } \
172   { items[$$0] = 1; nonempty = 1; } \
173   END { if (nonempty) { for (i in items) print i; }; } \
174 '
175 # Make sure the list of sources is unique.  This is necessary because,
176 # e.g., the same source file might be shared among _SOURCES variables
177 # for different programs/libraries.
178 am__define_uniq_tagged_files = \
179   list='$(am__tagged_files)'; \
180   unique=`for i in $$list; do \
181     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
182   done | $(am__uniquify_input)`
183 ETAGS = etags
184 CTAGS = ctags
185 CSCOPE = cscope
186 DIST_SUBDIRS = $(SUBDIRS)
187 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/TiMidity-uj.ad.in \
188         $(srcdir)/TiMidity.ad.in $(srcdir)/common.makefile.in \
189         $(srcdir)/config.h.in $(srcdir)/interface.h.in \
190         $(top_srcdir)/autoconf/compile \
191         $(top_srcdir)/autoconf/config.guess \
192         $(top_srcdir)/autoconf/config.sub \
193         $(top_srcdir)/autoconf/install-sh \
194         $(top_srcdir)/autoconf/missing \
195         $(top_srcdir)/autoconf/mkinstalldirs AUTHORS COPYING ChangeLog \
196         INSTALL NEWS README TODO
197 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
198 distdir = $(PACKAGE)-$(VERSION)
199 top_distdir = $(distdir)
200 am__remove_distdir = \
201   if test -d "$(distdir)"; then \
202     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
203       && rm -rf "$(distdir)" \
204       || { sleep 5 && rm -rf "$(distdir)"; }; \
205   else :; fi
206 am__post_remove_distdir = $(am__remove_distdir)
207 am__relativize = \
208   dir0=`pwd`; \
209   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
210   sed_rest='s,^[^/]*/*,,'; \
211   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
212   sed_butlast='s,/*[^/]*$$,,'; \
213   while test -n "$$dir1"; do \
214     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
215     if test "$$first" != "."; then \
216       if test "$$first" = ".."; then \
217         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
218         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
219       else \
220         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
221         if test "$$first2" = "$$first"; then \
222           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
223         else \
224           dir2="../$$dir2"; \
225         fi; \
226         dir0="$$dir0"/"$$first"; \
227       fi; \
228     fi; \
229     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
230   done; \
231   reldir="$$dir2"
232 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
233 GZIP_ENV = --best
234 DIST_TARGETS = dist-bzip2 dist-gzip
235 distuninstallcheck_listfiles = find . -type f -print
236 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
237   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
238 distcleancheck_listfiles = find . -type f -print
239 pkgdatadir = @pkgdatadir@
240 pkglibdir = @pkglibdir@
241 ACLOCAL = @ACLOCAL@
242 ALSA_CFLAGS = @ALSA_CFLAGS@
243 ALSA_LIBS = @ALSA_LIBS@
244 AMTAR = @AMTAR@
245 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
246 AO_CFLAGS = @AO_CFLAGS@
247 AO_LIBS = @AO_LIBS@
248 AR = @AR@
249 ARTSCCONFIG = @ARTSCCONFIG@
250 ARTSINCL = @ARTSINCL@
251 ARTSLIBS = @ARTSLIBS@
252 AUTOCONF = @AUTOCONF@
253 AUTOHEADER = @AUTOHEADER@
254 AUTOMAKE = @AUTOMAKE@
255 AWK = @AWK@
256 A_so_libs = @A_so_libs@
257 BORLANDC_LDFLAGS = @BORLANDC_LDFLAGS@
258 BORLANDC_START = @BORLANDC_START@
259 CC = @CC@
260 CCDEPMODE = @CCDEPMODE@
261 CFLAGS = @CFLAGS@
262 CPP = @CPP@
263 CPPFLAGS = @CPPFLAGS@
264 CYGPATH_W = @CYGPATH_W@
265 DEFS = @DEFS@
266 DEPDIR = @DEPDIR@
267 DMC_LDFLAGS = @DMC_LDFLAGS@
268 ECHO_C = @ECHO_C@
269 ECHO_N = @ECHO_N@
270 ECHO_T = @ECHO_T@
271 EGREP = @EGREP@
272 ELFILES = @ELFILES@
273 EMACS = @EMACS@
274 EMACSLOADPATH = @EMACSLOADPATH@
275 ESD_CFLAGS = @ESD_CFLAGS@
276 ESD_CONFIG = @ESD_CONFIG@
277 ESD_LIBS = @ESD_LIBS@
278 EXEEXT = @EXEEXT@
279 EXTRADEFS = @EXTRADEFS@
280 EXTRAINCS = @EXTRAINCS@
281 EXTRALIBS = @EXTRALIBS@
282 GREP = @GREP@
283 GTK_CFLAGS = @GTK_CFLAGS@
284 GTK_CONFIG = @GTK_CONFIG@
285 GTK_LIBS = @GTK_LIBS@
286 INSTALL = @INSTALL@
287 INSTALL_DATA = @INSTALL_DATA@
288 INSTALL_PROGRAM = @INSTALL_PROGRAM@
289 INSTALL_SCRIPT = @INSTALL_SCRIPT@
290 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
291 INTERFACE_SRCS = @INTERFACE_SRCS@
292 LDFLAGS = @LDFLAGS@
293 LIBFLAC_CFLAGS = @LIBFLAC_CFLAGS@
294 LIBFLAC_LIBS = @LIBFLAC_LIBS@
295 LIBOBJS = @LIBOBJS@
296 LIBOGGFLAC_CFLAGS = @LIBOGGFLAC_CFLAGS@
297 LIBOGGFLAC_LIBS = @LIBOGGFLAC_LIBS@
298 LIBS = @LIBS@
299 LN_S = @LN_S@
300 LTLIBOBJS = @LTLIBOBJS@
301 MAINT = @MAINT@
302 MAKEINFO = @MAKEINFO@
303 MKDIR_P = @MKDIR_P@
304 NETSRCS = @NETSRCS@
305 OBJEXT = @OBJEXT@
306 OGG_CFLAGS = @OGG_CFLAGS@
307 OGG_LIBS = @OGG_LIBS@
308 OPUS_CFLAGS = @OPUS_CFLAGS@
309 OPUS_LIBS = @OPUS_LIBS@
310 PACKAGE = @PACKAGE@
311 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
312 PACKAGE_NAME = @PACKAGE_NAME@
313 PACKAGE_STRING = @PACKAGE_STRING@
314 PACKAGE_TARNAME = @PACKAGE_TARNAME@
315 PACKAGE_URL = @PACKAGE_URL@
316 PACKAGE_VERSION = @PACKAGE_VERSION@
317 PATH_SEPARATOR = @PATH_SEPARATOR@
318 PKG_CONFIG = @PKG_CONFIG@
319 POCC_LDFLAGS = @POCC_LDFLAGS@
320 P_so_libs = @P_so_libs@
321 RANLIB = @RANLIB@
322 SET_MAKE = @SET_MAKE@
323 SHCFLAGS = @SHCFLAGS@
324 SHELL = @SHELL@
325 SHLD = @SHLD@
326 STRIP = @STRIP@
327 SYSEXTRAS = @SYSEXTRAS@
328 TCLSH = @TCLSH@
329 T_so_libs = @T_so_libs@
330 VCPP_LDFLAGS = @VCPP_LDFLAGS@
331 VERSION = @VERSION@
332 VORBISENC_LIBS = @VORBISENC_LIBS@
333 VORBISFILE_LIBS = @VORBISFILE_LIBS@
334 VORBIS_CFLAGS = @VORBIS_CFLAGS@
335 VORBIS_LIBS = @VORBIS_LIBS@
336 WATCOM_LDFLAGS = @WATCOM_LDFLAGS@
337 WINDRES = @WINDRES@
338 WISH = @WISH@
339 W_so_libs = @W_so_libs@
340 XMKMF = @XMKMF@
341 X_CFLAGS = @X_CFLAGS@
342 X_EXTRA_LIBS = @X_EXTRA_LIBS@
343 X_LIBS = @X_LIBS@
344 X_PRE_LIBS = @X_PRE_LIBS@
345 a_so_libs = @a_so_libs@
346 abs_builddir = @abs_builddir@
347 abs_srcdir = @abs_srcdir@
348 abs_top_builddir = @abs_top_builddir@
349 abs_top_srcdir = @abs_top_srcdir@
350 ac_ct_CC = @ac_ct_CC@
351 am__include = @am__include@
352 am__leading_dot = @am__leading_dot@
353 am__quote = @am__quote@
354 am__tar = @am__tar@
355 am__untar = @am__untar@
356 bindir = @bindir@
357 build = @build@
358 build_alias = @build_alias@
359 build_cpu = @build_cpu@
360 build_os = @build_os@
361 build_vendor = @build_vendor@
362 builddir = @builddir@
363 datadir = @datadir@
364 datarootdir = @datarootdir@
365 docdir = @docdir@
366 dvidir = @dvidir@
367 dynamic_targets = @dynamic_targets@
368 e_so_libs = @e_so_libs@
369 exec_prefix = @exec_prefix@
370 g_so_libs = @g_so_libs@
371 host = @host@
372 host_alias = @host_alias@
373 host_cpu = @host_cpu@
374 host_os = @host_os@
375 host_vendor = @host_vendor@
376 htmldir = @htmldir@
377 i_so_libs = @i_so_libs@
378 includedir = @includedir@
379 infodir = @infodir@
380 install_sh = @install_sh@
381 k_so_libs = @k_so_libs@
382 libdir = @libdir@
383 libexecdir = @libexecdir@
384 lispdir = @lispdir@
385 localedir = @localedir@
386 localstatedir = @localstatedir@
387 m_so_libs = @m_so_libs@
388 mandir = @mandir@
389 mkdir_p = @mkdir_p@
390 n_so_libs = @n_so_libs@
391 oldincludedir = @oldincludedir@
392 p_so_libs = @p_so_libs@
393 pdfdir = @pdfdir@
394 prefix = @prefix@
395 program_transform_name = @program_transform_name@
396 psdir = @psdir@
397 r_so_libs = @r_so_libs@
398 runstatedir = @runstatedir@
399 s_so_libs = @s_so_libs@
400 sbindir = @sbindir@
401 sharedstatedir = @sharedstatedir@
402 so = @so@
403 srcdir = @srcdir@
404 sysconfdir = @sysconfdir@
405 target = @target@
406 target_alias = @target_alias@
407 target_cpu = @target_cpu@
408 target_os = @target_os@
409 target_vendor = @target_vendor@
410 tcltk_dep = @tcltk_dep@
411 timidity_LDFLAGS = @timidity_LDFLAGS@
412 top_build_prefix = @top_build_prefix@
413 top_builddir = @top_builddir@
414 top_srcdir = @top_srcdir@
415 w_so_libs = @w_so_libs@
416 xawresdir = @xawresdir@
417 ACLOCAL_AMFLAGS = -I autoconf
418 M4DIR = autoconf
419 SUBDIRS = \
420         autoconf \
421         utils \
422         libarc \
423         libunimod \
424         interface \
425         timidity \
426         windrv \
427         doc \
428         script \
429         configs
430
431 EXTRA_DIST = \
432         ChangeLog.1 \
433         ChangeLog.2 \
434         ChangeLog.3 \
435         INSTALL.ja \
436         README.ja \
437         TiMidity-uj.ad.in \
438         TiMidity.ad.in \
439         autogen.sh
440
441 TOOLSDIR = timidity-tools
442 UMPDIR = ump
443 all: config.h interface.h
444         $(MAKE) $(AM_MAKEFLAGS) all-recursive
445
446 .SUFFIXES:
447 am--refresh: Makefile
448         @:
449 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
450         @for dep in $?; do \
451           case '$(am__configure_deps)' in \
452             *$$dep*) \
453               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
454               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
455                 && exit 0; \
456               exit 1;; \
457           esac; \
458         done; \
459         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
460         $(am__cd) $(top_srcdir) && \
461           $(AUTOMAKE) --gnu Makefile
462 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
463         @case '$?' in \
464           *config.status*) \
465             echo ' $(SHELL) ./config.status'; \
466             $(SHELL) ./config.status;; \
467           *) \
468             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
469             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
470         esac;
471
472 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
473         $(SHELL) ./config.status --recheck
474
475 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
476         $(am__cd) $(srcdir) && $(AUTOCONF)
477 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
478         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
479 $(am__aclocal_m4_deps):
480
481 config.h: stamp-h1
482         @test -f $@ || rm -f stamp-h1
483         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
484
485 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
486         @rm -f stamp-h1
487         cd $(top_builddir) && $(SHELL) ./config.status config.h
488 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
489         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
490         rm -f stamp-h1
491         touch $@
492
493 interface.h: stamp-h2
494         @test -f $@ || rm -f stamp-h2
495         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h2
496
497 stamp-h2: $(srcdir)/interface.h.in $(top_builddir)/config.status
498         @rm -f stamp-h2
499         cd $(top_builddir) && $(SHELL) ./config.status interface.h
500
501 distclean-hdr:
502         -rm -f config.h stamp-h1 interface.h stamp-h2
503 common.makefile: $(top_builddir)/config.status $(srcdir)/common.makefile.in
504         cd $(top_builddir) && $(SHELL) ./config.status $@
505 TiMidity.ad: $(top_builddir)/config.status $(srcdir)/TiMidity.ad.in
506         cd $(top_builddir) && $(SHELL) ./config.status $@
507 TiMidity-uj.ad: $(top_builddir)/config.status $(srcdir)/TiMidity-uj.ad.in
508         cd $(top_builddir) && $(SHELL) ./config.status $@
509
510 # This directory's subdirectories are mostly independent; you can cd
511 # into them and run 'make' without going through this Makefile.
512 # To change the values of 'make' variables: instead of editing Makefiles,
513 # (1) if the variable is set in 'config.status', edit 'config.status'
514 #     (which will cause the Makefiles to be regenerated when you run 'make');
515 # (2) otherwise, pass the desired values on the 'make' command line.
516 $(am__recursive_targets):
517         @fail=; \
518         if $(am__make_keepgoing); then \
519           failcom='fail=yes'; \
520         else \
521           failcom='exit 1'; \
522         fi; \
523         dot_seen=no; \
524         target=`echo $@ | sed s/-recursive//`; \
525         case "$@" in \
526           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
527           *) list='$(SUBDIRS)' ;; \
528         esac; \
529         for subdir in $$list; do \
530           echo "Making $$target in $$subdir"; \
531           if test "$$subdir" = "."; then \
532             dot_seen=yes; \
533             local_target="$$target-am"; \
534           else \
535             local_target="$$target"; \
536           fi; \
537           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
538           || eval $$failcom; \
539         done; \
540         if test "$$dot_seen" = "no"; then \
541           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
542         fi; test -z "$$fail"
543
544 ID: $(am__tagged_files)
545         $(am__define_uniq_tagged_files); mkid -fID $$unique
546 tags: tags-recursive
547 TAGS: tags
548
549 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
550         set x; \
551         here=`pwd`; \
552         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
553           include_option=--etags-include; \
554           empty_fix=.; \
555         else \
556           include_option=--include; \
557           empty_fix=; \
558         fi; \
559         list='$(SUBDIRS)'; for subdir in $$list; do \
560           if test "$$subdir" = .; then :; else \
561             test ! -f $$subdir/TAGS || \
562               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
563           fi; \
564         done; \
565         $(am__define_uniq_tagged_files); \
566         shift; \
567         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
568           test -n "$$unique" || unique=$$empty_fix; \
569           if test $$# -gt 0; then \
570             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
571               "$$@" $$unique; \
572           else \
573             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
574               $$unique; \
575           fi; \
576         fi
577 ctags: ctags-recursive
578
579 CTAGS: ctags
580 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
581         $(am__define_uniq_tagged_files); \
582         test -z "$(CTAGS_ARGS)$$unique" \
583           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
584              $$unique
585
586 GTAGS:
587         here=`$(am__cd) $(top_builddir) && pwd` \
588           && $(am__cd) $(top_srcdir) \
589           && gtags -i $(GTAGS_ARGS) "$$here"
590 cscope: cscope.files
591         test ! -s cscope.files \
592           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
593 clean-cscope:
594         -rm -f cscope.files
595 cscope.files: clean-cscope cscopelist
596 cscopelist: cscopelist-recursive
597
598 cscopelist-am: $(am__tagged_files)
599         list='$(am__tagged_files)'; \
600         case "$(srcdir)" in \
601           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
602           *) sdir=$(subdir)/$(srcdir) ;; \
603         esac; \
604         for i in $$list; do \
605           if test -f "$$i"; then \
606             echo "$(subdir)/$$i"; \
607           else \
608             echo "$$sdir/$$i"; \
609           fi; \
610         done >> $(top_builddir)/cscope.files
611
612 distclean-tags:
613         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
614         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
615
616 distdir: $(DISTFILES)
617         $(am__remove_distdir)
618         test -d "$(distdir)" || mkdir "$(distdir)"
619         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
620         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
621         list='$(DISTFILES)'; \
622           dist_files=`for file in $$list; do echo $$file; done | \
623           sed -e "s|^$$srcdirstrip/||;t" \
624               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
625         case $$dist_files in \
626           */*) $(MKDIR_P) `echo "$$dist_files" | \
627                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
628                            sort -u` ;; \
629         esac; \
630         for file in $$dist_files; do \
631           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
632           if test -d $$d/$$file; then \
633             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
634             if test -d "$(distdir)/$$file"; then \
635               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
636             fi; \
637             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
638               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
639               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
640             fi; \
641             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
642           else \
643             test -f "$(distdir)/$$file" \
644             || cp -p $$d/$$file "$(distdir)/$$file" \
645             || exit 1; \
646           fi; \
647         done
648         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
649           if test "$$subdir" = .; then :; else \
650             $(am__make_dryrun) \
651               || test -d "$(distdir)/$$subdir" \
652               || $(MKDIR_P) "$(distdir)/$$subdir" \
653               || exit 1; \
654             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
655             $(am__relativize); \
656             new_distdir=$$reldir; \
657             dir1=$$subdir; dir2="$(top_distdir)"; \
658             $(am__relativize); \
659             new_top_distdir=$$reldir; \
660             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
661             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
662             ($(am__cd) $$subdir && \
663               $(MAKE) $(AM_MAKEFLAGS) \
664                 top_distdir="$$new_top_distdir" \
665                 distdir="$$new_distdir" \
666                 am__remove_distdir=: \
667                 am__skip_length_check=: \
668                 am__skip_mode_fix=: \
669                 distdir) \
670               || exit 1; \
671           fi; \
672         done
673         -test -n "$(am__skip_mode_fix)" \
674         || find "$(distdir)" -type d ! -perm -755 \
675                 -exec chmod u+rwx,go+rx {} \; -o \
676           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
677           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
678           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
679         || chmod -R a+r "$(distdir)"
680 dist-gzip: distdir
681         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
682         $(am__post_remove_distdir)
683 dist-bzip2: distdir
684         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
685         $(am__post_remove_distdir)
686
687 dist-lzip: distdir
688         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
689         $(am__post_remove_distdir)
690
691 dist-xz: distdir
692         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
693         $(am__post_remove_distdir)
694
695 dist-tarZ: distdir
696         @echo WARNING: "Support for distribution archives compressed with" \
697                        "legacy program 'compress' is deprecated." >&2
698         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
699         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
700         $(am__post_remove_distdir)
701
702 dist-shar: distdir
703         @echo WARNING: "Support for shar distribution archives is" \
704                        "deprecated." >&2
705         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
706         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
707         $(am__post_remove_distdir)
708
709 dist-zip: distdir
710         -rm -f $(distdir).zip
711         zip -rq $(distdir).zip $(distdir)
712         $(am__post_remove_distdir)
713
714 dist dist-all:
715         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
716         $(am__post_remove_distdir)
717
718 # This target untars the dist file and tries a VPATH configuration.  Then
719 # it guarantees that the distribution is self-contained by making another
720 # tarfile.
721 distcheck: dist
722         case '$(DIST_ARCHIVES)' in \
723         *.tar.gz*) \
724           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
725         *.tar.bz2*) \
726           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
727         *.tar.lz*) \
728           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
729         *.tar.xz*) \
730           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
731         *.tar.Z*) \
732           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
733         *.shar.gz*) \
734           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
735         *.zip*) \
736           unzip $(distdir).zip ;;\
737         esac
738         chmod -R a-w $(distdir)
739         chmod u+w $(distdir)
740         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
741         chmod a-w $(distdir)
742         test -d $(distdir)/_build || exit 0; \
743         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
744           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
745           && am__cwd=`pwd` \
746           && $(am__cd) $(distdir)/_build/sub \
747           && ../../configure \
748             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
749             $(DISTCHECK_CONFIGURE_FLAGS) \
750             --srcdir=../.. --prefix="$$dc_install_base" \
751           && $(MAKE) $(AM_MAKEFLAGS) \
752           && $(MAKE) $(AM_MAKEFLAGS) dvi \
753           && $(MAKE) $(AM_MAKEFLAGS) check \
754           && $(MAKE) $(AM_MAKEFLAGS) install \
755           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
756           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
757           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
758                 distuninstallcheck \
759           && chmod -R a-w "$$dc_install_base" \
760           && ({ \
761                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
762                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
763                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
764                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
765                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
766               } || { rm -rf "$$dc_destdir"; exit 1; }) \
767           && rm -rf "$$dc_destdir" \
768           && $(MAKE) $(AM_MAKEFLAGS) dist \
769           && rm -rf $(DIST_ARCHIVES) \
770           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
771           && cd "$$am__cwd" \
772           || exit 1
773         $(am__post_remove_distdir)
774         @(echo "$(distdir) archives ready for distribution: "; \
775           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
776           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
777 distuninstallcheck:
778         @test -n '$(distuninstallcheck_dir)' || { \
779           echo 'ERROR: trying to run $@ with an empty' \
780                '$$(distuninstallcheck_dir)' >&2; \
781           exit 1; \
782         }; \
783         $(am__cd) '$(distuninstallcheck_dir)' || { \
784           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
785           exit 1; \
786         }; \
787         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
788            || { echo "ERROR: files left after uninstall:" ; \
789                 if test -n "$(DESTDIR)"; then \
790                   echo "  (check DESTDIR support)"; \
791                 fi ; \
792                 $(distuninstallcheck_listfiles) ; \
793                 exit 1; } >&2
794 distcleancheck: distclean
795         @if test '$(srcdir)' = . ; then \
796           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
797           exit 1 ; \
798         fi
799         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
800           || { echo "ERROR: files left in build directory after distclean:" ; \
801                $(distcleancheck_listfiles) ; \
802                exit 1; } >&2
803 check-am: all-am
804 check: check-recursive
805 all-am: Makefile config.h interface.h
806 installdirs: installdirs-recursive
807 installdirs-am:
808 install: install-recursive
809 install-exec: install-exec-recursive
810 install-data: install-data-recursive
811 uninstall: uninstall-recursive
812
813 install-am: all-am
814         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
815
816 installcheck: installcheck-recursive
817 install-strip:
818         if test -z '$(STRIP)'; then \
819           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
820             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
821               install; \
822         else \
823           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
824             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
825             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
826         fi
827 mostlyclean-generic:
828
829 clean-generic:
830
831 distclean-generic:
832         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
833         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
834
835 maintainer-clean-generic:
836         @echo "This command is intended for maintainers to use"
837         @echo "it deletes files that may require special tools to rebuild."
838 clean: clean-recursive
839
840 clean-am: clean-generic mostlyclean-am
841
842 distclean: distclean-recursive
843         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
844         -rm -f Makefile
845 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
846
847 dvi: dvi-recursive
848
849 dvi-am:
850
851 html: html-recursive
852
853 html-am:
854
855 info: info-recursive
856
857 info-am:
858
859 install-data-am:
860
861 install-dvi: install-dvi-recursive
862
863 install-dvi-am:
864
865 install-exec-am:
866
867 install-html: install-html-recursive
868
869 install-html-am:
870
871 install-info: install-info-recursive
872
873 install-info-am:
874
875 install-man:
876
877 install-pdf: install-pdf-recursive
878
879 install-pdf-am:
880
881 install-ps: install-ps-recursive
882
883 install-ps-am:
884
885 installcheck-am:
886
887 maintainer-clean: maintainer-clean-recursive
888         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
889         -rm -rf $(top_srcdir)/autom4te.cache
890         -rm -f Makefile
891 maintainer-clean-am: distclean-am maintainer-clean-generic
892
893 mostlyclean: mostlyclean-recursive
894
895 mostlyclean-am: mostlyclean-generic
896
897 pdf: pdf-recursive
898
899 pdf-am:
900
901 ps: ps-recursive
902
903 ps-am:
904
905 uninstall-am:
906
907 .MAKE: $(am__recursive_targets) all install-am install-strip
908
909 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
910         am--refresh check check-am clean clean-cscope clean-generic \
911         cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
912         dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
913         distcheck distclean distclean-generic distclean-hdr \
914         distclean-tags distcleancheck distdir distuninstallcheck dvi \
915         dvi-am html html-am info info-am install install-am \
916         install-data install-data-am install-dvi install-dvi-am \
917         install-exec install-exec-am install-html install-html-am \
918         install-info install-info-am install-man install-pdf \
919         install-pdf-am install-ps install-ps-am install-strip \
920         installcheck installcheck-am installdirs installdirs-am \
921         maintainer-clean maintainer-clean-generic mostlyclean \
922         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
923         uninstall-am
924
925 .PRECIOUS: Makefile
926
927
928 dynamics:
929         cd interface; $(MAKE) $@
930
931 install.man install.manj:
932         cd doc; $(MAKE) $@
933
934 install.tk:
935         cd interface; $(MAKE) $@
936
937 install.el:
938         cd interface; $(MAKE) $@
939
940 install.bin:
941         cd timidity; $(MAKE) install
942
943 tools:: tools-targets
944         cd $(TOOLSDIR); $(MAKE)
945
946 tools-targets: $(TOOLSDIR)/Makefile
947
948 install.tools:
949         cd $(TOOLSDIR); $(MAKE) install
950
951 $(TOOLSDIR)/Makefile: $(TOOLSDIR)/Makefile.in config.status
952         CONFIG_HEADERS='' CONFIG_FILES=$(TOOLSDIR)/Makefile $(SHELL) ./config.status
953
954 #$(TOOLSDIR)/Makefile.in: $(TOOLSDIR)/Makefile.am
955 #       $(AUTOMAKE) --gnu $(TOOLSDIR)/Makefile
956
957 ump: ump-targets
958         cd $(UMPDIR); $(MAKE) ump
959
960 ump-targets: $(UMPDIR)/Makefile
961
962 $(UMPDIR)/Makefile: $(UMPDIR)/Makefile.in config.status
963         CONFIG_HEADERS='' CONFIG_FILES=ump/Makefile $(SHELL) ./config.status
964
965 #$(UMPDIR)/Makefile.in: $(UMPDIR)/Makefile.am
966 #       $(AUTOMAKE) --gnu $(UMPSDIR)/Makefile
967
968 # Tell versions [3.59,3.63) of GNU make to not export all variables.
969 # Otherwise a system limit (for SysV at least) may be exceeded.
970 .NOEXPORT: