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