1# Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
6# 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@
36TESTS = controller$(EXEEXT)
37check_PROGRAMS = controller$(EXEEXT)
38subdir = tests
39DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43	$(ACLOCAL_M4)
44mkinstalldirs = $(install_sh) -d
45CONFIG_HEADER = $(top_builddir)/config.h
46CONFIG_CLEAN_FILES =
47CONFIG_CLEAN_VPATH_FILES =
48am_controller_OBJECTS = controller-controller.$(OBJEXT)
49controller_OBJECTS = $(am_controller_OBJECTS)
50controller_LDADD = $(LDADD)
51controller_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
52	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(controller_CFLAGS) \
53	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
54DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
55depcomp = $(SHELL) $(top_srcdir)/depcomp
56am__depfiles_maybe = depfiles
57am__mv = mv -f
58COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
59	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
60LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
61	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
62	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63CCLD = $(CC)
64LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
65	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
66	$(LDFLAGS) -o $@
67SOURCES = $(controller_SOURCES)
68DIST_SOURCES = $(controller_SOURCES)
69ETAGS = etags
70CTAGS = ctags
71am__tty_colors = \
72red=; grn=; lgn=; blu=; std=
73DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
74ACLOCAL = @ACLOCAL@
75ALSA_CFLAGS = @ALSA_CFLAGS@
76ALSA_LIBS = @ALSA_LIBS@
77AMTAR = @AMTAR@
78AR = @AR@
79AUTOCONF = @AUTOCONF@
80AUTOHEADER = @AUTOHEADER@
81AUTOMAKE = @AUTOMAKE@
82AWK = @AWK@
83CC = @CC@
84CCDEPMODE = @CCDEPMODE@
85CFLAGS = @CFLAGS@
86CPP = @CPP@
87CPPFLAGS = @CPPFLAGS@
88CXX = @CXX@
89CXXCPP = @CXXCPP@
90CXXDEPMODE = @CXXDEPMODE@
91CXXFLAGS = @CXXFLAGS@
92CYGPATH_W = @CYGPATH_W@
93DEFS = @DEFS@
94DEPDIR = @DEPDIR@
95DLLTOOL = @DLLTOOL@
96DSYMUTIL = @DSYMUTIL@
97DUMPBIN = @DUMPBIN@
98ECHO_C = @ECHO_C@
99ECHO_N = @ECHO_N@
100ECHO_T = @ECHO_T@
101EGREP = @EGREP@
102EXEEXT = @EXEEXT@
103FGREP = @FGREP@
104GREP = @GREP@
105INSTALL = @INSTALL@
106INSTALL_DATA = @INSTALL_DATA@
107INSTALL_PROGRAM = @INSTALL_PROGRAM@
108INSTALL_SCRIPT = @INSTALL_SCRIPT@
109INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
110JACK_CFLAGS = @JACK_CFLAGS@
111JACK_LIBS = @JACK_LIBS@
112LD = @LD@
113LDFLAGS = @LDFLAGS@
114LIBLO_CFLAGS = @LIBLO_CFLAGS@
115LIBLO_LIBS = @LIBLO_LIBS@
116LIBOBJS = @LIBOBJS@
117LIBS = @LIBS@
118LIBTOOL = @LIBTOOL@
119LIPO = @LIPO@
120LN_S = @LN_S@
121LTLIBOBJS = @LTLIBOBJS@
122MAKEINFO = @MAKEINFO@
123MANIFEST_TOOL = @MANIFEST_TOOL@
124MKDIR_P = @MKDIR_P@
125NM = @NM@
126NMEDIT = @NMEDIT@
127OBJDUMP = @OBJDUMP@
128OBJEXT = @OBJEXT@
129OTOOL = @OTOOL@
130OTOOL64 = @OTOOL64@
131PACKAGE = @PACKAGE@
132PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
133PACKAGE_NAME = @PACKAGE_NAME@
134PACKAGE_STRING = @PACKAGE_STRING@
135PACKAGE_TARNAME = @PACKAGE_TARNAME@
136PACKAGE_URL = @PACKAGE_URL@
137PACKAGE_VERSION = @PACKAGE_VERSION@
138PATH_SEPARATOR = @PATH_SEPARATOR@
139PKG_CONFIG = @PKG_CONFIG@
140PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
141PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
142QT_CFLAGS = @QT_CFLAGS@
143QT_LIBS = @QT_LIBS@
144QT_MOC = @QT_MOC@
145RANLIB = @RANLIB@
146SED = @SED@
147SET_MAKE = @SET_MAKE@
148SHELL = @SHELL@
149SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
150SNDFILE_LIBS = @SNDFILE_LIBS@
151SRC_CFLAGS = @SRC_CFLAGS@
152SRC_LIBS = @SRC_LIBS@
153STRIP = @STRIP@
154VERSION = @VERSION@
155abs_builddir = @abs_builddir@
156abs_srcdir = @abs_srcdir@
157abs_top_builddir = @abs_top_builddir@
158abs_top_srcdir = @abs_top_srcdir@
159ac_ct_AR = @ac_ct_AR@
160ac_ct_CC = @ac_ct_CC@
161ac_ct_CXX = @ac_ct_CXX@
162ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
163am__include = @am__include@
164am__leading_dot = @am__leading_dot@
165am__quote = @am__quote@
166am__tar = @am__tar@
167am__untar = @am__untar@
168bindir = @bindir@
169build = @build@
170build_alias = @build_alias@
171build_cpu = @build_cpu@
172build_os = @build_os@
173build_vendor = @build_vendor@
174builddir = @builddir@
175datadir = @datadir@
176datarootdir = @datarootdir@
177docdir = @docdir@
178dvidir = @dvidir@
179exec_prefix = @exec_prefix@
180host = @host@
181host_alias = @host_alias@
182host_cpu = @host_cpu@
183host_os = @host_os@
184host_vendor = @host_vendor@
185htmldir = @htmldir@
186includedir = @includedir@
187infodir = @infodir@
188install_sh = @install_sh@
189libdir = @libdir@
190libexecdir = @libexecdir@
191localedir = @localedir@
192localstatedir = @localstatedir@
193mandir = @mandir@
194mkdir_p = @mkdir_p@
195oldincludedir = @oldincludedir@
196pdfdir = @pdfdir@
197prefix = @prefix@
198program_transform_name = @program_transform_name@
199psdir = @psdir@
200sbindir = @sbindir@
201sharedstatedir = @sharedstatedir@
202srcdir = @srcdir@
203sysconfdir = @sysconfdir@
204target_alias = @target_alias@
205top_build_prefix = @top_build_prefix@
206top_builddir = @top_builddir@
207top_srcdir = @top_srcdir@
208controller_SOURCES = controller.c ../dssi/dssi.h
209controller_CFLAGS = -Wall -Werror -I$(top_srcdir)/dssi $(ALSA_CFLAGS)
210all: all-am
211
212.SUFFIXES:
213.SUFFIXES: .c .lo .o .obj
214$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
215	@for dep in $?; do \
216	  case '$(am__configure_deps)' in \
217	    *$$dep*) \
218	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
219	        && { if test -f $@; then exit 0; else break; fi; }; \
220	      exit 1;; \
221	  esac; \
222	done; \
223	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
224	$(am__cd) $(top_srcdir) && \
225	  $(AUTOMAKE) --foreign tests/Makefile
226.PRECIOUS: Makefile
227Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
228	@case '$?' in \
229	  *config.status*) \
230	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
231	  *) \
232	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
233	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
234	esac;
235
236$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
237	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238
239$(top_srcdir)/configure:  $(am__configure_deps)
240	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
242	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243$(am__aclocal_m4_deps):
244
245clean-checkPROGRAMS:
246	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
247	echo " rm -f" $$list; \
248	rm -f $$list || exit $$?; \
249	test -n "$(EXEEXT)" || exit 0; \
250	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
251	echo " rm -f" $$list; \
252	rm -f $$list
253controller$(EXEEXT): $(controller_OBJECTS) $(controller_DEPENDENCIES)
254	@rm -f controller$(EXEEXT)
255	$(controller_LINK) $(controller_OBJECTS) $(controller_LDADD) $(LIBS)
256
257mostlyclean-compile:
258	-rm -f *.$(OBJEXT)
259
260distclean-compile:
261	-rm -f *.tab.c
262
263@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/controller-controller.Po@am__quote@
264
265.c.o:
266@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
267@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
268@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
269@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
270@am__fastdepCC_FALSE@	$(COMPILE) -c $<
271
272.c.obj:
273@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
274@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
275@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
276@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
277@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
278
279.c.lo:
280@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
281@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
282@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
283@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
284@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
285
286controller-controller.o: controller.c
287@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(controller_CFLAGS) $(CFLAGS) -MT controller-controller.o -MD -MP -MF $(DEPDIR)/controller-controller.Tpo -c -o controller-controller.o `test -f 'controller.c' || echo '$(srcdir)/'`controller.c
288@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/controller-controller.Tpo $(DEPDIR)/controller-controller.Po
289@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='controller.c' object='controller-controller.o' libtool=no @AMDEPBACKSLASH@
290@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
291@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(controller_CFLAGS) $(CFLAGS) -c -o controller-controller.o `test -f 'controller.c' || echo '$(srcdir)/'`controller.c
292
293controller-controller.obj: controller.c
294@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(controller_CFLAGS) $(CFLAGS) -MT controller-controller.obj -MD -MP -MF $(DEPDIR)/controller-controller.Tpo -c -o controller-controller.obj `if test -f 'controller.c'; then $(CYGPATH_W) 'controller.c'; else $(CYGPATH_W) '$(srcdir)/controller.c'; fi`
295@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/controller-controller.Tpo $(DEPDIR)/controller-controller.Po
296@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='controller.c' object='controller-controller.obj' libtool=no @AMDEPBACKSLASH@
297@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
298@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(controller_CFLAGS) $(CFLAGS) -c -o controller-controller.obj `if test -f 'controller.c'; then $(CYGPATH_W) 'controller.c'; else $(CYGPATH_W) '$(srcdir)/controller.c'; fi`
299
300mostlyclean-libtool:
301	-rm -f *.lo
302
303clean-libtool:
304	-rm -rf .libs _libs
305
306ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
307	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
308	unique=`for i in $$list; do \
309	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
310	  done | \
311	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
312	      END { if (nonempty) { for (i in files) print i; }; }'`; \
313	mkid -fID $$unique
314tags: TAGS
315
316TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
317		$(TAGS_FILES) $(LISP)
318	set x; \
319	here=`pwd`; \
320	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
321	unique=`for i in $$list; do \
322	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
323	  done | \
324	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
325	      END { if (nonempty) { for (i in files) print i; }; }'`; \
326	shift; \
327	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
328	  test -n "$$unique" || unique=$$empty_fix; \
329	  if test $$# -gt 0; then \
330	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
331	      "$$@" $$unique; \
332	  else \
333	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
334	      $$unique; \
335	  fi; \
336	fi
337ctags: CTAGS
338CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
339		$(TAGS_FILES) $(LISP)
340	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
341	unique=`for i in $$list; do \
342	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343	  done | \
344	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
345	      END { if (nonempty) { for (i in files) print i; }; }'`; \
346	test -z "$(CTAGS_ARGS)$$unique" \
347	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
348	     $$unique
349
350GTAGS:
351	here=`$(am__cd) $(top_builddir) && pwd` \
352	  && $(am__cd) $(top_srcdir) \
353	  && gtags -i $(GTAGS_ARGS) "$$here"
354
355distclean-tags:
356	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
357
358check-TESTS: $(TESTS)
359	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
360	srcdir=$(srcdir); export srcdir; \
361	list=' $(TESTS) '; \
362	$(am__tty_colors); \
363	if test -n "$$list"; then \
364	  for tst in $$list; do \
365	    if test -f ./$$tst; then dir=./; \
366	    elif test -f $$tst; then dir=; \
367	    else dir="$(srcdir)/"; fi; \
368	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
369	      all=`expr $$all + 1`; \
370	      case " $(XFAIL_TESTS) " in \
371	      *[\ \	]$$tst[\ \	]*) \
372		xpass=`expr $$xpass + 1`; \
373		failed=`expr $$failed + 1`; \
374		col=$$red; res=XPASS; \
375	      ;; \
376	      *) \
377		col=$$grn; res=PASS; \
378	      ;; \
379	      esac; \
380	    elif test $$? -ne 77; then \
381	      all=`expr $$all + 1`; \
382	      case " $(XFAIL_TESTS) " in \
383	      *[\ \	]$$tst[\ \	]*) \
384		xfail=`expr $$xfail + 1`; \
385		col=$$lgn; res=XFAIL; \
386	      ;; \
387	      *) \
388		failed=`expr $$failed + 1`; \
389		col=$$red; res=FAIL; \
390	      ;; \
391	      esac; \
392	    else \
393	      skip=`expr $$skip + 1`; \
394	      col=$$blu; res=SKIP; \
395	    fi; \
396	    echo "$${col}$$res$${std}: $$tst"; \
397	  done; \
398	  if test "$$all" -eq 1; then \
399	    tests="test"; \
400	    All=""; \
401	  else \
402	    tests="tests"; \
403	    All="All "; \
404	  fi; \
405	  if test "$$failed" -eq 0; then \
406	    if test "$$xfail" -eq 0; then \
407	      banner="$$All$$all $$tests passed"; \
408	    else \
409	      if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
410	      banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
411	    fi; \
412	  else \
413	    if test "$$xpass" -eq 0; then \
414	      banner="$$failed of $$all $$tests failed"; \
415	    else \
416	      if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
417	      banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
418	    fi; \
419	  fi; \
420	  dashes="$$banner"; \
421	  skipped=""; \
422	  if test "$$skip" -ne 0; then \
423	    if test "$$skip" -eq 1; then \
424	      skipped="($$skip test was not run)"; \
425	    else \
426	      skipped="($$skip tests were not run)"; \
427	    fi; \
428	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
429	      dashes="$$skipped"; \
430	  fi; \
431	  report=""; \
432	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
433	    report="Please report to $(PACKAGE_BUGREPORT)"; \
434	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
435	      dashes="$$report"; \
436	  fi; \
437	  dashes=`echo "$$dashes" | sed s/./=/g`; \
438	  if test "$$failed" -eq 0; then \
439	    echo "$$grn$$dashes"; \
440	  else \
441	    echo "$$red$$dashes"; \
442	  fi; \
443	  echo "$$banner"; \
444	  test -z "$$skipped" || echo "$$skipped"; \
445	  test -z "$$report" || echo "$$report"; \
446	  echo "$$dashes$$std"; \
447	  test "$$failed" -eq 0; \
448	else :; fi
449
450distdir: $(DISTFILES)
451	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
452	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
453	list='$(DISTFILES)'; \
454	  dist_files=`for file in $$list; do echo $$file; done | \
455	  sed -e "s|^$$srcdirstrip/||;t" \
456	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
457	case $$dist_files in \
458	  */*) $(MKDIR_P) `echo "$$dist_files" | \
459			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
460			   sort -u` ;; \
461	esac; \
462	for file in $$dist_files; do \
463	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
464	  if test -d $$d/$$file; then \
465	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
466	    if test -d "$(distdir)/$$file"; then \
467	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
468	    fi; \
469	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
470	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
471	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
472	    fi; \
473	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
474	  else \
475	    test -f "$(distdir)/$$file" \
476	    || cp -p $$d/$$file "$(distdir)/$$file" \
477	    || exit 1; \
478	  fi; \
479	done
480check-am: all-am
481	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
482	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
483check: check-am
484all-am: Makefile
485installdirs:
486install: install-am
487install-exec: install-exec-am
488install-data: install-data-am
489uninstall: uninstall-am
490
491install-am: all-am
492	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
493
494installcheck: installcheck-am
495install-strip:
496	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
497	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
498	  `test -z '$(STRIP)' || \
499	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
500mostlyclean-generic:
501
502clean-generic:
503
504distclean-generic:
505	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
506	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
507
508maintainer-clean-generic:
509	@echo "This command is intended for maintainers to use"
510	@echo "it deletes files that may require special tools to rebuild."
511clean: clean-am
512
513clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
514	mostlyclean-am
515
516distclean: distclean-am
517	-rm -rf ./$(DEPDIR)
518	-rm -f Makefile
519distclean-am: clean-am distclean-compile distclean-generic \
520	distclean-tags
521
522dvi: dvi-am
523
524dvi-am:
525
526html: html-am
527
528html-am:
529
530info: info-am
531
532info-am:
533
534install-data-am:
535
536install-dvi: install-dvi-am
537
538install-dvi-am:
539
540install-exec-am:
541
542install-html: install-html-am
543
544install-html-am:
545
546install-info: install-info-am
547
548install-info-am:
549
550install-man:
551
552install-pdf: install-pdf-am
553
554install-pdf-am:
555
556install-ps: install-ps-am
557
558install-ps-am:
559
560installcheck-am:
561
562maintainer-clean: maintainer-clean-am
563	-rm -rf ./$(DEPDIR)
564	-rm -f Makefile
565maintainer-clean-am: distclean-am maintainer-clean-generic
566
567mostlyclean: mostlyclean-am
568
569mostlyclean-am: mostlyclean-compile mostlyclean-generic \
570	mostlyclean-libtool
571
572pdf: pdf-am
573
574pdf-am:
575
576ps: ps-am
577
578ps-am:
579
580uninstall-am:
581
582.MAKE: check-am install-am install-strip
583
584.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
585	clean-checkPROGRAMS clean-generic clean-libtool ctags \
586	distclean distclean-compile distclean-generic \
587	distclean-libtool distclean-tags distdir dvi dvi-am html \
588	html-am info info-am install install-am install-data \
589	install-data-am install-dvi install-dvi-am install-exec \
590	install-exec-am install-html install-html-am install-info \
591	install-info-am install-man install-pdf install-pdf-am \
592	install-ps install-ps-am install-strip installcheck \
593	installcheck-am installdirs maintainer-clean \
594	maintainer-clean-generic mostlyclean mostlyclean-compile \
595	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
596	tags uninstall uninstall-am
597
598
599# Tell versions [3.59,3.63) of GNU make to not export all variables.
600# Otherwise a system limit (for SysV at least) may be exceeded.
601.NOEXPORT:
602