1# Makefile.in generated by automake 1.11.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkglibexecdir = $(libexecdir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34build_triplet = @build@
35host_triplet = @host@
36check_PROGRAMS = control$(EXEEXT) pcm$(EXEEXT) pcm_min$(EXEEXT) \
37	latency$(EXEEXT) seq$(EXEEXT) playmidi1$(EXEEXT) \
38	timer$(EXEEXT) rawmidi$(EXEEXT) midiloop$(EXEEXT) \
39	oldapi$(EXEEXT) queue_timer$(EXEEXT) namehint$(EXEEXT) \
40	client_event_filter$(EXEEXT)
41subdir = test
42DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
45	$(top_srcdir)/configure.in
46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47	$(ACLOCAL_M4)
48mkinstalldirs = $(install_sh) -d
49CONFIG_HEADER = $(top_builddir)/include/config.h
50CONFIG_CLEAN_FILES =
51CONFIG_CLEAN_VPATH_FILES =
52client_event_filter_SOURCES = client_event_filter.c
53client_event_filter_OBJECTS = client_event_filter.$(OBJEXT)
54client_event_filter_DEPENDENCIES = ../src/libasound.la
55AM_V_lt = $(am__v_lt_@AM_V@)
56am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
57am__v_lt_0 = --silent
58control_SOURCES = control.c
59control_OBJECTS = control.$(OBJEXT)
60control_DEPENDENCIES = ../src/libasound.la
61latency_SOURCES = latency.c
62latency_OBJECTS = latency.$(OBJEXT)
63latency_DEPENDENCIES = ../src/libasound.la
64midiloop_SOURCES = midiloop.c
65midiloop_OBJECTS = midiloop.$(OBJEXT)
66midiloop_DEPENDENCIES = ../src/libasound.la
67namehint_SOURCES = namehint.c
68namehint_OBJECTS = namehint.$(OBJEXT)
69namehint_DEPENDENCIES = ../src/libasound.la
70oldapi_SOURCES = oldapi.c
71oldapi_OBJECTS = oldapi.$(OBJEXT)
72oldapi_DEPENDENCIES = ../src/libasound.la
73pcm_SOURCES = pcm.c
74pcm_OBJECTS = pcm.$(OBJEXT)
75pcm_DEPENDENCIES = ../src/libasound.la
76pcm_min_SOURCES = pcm_min.c
77pcm_min_OBJECTS = pcm_min.$(OBJEXT)
78pcm_min_DEPENDENCIES = ../src/libasound.la
79playmidi1_SOURCES = playmidi1.c
80playmidi1_OBJECTS = playmidi1.$(OBJEXT)
81playmidi1_DEPENDENCIES = ../src/libasound.la
82queue_timer_SOURCES = queue_timer.c
83queue_timer_OBJECTS = queue_timer.$(OBJEXT)
84queue_timer_DEPENDENCIES = ../src/libasound.la
85rawmidi_SOURCES = rawmidi.c
86rawmidi_OBJECTS = rawmidi.$(OBJEXT)
87rawmidi_DEPENDENCIES = ../src/libasound.la
88seq_SOURCES = seq.c
89seq_OBJECTS = seq.$(OBJEXT)
90seq_DEPENDENCIES = ../src/libasound.la
91timer_SOURCES = timer.c
92timer_OBJECTS = timer.$(OBJEXT)
93timer_DEPENDENCIES = ../src/libasound.la
94DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
95depcomp = $(SHELL) $(top_srcdir)/depcomp
96am__depfiles_maybe = depfiles
97am__mv = mv -f
98COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
99	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
100LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
101	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
102	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
103	$(AM_CFLAGS) $(CFLAGS)
104AM_V_CC = $(am__v_CC_@AM_V@)
105am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
106am__v_CC_0 = @echo "  CC    " $@;
107AM_V_at = $(am__v_at_@AM_V@)
108am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
109am__v_at_0 = @
110CCLD = $(CC)
111LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
112	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
113	$(AM_LDFLAGS) $(LDFLAGS) -o $@
114AM_V_CCLD = $(am__v_CCLD_@AM_V@)
115am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
116am__v_CCLD_0 = @echo "  CCLD  " $@;
117AM_V_GEN = $(am__v_GEN_@AM_V@)
118am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
119am__v_GEN_0 = @echo "  GEN   " $@;
120SOURCES = client_event_filter.c control.c latency.c midiloop.c \
121	namehint.c oldapi.c pcm.c pcm_min.c playmidi1.c queue_timer.c \
122	rawmidi.c seq.c timer.c
123DIST_SOURCES = client_event_filter.c control.c latency.c midiloop.c \
124	namehint.c oldapi.c pcm.c pcm_min.c playmidi1.c queue_timer.c \
125	rawmidi.c seq.c timer.c
126RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
127	html-recursive info-recursive install-data-recursive \
128	install-dvi-recursive install-exec-recursive \
129	install-html-recursive install-info-recursive \
130	install-pdf-recursive install-ps-recursive install-recursive \
131	installcheck-recursive installdirs-recursive pdf-recursive \
132	ps-recursive uninstall-recursive
133RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
134  distclean-recursive maintainer-clean-recursive
135AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
136	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
137	distdir
138ETAGS = etags
139CTAGS = ctags
140DIST_SUBDIRS = $(SUBDIRS)
141DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
142am__relativize = \
143  dir0=`pwd`; \
144  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
145  sed_rest='s,^[^/]*/*,,'; \
146  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
147  sed_butlast='s,/*[^/]*$$,,'; \
148  while test -n "$$dir1"; do \
149    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
150    if test "$$first" != "."; then \
151      if test "$$first" = ".."; then \
152        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
153        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
154      else \
155        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
156        if test "$$first2" = "$$first"; then \
157          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
158        else \
159          dir2="../$$dir2"; \
160        fi; \
161        dir0="$$dir0"/"$$first"; \
162      fi; \
163    fi; \
164    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
165  done; \
166  reldir="$$dir2"
167ACLOCAL = @ACLOCAL@
168ALSA_CONFIG_DIR = @ALSA_CONFIG_DIR@
169ALSA_DEPLIBS = @ALSA_DEPLIBS@
170ALSA_PKGCONF_DIR = @ALSA_PKGCONF_DIR@
171ALSA_PLUGIN_DIR = @ALSA_PLUGIN_DIR@
172AMTAR = @AMTAR@
173AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
174AR = @AR@
175AUTOCONF = @AUTOCONF@
176AUTOHEADER = @AUTOHEADER@
177AUTOMAKE = @AUTOMAKE@
178AWK = @AWK@
179CC = @CC@
180CCDEPMODE = @CCDEPMODE@
181CFLAGS = @CFLAGS@
182CPP = @CPP@
183CPPFLAGS = @CPPFLAGS@
184CYGPATH_W = @CYGPATH_W@
185DEFS = @DEFS@
186DEPDIR = @DEPDIR@
187DLLTOOL = @DLLTOOL@
188DSYMUTIL = @DSYMUTIL@
189DUMPBIN = @DUMPBIN@
190ECHO_C = @ECHO_C@
191ECHO_N = @ECHO_N@
192ECHO_T = @ECHO_T@
193EGREP = @EGREP@
194EXEEXT = @EXEEXT@
195FGREP = @FGREP@
196GREP = @GREP@
197INSTALL = @INSTALL@
198INSTALL_DATA = @INSTALL_DATA@
199INSTALL_PROGRAM = @INSTALL_PROGRAM@
200INSTALL_SCRIPT = @INSTALL_SCRIPT@
201INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
202LD = @LD@
203LDFLAGS = @LDFLAGS@
204LIBOBJS = @LIBOBJS@
205LIBS = @LIBS@
206LIBTOOL = @LIBTOOL@
207LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
208LIPO = @LIPO@
209LN_S = @LN_S@
210LTLIBOBJS = @LTLIBOBJS@
211MAKEINFO = @MAKEINFO@
212MANIFEST_TOOL = @MANIFEST_TOOL@
213MKDIR_P = @MKDIR_P@
214NM = @NM@
215NMEDIT = @NMEDIT@
216OBJDUMP = @OBJDUMP@
217OBJEXT = @OBJEXT@
218OTOOL = @OTOOL@
219OTOOL64 = @OTOOL64@
220PACKAGE = @PACKAGE@
221PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
222PACKAGE_NAME = @PACKAGE_NAME@
223PACKAGE_STRING = @PACKAGE_STRING@
224PACKAGE_TARNAME = @PACKAGE_TARNAME@
225PACKAGE_URL = @PACKAGE_URL@
226PACKAGE_VERSION = @PACKAGE_VERSION@
227PATH_SEPARATOR = @PATH_SEPARATOR@
228PYTHON_INCLUDES = @PYTHON_INCLUDES@
229PYTHON_LIBS = @PYTHON_LIBS@
230RANLIB = @RANLIB@
231SED = @SED@
232SET_MAKE = @SET_MAKE@
233SHELL = @SHELL@
234SND_LIB_EXTRAVER = @SND_LIB_EXTRAVER@
235SND_LIB_MAJOR = @SND_LIB_MAJOR@
236SND_LIB_MINOR = @SND_LIB_MINOR@
237SND_LIB_SUBMINOR = @SND_LIB_SUBMINOR@
238SND_LIB_VERSION = @SND_LIB_VERSION@
239STRIP = @STRIP@
240SYMBOL_PREFIX = @SYMBOL_PREFIX@
241VERSION = @VERSION@
242abs_builddir = @abs_builddir@
243abs_srcdir = @abs_srcdir@
244abs_top_builddir = @abs_top_builddir@
245abs_top_srcdir = @abs_top_srcdir@
246ac_ct_AR = @ac_ct_AR@
247ac_ct_CC = @ac_ct_CC@
248ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
249am__include = @am__include@
250am__leading_dot = @am__leading_dot@
251am__quote = @am__quote@
252am__tar = @am__tar@
253am__untar = @am__untar@
254bindir = @bindir@
255build = @build@
256build_alias = @build_alias@
257build_cpu = @build_cpu@
258build_os = @build_os@
259build_vendor = @build_vendor@
260builddir = @builddir@
261datadir = @datadir@
262datarootdir = @datarootdir@
263docdir = @docdir@
264dvidir = @dvidir@
265exec_prefix = @exec_prefix@
266host = @host@
267host_alias = @host_alias@
268host_cpu = @host_cpu@
269host_os = @host_os@
270host_vendor = @host_vendor@
271htmldir = @htmldir@
272includedir = @includedir@
273infodir = @infodir@
274install_sh = @install_sh@
275libdir = @libdir@
276libexecdir = @libexecdir@
277localedir = @localedir@
278localstatedir = @localstatedir@
279mandir = @mandir@
280mkdir_p = @mkdir_p@
281oldincludedir = @oldincludedir@
282pdfdir = @pdfdir@
283prefix = @prefix@
284program_transform_name = @program_transform_name@
285psdir = @psdir@
286sbindir = @sbindir@
287sharedstatedir = @sharedstatedir@
288srcdir = @srcdir@
289sysconfdir = @sysconfdir@
290target_alias = @target_alias@
291top_build_prefix = @top_build_prefix@
292top_builddir = @top_builddir@
293top_srcdir = @top_srcdir@
294SUBDIRS = . lsb
295control_LDADD = ../src/libasound.la
296pcm_LDADD = ../src/libasound.la
297pcm_min_LDADD = ../src/libasound.la
298latency_LDADD = ../src/libasound.la
299seq_LDADD = ../src/libasound.la
300playmidi1_LDADD = ../src/libasound.la
301timer_LDADD = ../src/libasound.la
302rawmidi_LDADD = ../src/libasound.la
303midiloop_LDADD = ../src/libasound.la
304oldapi_LDADD = ../src/libasound.la
305queue_timer_LDADD = ../src/libasound.la
306namehint_LDADD = ../src/libasound.la
307client_event_filter_LDADD = ../src/libasound.la
308code_CFLAGS = -Wall -pipe -g -O2
309INCLUDES = -I$(top_srcdir)/include
310AM_CFLAGS = -Wall -pipe -g
311EXTRA_DIST = seq-decoder.c seq-sender.c midifile.h midifile.c midifile.3
312all: all-recursive
313
314.SUFFIXES:
315.SUFFIXES: .c .lo .o .obj
316$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
317	@for dep in $?; do \
318	  case '$(am__configure_deps)' in \
319	    *$$dep*) \
320	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
321	        && { if test -f $@; then exit 0; else break; fi; }; \
322	      exit 1;; \
323	  esac; \
324	done; \
325	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
326	$(am__cd) $(top_srcdir) && \
327	  $(AUTOMAKE) --foreign test/Makefile
328.PRECIOUS: Makefile
329Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
330	@case '$?' in \
331	  *config.status*) \
332	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
333	  *) \
334	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
335	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
336	esac;
337
338$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
339	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340
341$(top_srcdir)/configure:  $(am__configure_deps)
342	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
344	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345$(am__aclocal_m4_deps):
346
347clean-checkPROGRAMS:
348	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
349	echo " rm -f" $$list; \
350	rm -f $$list || exit $$?; \
351	test -n "$(EXEEXT)" || exit 0; \
352	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
353	echo " rm -f" $$list; \
354	rm -f $$list
355client_event_filter$(EXEEXT): $(client_event_filter_OBJECTS) $(client_event_filter_DEPENDENCIES) $(EXTRA_client_event_filter_DEPENDENCIES) 
356	@rm -f client_event_filter$(EXEEXT)
357	$(AM_V_CCLD)$(LINK) $(client_event_filter_OBJECTS) $(client_event_filter_LDADD) $(LIBS)
358control$(EXEEXT): $(control_OBJECTS) $(control_DEPENDENCIES) $(EXTRA_control_DEPENDENCIES) 
359	@rm -f control$(EXEEXT)
360	$(AM_V_CCLD)$(LINK) $(control_OBJECTS) $(control_LDADD) $(LIBS)
361latency$(EXEEXT): $(latency_OBJECTS) $(latency_DEPENDENCIES) $(EXTRA_latency_DEPENDENCIES) 
362	@rm -f latency$(EXEEXT)
363	$(AM_V_CCLD)$(LINK) $(latency_OBJECTS) $(latency_LDADD) $(LIBS)
364midiloop$(EXEEXT): $(midiloop_OBJECTS) $(midiloop_DEPENDENCIES) $(EXTRA_midiloop_DEPENDENCIES) 
365	@rm -f midiloop$(EXEEXT)
366	$(AM_V_CCLD)$(LINK) $(midiloop_OBJECTS) $(midiloop_LDADD) $(LIBS)
367namehint$(EXEEXT): $(namehint_OBJECTS) $(namehint_DEPENDENCIES) $(EXTRA_namehint_DEPENDENCIES) 
368	@rm -f namehint$(EXEEXT)
369	$(AM_V_CCLD)$(LINK) $(namehint_OBJECTS) $(namehint_LDADD) $(LIBS)
370oldapi$(EXEEXT): $(oldapi_OBJECTS) $(oldapi_DEPENDENCIES) $(EXTRA_oldapi_DEPENDENCIES) 
371	@rm -f oldapi$(EXEEXT)
372	$(AM_V_CCLD)$(LINK) $(oldapi_OBJECTS) $(oldapi_LDADD) $(LIBS)
373pcm$(EXEEXT): $(pcm_OBJECTS) $(pcm_DEPENDENCIES) $(EXTRA_pcm_DEPENDENCIES) 
374	@rm -f pcm$(EXEEXT)
375	$(AM_V_CCLD)$(LINK) $(pcm_OBJECTS) $(pcm_LDADD) $(LIBS)
376pcm_min$(EXEEXT): $(pcm_min_OBJECTS) $(pcm_min_DEPENDENCIES) $(EXTRA_pcm_min_DEPENDENCIES) 
377	@rm -f pcm_min$(EXEEXT)
378	$(AM_V_CCLD)$(LINK) $(pcm_min_OBJECTS) $(pcm_min_LDADD) $(LIBS)
379playmidi1$(EXEEXT): $(playmidi1_OBJECTS) $(playmidi1_DEPENDENCIES) $(EXTRA_playmidi1_DEPENDENCIES) 
380	@rm -f playmidi1$(EXEEXT)
381	$(AM_V_CCLD)$(LINK) $(playmidi1_OBJECTS) $(playmidi1_LDADD) $(LIBS)
382queue_timer$(EXEEXT): $(queue_timer_OBJECTS) $(queue_timer_DEPENDENCIES) $(EXTRA_queue_timer_DEPENDENCIES) 
383	@rm -f queue_timer$(EXEEXT)
384	$(AM_V_CCLD)$(LINK) $(queue_timer_OBJECTS) $(queue_timer_LDADD) $(LIBS)
385rawmidi$(EXEEXT): $(rawmidi_OBJECTS) $(rawmidi_DEPENDENCIES) $(EXTRA_rawmidi_DEPENDENCIES) 
386	@rm -f rawmidi$(EXEEXT)
387	$(AM_V_CCLD)$(LINK) $(rawmidi_OBJECTS) $(rawmidi_LDADD) $(LIBS)
388seq$(EXEEXT): $(seq_OBJECTS) $(seq_DEPENDENCIES) $(EXTRA_seq_DEPENDENCIES) 
389	@rm -f seq$(EXEEXT)
390	$(AM_V_CCLD)$(LINK) $(seq_OBJECTS) $(seq_LDADD) $(LIBS)
391timer$(EXEEXT): $(timer_OBJECTS) $(timer_DEPENDENCIES) $(EXTRA_timer_DEPENDENCIES) 
392	@rm -f timer$(EXEEXT)
393	$(AM_V_CCLD)$(LINK) $(timer_OBJECTS) $(timer_LDADD) $(LIBS)
394
395mostlyclean-compile:
396	-rm -f *.$(OBJEXT)
397
398distclean-compile:
399	-rm -f *.tab.c
400
401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_event_filter.Po@am__quote@
402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control.Po@am__quote@
403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/latency.Po@am__quote@
404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/midiloop.Po@am__quote@
405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/namehint.Po@am__quote@
406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oldapi.Po@am__quote@
407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcm.Po@am__quote@
408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcm_min.Po@am__quote@
409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/playmidi1.Po@am__quote@
410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/queue_timer.Po@am__quote@
411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawmidi.Po@am__quote@
412@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seq.Po@am__quote@
413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Po@am__quote@
414
415.c.o:
416@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
417@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
418@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
419@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
421
422.c.obj:
423@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
424@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
425@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
426@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
428
429.c.lo:
430@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
431@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
432@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
433@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
435
436mostlyclean-libtool:
437	-rm -f *.lo
438
439clean-libtool:
440	-rm -rf .libs _libs
441
442# This directory's subdirectories are mostly independent; you can cd
443# into them and run `make' without going through this Makefile.
444# To change the values of `make' variables: instead of editing Makefiles,
445# (1) if the variable is set in `config.status', edit `config.status'
446#     (which will cause the Makefiles to be regenerated when you run `make');
447# (2) otherwise, pass the desired values on the `make' command line.
448$(RECURSIVE_TARGETS):
449	@fail= failcom='exit 1'; \
450	for f in x $$MAKEFLAGS; do \
451	  case $$f in \
452	    *=* | --[!k]*);; \
453	    *k*) failcom='fail=yes';; \
454	  esac; \
455	done; \
456	dot_seen=no; \
457	target=`echo $@ | sed s/-recursive//`; \
458	list='$(SUBDIRS)'; for subdir in $$list; do \
459	  echo "Making $$target in $$subdir"; \
460	  if test "$$subdir" = "."; then \
461	    dot_seen=yes; \
462	    local_target="$$target-am"; \
463	  else \
464	    local_target="$$target"; \
465	  fi; \
466	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
467	  || eval $$failcom; \
468	done; \
469	if test "$$dot_seen" = "no"; then \
470	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
471	fi; test -z "$$fail"
472
473$(RECURSIVE_CLEAN_TARGETS):
474	@fail= failcom='exit 1'; \
475	for f in x $$MAKEFLAGS; do \
476	  case $$f in \
477	    *=* | --[!k]*);; \
478	    *k*) failcom='fail=yes';; \
479	  esac; \
480	done; \
481	dot_seen=no; \
482	case "$@" in \
483	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
484	  *) list='$(SUBDIRS)' ;; \
485	esac; \
486	rev=''; for subdir in $$list; do \
487	  if test "$$subdir" = "."; then :; else \
488	    rev="$$subdir $$rev"; \
489	  fi; \
490	done; \
491	rev="$$rev ."; \
492	target=`echo $@ | sed s/-recursive//`; \
493	for subdir in $$rev; do \
494	  echo "Making $$target in $$subdir"; \
495	  if test "$$subdir" = "."; then \
496	    local_target="$$target-am"; \
497	  else \
498	    local_target="$$target"; \
499	  fi; \
500	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
501	  || eval $$failcom; \
502	done && test -z "$$fail"
503tags-recursive:
504	list='$(SUBDIRS)'; for subdir in $$list; do \
505	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
506	done
507ctags-recursive:
508	list='$(SUBDIRS)'; for subdir in $$list; do \
509	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
510	done
511
512ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
513	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
514	unique=`for i in $$list; do \
515	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
516	  done | \
517	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
518	      END { if (nonempty) { for (i in files) print i; }; }'`; \
519	mkid -fID $$unique
520tags: TAGS
521
522TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
523		$(TAGS_FILES) $(LISP)
524	set x; \
525	here=`pwd`; \
526	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
527	  include_option=--etags-include; \
528	  empty_fix=.; \
529	else \
530	  include_option=--include; \
531	  empty_fix=; \
532	fi; \
533	list='$(SUBDIRS)'; for subdir in $$list; do \
534	  if test "$$subdir" = .; then :; else \
535	    test ! -f $$subdir/TAGS || \
536	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
537	  fi; \
538	done; \
539	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
540	unique=`for i in $$list; do \
541	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
542	  done | \
543	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
544	      END { if (nonempty) { for (i in files) print i; }; }'`; \
545	shift; \
546	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
547	  test -n "$$unique" || unique=$$empty_fix; \
548	  if test $$# -gt 0; then \
549	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
550	      "$$@" $$unique; \
551	  else \
552	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
553	      $$unique; \
554	  fi; \
555	fi
556ctags: CTAGS
557CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
558		$(TAGS_FILES) $(LISP)
559	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
560	unique=`for i in $$list; do \
561	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
562	  done | \
563	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
564	      END { if (nonempty) { for (i in files) print i; }; }'`; \
565	test -z "$(CTAGS_ARGS)$$unique" \
566	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
567	     $$unique
568
569GTAGS:
570	here=`$(am__cd) $(top_builddir) && pwd` \
571	  && $(am__cd) $(top_srcdir) \
572	  && gtags -i $(GTAGS_ARGS) "$$here"
573
574distclean-tags:
575	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
576
577distdir: $(DISTFILES)
578	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
579	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
580	list='$(DISTFILES)'; \
581	  dist_files=`for file in $$list; do echo $$file; done | \
582	  sed -e "s|^$$srcdirstrip/||;t" \
583	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
584	case $$dist_files in \
585	  */*) $(MKDIR_P) `echo "$$dist_files" | \
586			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
587			   sort -u` ;; \
588	esac; \
589	for file in $$dist_files; do \
590	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
591	  if test -d $$d/$$file; then \
592	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
593	    if test -d "$(distdir)/$$file"; then \
594	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
595	    fi; \
596	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
597	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
598	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
599	    fi; \
600	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
601	  else \
602	    test -f "$(distdir)/$$file" \
603	    || cp -p $$d/$$file "$(distdir)/$$file" \
604	    || exit 1; \
605	  fi; \
606	done
607	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
608	  if test "$$subdir" = .; then :; else \
609	    test -d "$(distdir)/$$subdir" \
610	    || $(MKDIR_P) "$(distdir)/$$subdir" \
611	    || exit 1; \
612	  fi; \
613	done
614	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
615	  if test "$$subdir" = .; then :; else \
616	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
617	    $(am__relativize); \
618	    new_distdir=$$reldir; \
619	    dir1=$$subdir; dir2="$(top_distdir)"; \
620	    $(am__relativize); \
621	    new_top_distdir=$$reldir; \
622	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
623	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
624	    ($(am__cd) $$subdir && \
625	      $(MAKE) $(AM_MAKEFLAGS) \
626	        top_distdir="$$new_top_distdir" \
627	        distdir="$$new_distdir" \
628		am__remove_distdir=: \
629		am__skip_length_check=: \
630		am__skip_mode_fix=: \
631	        distdir) \
632	      || exit 1; \
633	  fi; \
634	done
635check-am: all-am
636	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
637check: check-recursive
638all-am: Makefile
639installdirs: installdirs-recursive
640installdirs-am:
641install: install-recursive
642install-exec: install-exec-recursive
643install-data: install-data-recursive
644uninstall: uninstall-recursive
645
646install-am: all-am
647	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
648
649installcheck: installcheck-recursive
650install-strip:
651	if test -z '$(STRIP)'; then \
652	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
653	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
654	      install; \
655	else \
656	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
657	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
658	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
659	fi
660mostlyclean-generic:
661
662clean-generic:
663
664distclean-generic:
665	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
666	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
667
668maintainer-clean-generic:
669	@echo "This command is intended for maintainers to use"
670	@echo "it deletes files that may require special tools to rebuild."
671clean: clean-recursive
672
673clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
674	mostlyclean-am
675
676distclean: distclean-recursive
677	-rm -rf ./$(DEPDIR)
678	-rm -f Makefile
679distclean-am: clean-am distclean-compile distclean-generic \
680	distclean-tags
681
682dvi: dvi-recursive
683
684dvi-am:
685
686html: html-recursive
687
688html-am:
689
690info: info-recursive
691
692info-am:
693
694install-data-am:
695
696install-dvi: install-dvi-recursive
697
698install-dvi-am:
699
700install-exec-am:
701
702install-html: install-html-recursive
703
704install-html-am:
705
706install-info: install-info-recursive
707
708install-info-am:
709
710install-man:
711
712install-pdf: install-pdf-recursive
713
714install-pdf-am:
715
716install-ps: install-ps-recursive
717
718install-ps-am:
719
720installcheck-am:
721
722maintainer-clean: maintainer-clean-recursive
723	-rm -rf ./$(DEPDIR)
724	-rm -f Makefile
725maintainer-clean-am: distclean-am maintainer-clean-generic
726
727mostlyclean: mostlyclean-recursive
728
729mostlyclean-am: mostlyclean-compile mostlyclean-generic \
730	mostlyclean-libtool
731
732pdf: pdf-recursive
733
734pdf-am:
735
736ps: ps-recursive
737
738ps-am:
739
740uninstall-am:
741
742.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
743	ctags-recursive install-am install-strip tags-recursive
744
745.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
746	all all-am check check-am clean clean-checkPROGRAMS \
747	clean-generic clean-libtool ctags ctags-recursive distclean \
748	distclean-compile distclean-generic distclean-libtool \
749	distclean-tags distdir dvi dvi-am html html-am info info-am \
750	install install-am install-data install-data-am install-dvi \
751	install-dvi-am install-exec install-exec-am install-html \
752	install-html-am install-info install-info-am install-man \
753	install-pdf install-pdf-am install-ps install-ps-am \
754	install-strip installcheck installcheck-am installdirs \
755	installdirs-am maintainer-clean maintainer-clean-generic \
756	mostlyclean mostlyclean-compile mostlyclean-generic \
757	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
758	uninstall uninstall-am
759
760
761# Tell versions [3.59,3.63) of GNU make to not export all variables.
762# Otherwise a system limit (for SysV at least) may be exceeded.
763.NOEXPORT:
764