]> git.donarmstrong.com Git - fastq-tools.git/blob - Makefile.in
Merge tag 'upstream/0.6'
[fastq-tools.git] / Makefile.in
1 # Makefile.in generated by automake 1.13.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2012 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 VPATH = @srcdir@
17 am__make_dryrun = \
18   { \
19     am__dry=no; \
20     case $$MAKEFLAGS in \
21       *\\[\ \   ]*) \
22         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
23           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24       *) \
25         for am__flg in $$MAKEFLAGS; do \
26           case $$am__flg in \
27             *=*|--*) ;; \
28             *n*) am__dry=yes; break;; \
29           esac; \
30         done;; \
31     esac; \
32     test $$am__dry = yes; \
33   }
34 pkgdatadir = $(datadir)/@PACKAGE@
35 pkgincludedir = $(includedir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkglibexecdir = $(libexecdir)/@PACKAGE@
38 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39 install_sh_DATA = $(install_sh) -c -m 644
40 install_sh_PROGRAM = $(install_sh) -c
41 install_sh_SCRIPT = $(install_sh) -c
42 INSTALL_HEADER = $(INSTALL_DATA)
43 transform = $(program_transform_name)
44 NORMAL_INSTALL = :
45 PRE_INSTALL = :
46 POST_INSTALL = :
47 NORMAL_UNINSTALL = :
48 PRE_UNINSTALL = :
49 POST_UNINSTALL = :
50 build_triplet = @build@
51 host_triplet = @host@
52 subdir = .
53 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
54         $(top_srcdir)/configure $(am__configure_deps) AUTHORS COPYING \
55         TODO compile config.guess config.sub depcomp install-sh \
56         missing ltmain.sh
57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
59         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
60         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
61         $(top_srcdir)/configure.ac
62 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63         $(ACLOCAL_M4)
64 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
65  configure.lineno config.status.lineno
66 mkinstalldirs = $(install_sh) -d
67 CONFIG_CLEAN_FILES =
68 CONFIG_CLEAN_VPATH_FILES =
69 AM_V_P = $(am__v_P_@AM_V@)
70 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
71 am__v_P_0 = false
72 am__v_P_1 = :
73 AM_V_GEN = $(am__v_GEN_@AM_V@)
74 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
75 am__v_GEN_0 = @echo "  GEN     " $@;
76 am__v_GEN_1 = 
77 AM_V_at = $(am__v_at_@AM_V@)
78 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
79 am__v_at_0 = @
80 am__v_at_1 = 
81 SOURCES =
82 DIST_SOURCES =
83 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
84         ctags-recursive dvi-recursive html-recursive info-recursive \
85         install-data-recursive install-dvi-recursive \
86         install-exec-recursive install-html-recursive \
87         install-info-recursive install-pdf-recursive \
88         install-ps-recursive install-recursive installcheck-recursive \
89         installdirs-recursive pdf-recursive ps-recursive \
90         tags-recursive uninstall-recursive
91 am__can_run_installinfo = \
92   case $$AM_UPDATE_INFO_DIR in \
93     n|no|NO) false;; \
94     *) (install-info --version) >/dev/null 2>&1;; \
95   esac
96 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
97   distclean-recursive maintainer-clean-recursive
98 am__recursive_targets = \
99   $(RECURSIVE_TARGETS) \
100   $(RECURSIVE_CLEAN_TARGETS) \
101   $(am__extra_recursive_targets)
102 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
103         cscope distdir dist dist-all distcheck
104 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
105 # Read a list of newline-separated strings from the standard input,
106 # and print each of them once, without duplicates.  Input order is
107 # *not* preserved.
108 am__uniquify_input = $(AWK) '\
109   BEGIN { nonempty = 0; } \
110   { items[$$0] = 1; nonempty = 1; } \
111   END { if (nonempty) { for (i in items) print i; }; } \
112 '
113 # Make sure the list of sources is unique.  This is necessary because,
114 # e.g., the same source file might be shared among _SOURCES variables
115 # for different programs/libraries.
116 am__define_uniq_tagged_files = \
117   list='$(am__tagged_files)'; \
118   unique=`for i in $$list; do \
119     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
120   done | $(am__uniquify_input)`
121 ETAGS = etags
122 CTAGS = ctags
123 CSCOPE = cscope
124 DIST_SUBDIRS = $(SUBDIRS)
125 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
126 distdir = $(PACKAGE)-$(VERSION)
127 top_distdir = $(distdir)
128 am__remove_distdir = \
129   if test -d "$(distdir)"; then \
130     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
131       && rm -rf "$(distdir)" \
132       || { sleep 5 && rm -rf "$(distdir)"; }; \
133   else :; fi
134 am__post_remove_distdir = $(am__remove_distdir)
135 am__relativize = \
136   dir0=`pwd`; \
137   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
138   sed_rest='s,^[^/]*/*,,'; \
139   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
140   sed_butlast='s,/*[^/]*$$,,'; \
141   while test -n "$$dir1"; do \
142     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
143     if test "$$first" != "."; then \
144       if test "$$first" = ".."; then \
145         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
146         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
147       else \
148         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
149         if test "$$first2" = "$$first"; then \
150           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
151         else \
152           dir2="../$$dir2"; \
153         fi; \
154         dir0="$$dir0"/"$$first"; \
155       fi; \
156     fi; \
157     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
158   done; \
159   reldir="$$dir2"
160 DIST_ARCHIVES = $(distdir).tar.gz
161 GZIP_ENV = --best
162 DIST_TARGETS = dist-gzip
163 distuninstallcheck_listfiles = find . -type f -print
164 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
165   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
166 distcleancheck_listfiles = find . -type f -print
167 ACLOCAL = @ACLOCAL@
168 AMTAR = @AMTAR@
169 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
170 AR = @AR@
171 AUTOCONF = @AUTOCONF@
172 AUTOHEADER = @AUTOHEADER@
173 AUTOMAKE = @AUTOMAKE@
174 AWK = @AWK@
175 CC = @CC@
176 CCDEPMODE = @CCDEPMODE@
177 CFLAGS = @CFLAGS@
178 CPP = @CPP@
179 CPPFLAGS = @CPPFLAGS@
180 CYGPATH_W = @CYGPATH_W@
181 DEFS = @DEFS@
182 DEPDIR = @DEPDIR@
183 DLLTOOL = @DLLTOOL@
184 DSYMUTIL = @DSYMUTIL@
185 DUMPBIN = @DUMPBIN@
186 ECHO_C = @ECHO_C@
187 ECHO_N = @ECHO_N@
188 ECHO_T = @ECHO_T@
189 EGREP = @EGREP@
190 EXEEXT = @EXEEXT@
191 FGREP = @FGREP@
192 GREP = @GREP@
193 HAVE_PCRE = @HAVE_PCRE@
194 INSTALL = @INSTALL@
195 INSTALL_DATA = @INSTALL_DATA@
196 INSTALL_PROGRAM = @INSTALL_PROGRAM@
197 INSTALL_SCRIPT = @INSTALL_SCRIPT@
198 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
199 LD = @LD@
200 LDFLAGS = @LDFLAGS@
201 LIBOBJS = @LIBOBJS@
202 LIBS = @LIBS@
203 LIBTOOL = @LIBTOOL@
204 LIPO = @LIPO@
205 LN_S = @LN_S@
206 LTLIBOBJS = @LTLIBOBJS@
207 MAKEINFO = @MAKEINFO@
208 MANIFEST_TOOL = @MANIFEST_TOOL@
209 MKDIR_P = @MKDIR_P@
210 NM = @NM@
211 NMEDIT = @NMEDIT@
212 OBJDUMP = @OBJDUMP@
213 OBJEXT = @OBJEXT@
214 OTOOL = @OTOOL@
215 OTOOL64 = @OTOOL64@
216 PACKAGE = @PACKAGE@
217 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
218 PACKAGE_NAME = @PACKAGE_NAME@
219 PACKAGE_STRING = @PACKAGE_STRING@
220 PACKAGE_TARNAME = @PACKAGE_TARNAME@
221 PACKAGE_URL = @PACKAGE_URL@
222 PACKAGE_VERSION = @PACKAGE_VERSION@
223 PATH_SEPARATOR = @PATH_SEPARATOR@
224 PCRE_LIBS = @PCRE_LIBS@
225 RANLIB = @RANLIB@
226 SED = @SED@
227 SET_MAKE = @SET_MAKE@
228 SHELL = @SHELL@
229 STRIP = @STRIP@
230 VERSION = @VERSION@
231 abs_builddir = @abs_builddir@
232 abs_srcdir = @abs_srcdir@
233 abs_top_builddir = @abs_top_builddir@
234 abs_top_srcdir = @abs_top_srcdir@
235 ac_ct_AR = @ac_ct_AR@
236 ac_ct_CC = @ac_ct_CC@
237 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
238 am__include = @am__include@
239 am__leading_dot = @am__leading_dot@
240 am__quote = @am__quote@
241 am__tar = @am__tar@
242 am__untar = @am__untar@
243 bindir = @bindir@
244 build = @build@
245 build_alias = @build_alias@
246 build_cpu = @build_cpu@
247 build_os = @build_os@
248 build_vendor = @build_vendor@
249 builddir = @builddir@
250 datadir = @datadir@
251 datarootdir = @datarootdir@
252 docdir = @docdir@
253 dvidir = @dvidir@
254 exec_prefix = @exec_prefix@
255 host = @host@
256 host_alias = @host_alias@
257 host_cpu = @host_cpu@
258 host_os = @host_os@
259 host_vendor = @host_vendor@
260 htmldir = @htmldir@
261 includedir = @includedir@
262 infodir = @infodir@
263 install_sh = @install_sh@
264 libdir = @libdir@
265 libexecdir = @libexecdir@
266 localedir = @localedir@
267 localstatedir = @localstatedir@
268 mandir = @mandir@
269 mkdir_p = @mkdir_p@
270 oldincludedir = @oldincludedir@
271 pdfdir = @pdfdir@
272 prefix = @prefix@
273 program_transform_name = @program_transform_name@
274 psdir = @psdir@
275 sbindir = @sbindir@
276 sharedstatedir = @sharedstatedir@
277 srcdir = @srcdir@
278 sysconfdir = @sysconfdir@
279 target_alias = @target_alias@
280 top_build_prefix = @top_build_prefix@
281 top_builddir = @top_builddir@
282 top_srcdir = @top_srcdir@
283 ACLOCAL_AMFLAGS = -I m4
284 SUBDIRS = src tests doc
285 all: all-recursive
286
287 .SUFFIXES:
288 am--refresh: Makefile
289         @:
290 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
291         @for dep in $?; do \
292           case '$(am__configure_deps)' in \
293             *$$dep*) \
294               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
295               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
296                 && exit 0; \
297               exit 1;; \
298           esac; \
299         done; \
300         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
301         $(am__cd) $(top_srcdir) && \
302           $(AUTOMAKE) --foreign Makefile
303 .PRECIOUS: Makefile
304 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
305         @case '$?' in \
306           *config.status*) \
307             echo ' $(SHELL) ./config.status'; \
308             $(SHELL) ./config.status;; \
309           *) \
310             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
311             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
312         esac;
313
314 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
315         $(SHELL) ./config.status --recheck
316
317 $(top_srcdir)/configure:  $(am__configure_deps)
318         $(am__cd) $(srcdir) && $(AUTOCONF)
319 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
320         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
321 $(am__aclocal_m4_deps):
322
323 mostlyclean-libtool:
324         -rm -f *.lo
325
326 clean-libtool:
327         -rm -rf .libs _libs
328
329 distclean-libtool:
330         -rm -f libtool config.lt
331
332 # This directory's subdirectories are mostly independent; you can cd
333 # into them and run 'make' without going through this Makefile.
334 # To change the values of 'make' variables: instead of editing Makefiles,
335 # (1) if the variable is set in 'config.status', edit 'config.status'
336 #     (which will cause the Makefiles to be regenerated when you run 'make');
337 # (2) otherwise, pass the desired values on the 'make' command line.
338 $(am__recursive_targets):
339         @fail= failcom='exit 1'; \
340         for f in x $$MAKEFLAGS; do \
341           case $$f in \
342             *=* | --[!k]*);; \
343             *k*) failcom='fail=yes';; \
344           esac; \
345         done; \
346         dot_seen=no; \
347         target=`echo $@ | sed s/-recursive//`; \
348         case "$@" in \
349           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
350           *) list='$(SUBDIRS)' ;; \
351         esac; \
352         for subdir in $$list; do \
353           echo "Making $$target in $$subdir"; \
354           if test "$$subdir" = "."; then \
355             dot_seen=yes; \
356             local_target="$$target-am"; \
357           else \
358             local_target="$$target"; \
359           fi; \
360           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
361           || eval $$failcom; \
362         done; \
363         if test "$$dot_seen" = "no"; then \
364           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
365         fi; test -z "$$fail"
366
367 ID: $(am__tagged_files)
368         $(am__define_uniq_tagged_files); mkid -fID $$unique
369 tags: tags-recursive
370 TAGS: tags
371
372 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
373         set x; \
374         here=`pwd`; \
375         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
376           include_option=--etags-include; \
377           empty_fix=.; \
378         else \
379           include_option=--include; \
380           empty_fix=; \
381         fi; \
382         list='$(SUBDIRS)'; for subdir in $$list; do \
383           if test "$$subdir" = .; then :; else \
384             test ! -f $$subdir/TAGS || \
385               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
386           fi; \
387         done; \
388         $(am__define_uniq_tagged_files); \
389         shift; \
390         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
391           test -n "$$unique" || unique=$$empty_fix; \
392           if test $$# -gt 0; then \
393             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
394               "$$@" $$unique; \
395           else \
396             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397               $$unique; \
398           fi; \
399         fi
400 ctags: ctags-recursive
401
402 CTAGS: ctags
403 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
404         $(am__define_uniq_tagged_files); \
405         test -z "$(CTAGS_ARGS)$$unique" \
406           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
407              $$unique
408
409 GTAGS:
410         here=`$(am__cd) $(top_builddir) && pwd` \
411           && $(am__cd) $(top_srcdir) \
412           && gtags -i $(GTAGS_ARGS) "$$here"
413 cscope: cscope.files
414         test ! -s cscope.files \
415           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
416 clean-cscope:
417         -rm -f cscope.files
418 cscope.files: clean-cscope cscopelist
419 cscopelist: cscopelist-recursive
420
421 cscopelist-am: $(am__tagged_files)
422         list='$(am__tagged_files)'; \
423         case "$(srcdir)" in \
424           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
425           *) sdir=$(subdir)/$(srcdir) ;; \
426         esac; \
427         for i in $$list; do \
428           if test -f "$$i"; then \
429             echo "$(subdir)/$$i"; \
430           else \
431             echo "$$sdir/$$i"; \
432           fi; \
433         done >> $(top_builddir)/cscope.files
434
435 distclean-tags:
436         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
437         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
438
439 distdir: $(DISTFILES)
440         $(am__remove_distdir)
441         test -d "$(distdir)" || mkdir "$(distdir)"
442         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
443         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
444         list='$(DISTFILES)'; \
445           dist_files=`for file in $$list; do echo $$file; done | \
446           sed -e "s|^$$srcdirstrip/||;t" \
447               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
448         case $$dist_files in \
449           */*) $(MKDIR_P) `echo "$$dist_files" | \
450                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
451                            sort -u` ;; \
452         esac; \
453         for file in $$dist_files; do \
454           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
455           if test -d $$d/$$file; then \
456             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
457             if test -d "$(distdir)/$$file"; then \
458               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
459             fi; \
460             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
461               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
462               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
463             fi; \
464             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
465           else \
466             test -f "$(distdir)/$$file" \
467             || cp -p $$d/$$file "$(distdir)/$$file" \
468             || exit 1; \
469           fi; \
470         done
471         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
472           if test "$$subdir" = .; then :; else \
473             $(am__make_dryrun) \
474               || test -d "$(distdir)/$$subdir" \
475               || $(MKDIR_P) "$(distdir)/$$subdir" \
476               || exit 1; \
477             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
478             $(am__relativize); \
479             new_distdir=$$reldir; \
480             dir1=$$subdir; dir2="$(top_distdir)"; \
481             $(am__relativize); \
482             new_top_distdir=$$reldir; \
483             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
484             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
485             ($(am__cd) $$subdir && \
486               $(MAKE) $(AM_MAKEFLAGS) \
487                 top_distdir="$$new_top_distdir" \
488                 distdir="$$new_distdir" \
489                 am__remove_distdir=: \
490                 am__skip_length_check=: \
491                 am__skip_mode_fix=: \
492                 distdir) \
493               || exit 1; \
494           fi; \
495         done
496         -test -n "$(am__skip_mode_fix)" \
497         || find "$(distdir)" -type d ! -perm -755 \
498                 -exec chmod u+rwx,go+rx {} \; -o \
499           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
500           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
501           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
502         || chmod -R a+r "$(distdir)"
503 dist-gzip: distdir
504         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
505         $(am__post_remove_distdir)
506
507 dist-bzip2: distdir
508         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
509         $(am__post_remove_distdir)
510
511 dist-lzip: distdir
512         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
513         $(am__post_remove_distdir)
514
515 dist-xz: distdir
516         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
517         $(am__post_remove_distdir)
518
519 dist-tarZ: distdir
520         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
521         $(am__post_remove_distdir)
522
523 dist-shar: distdir
524         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
525         $(am__post_remove_distdir)
526
527 dist-zip: distdir
528         -rm -f $(distdir).zip
529         zip -rq $(distdir).zip $(distdir)
530         $(am__post_remove_distdir)
531
532 dist dist-all:
533         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
534         $(am__post_remove_distdir)
535
536 # This target untars the dist file and tries a VPATH configuration.  Then
537 # it guarantees that the distribution is self-contained by making another
538 # tarfile.
539 distcheck: dist
540         case '$(DIST_ARCHIVES)' in \
541         *.tar.gz*) \
542           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
543         *.tar.bz2*) \
544           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
545         *.tar.lz*) \
546           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
547         *.tar.xz*) \
548           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
549         *.tar.Z*) \
550           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
551         *.shar.gz*) \
552           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
553         *.zip*) \
554           unzip $(distdir).zip ;;\
555         esac
556         chmod -R a-w $(distdir)
557         chmod u+w $(distdir)
558         mkdir $(distdir)/_build $(distdir)/_inst
559         chmod a-w $(distdir)
560         test -d $(distdir)/_build || exit 0; \
561         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
562           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
563           && am__cwd=`pwd` \
564           && $(am__cd) $(distdir)/_build \
565           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
566             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
567             $(DISTCHECK_CONFIGURE_FLAGS) \
568           && $(MAKE) $(AM_MAKEFLAGS) \
569           && $(MAKE) $(AM_MAKEFLAGS) dvi \
570           && $(MAKE) $(AM_MAKEFLAGS) check \
571           && $(MAKE) $(AM_MAKEFLAGS) install \
572           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
573           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
574           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
575                 distuninstallcheck \
576           && chmod -R a-w "$$dc_install_base" \
577           && ({ \
578                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
579                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
580                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
581                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
582                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
583               } || { rm -rf "$$dc_destdir"; exit 1; }) \
584           && rm -rf "$$dc_destdir" \
585           && $(MAKE) $(AM_MAKEFLAGS) dist \
586           && rm -rf $(DIST_ARCHIVES) \
587           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
588           && cd "$$am__cwd" \
589           || exit 1
590         $(am__post_remove_distdir)
591         @(echo "$(distdir) archives ready for distribution: "; \
592           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
593           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
594 distuninstallcheck:
595         @test -n '$(distuninstallcheck_dir)' || { \
596           echo 'ERROR: trying to run $@ with an empty' \
597                '$$(distuninstallcheck_dir)' >&2; \
598           exit 1; \
599         }; \
600         $(am__cd) '$(distuninstallcheck_dir)' || { \
601           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
602           exit 1; \
603         }; \
604         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
605            || { echo "ERROR: files left after uninstall:" ; \
606                 if test -n "$(DESTDIR)"; then \
607                   echo "  (check DESTDIR support)"; \
608                 fi ; \
609                 $(distuninstallcheck_listfiles) ; \
610                 exit 1; } >&2
611 distcleancheck: distclean
612         @if test '$(srcdir)' = . ; then \
613           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
614           exit 1 ; \
615         fi
616         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
617           || { echo "ERROR: files left in build directory after distclean:" ; \
618                $(distcleancheck_listfiles) ; \
619                exit 1; } >&2
620 check-am: all-am
621 check: check-recursive
622 all-am: Makefile
623 installdirs: installdirs-recursive
624 installdirs-am:
625 install: install-recursive
626 install-exec: install-exec-recursive
627 install-data: install-data-recursive
628 uninstall: uninstall-recursive
629
630 install-am: all-am
631         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
632
633 installcheck: installcheck-recursive
634 install-strip:
635         if test -z '$(STRIP)'; then \
636           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
637             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
638               install; \
639         else \
640           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
641             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
642             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
643         fi
644 mostlyclean-generic:
645
646 clean-generic:
647
648 distclean-generic:
649         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
650         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
651
652 maintainer-clean-generic:
653         @echo "This command is intended for maintainers to use"
654         @echo "it deletes files that may require special tools to rebuild."
655 clean: clean-recursive
656
657 clean-am: clean-generic clean-libtool mostlyclean-am
658
659 distclean: distclean-recursive
660         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
661         -rm -f Makefile
662 distclean-am: clean-am distclean-generic distclean-libtool \
663         distclean-tags
664
665 dvi: dvi-recursive
666
667 dvi-am:
668
669 html: html-recursive
670
671 html-am:
672
673 info: info-recursive
674
675 info-am:
676
677 install-data-am:
678
679 install-dvi: install-dvi-recursive
680
681 install-dvi-am:
682
683 install-exec-am:
684
685 install-html: install-html-recursive
686
687 install-html-am:
688
689 install-info: install-info-recursive
690
691 install-info-am:
692
693 install-man:
694
695 install-pdf: install-pdf-recursive
696
697 install-pdf-am:
698
699 install-ps: install-ps-recursive
700
701 install-ps-am:
702
703 installcheck-am:
704
705 maintainer-clean: maintainer-clean-recursive
706         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
707         -rm -rf $(top_srcdir)/autom4te.cache
708         -rm -f Makefile
709 maintainer-clean-am: distclean-am maintainer-clean-generic
710
711 mostlyclean: mostlyclean-recursive
712
713 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
714
715 pdf: pdf-recursive
716
717 pdf-am:
718
719 ps: ps-recursive
720
721 ps-am:
722
723 uninstall-am:
724
725 .MAKE: $(am__recursive_targets) install-am install-strip
726
727 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
728         am--refresh check check-am clean clean-cscope clean-generic \
729         clean-libtool cscope cscopelist-am ctags ctags-am dist \
730         dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
731         dist-xz dist-zip distcheck distclean distclean-generic \
732         distclean-libtool distclean-tags distcleancheck distdir \
733         distuninstallcheck dvi dvi-am html html-am info info-am \
734         install install-am install-data install-data-am install-dvi \
735         install-dvi-am install-exec install-exec-am install-html \
736         install-html-am install-info install-info-am install-man \
737         install-pdf install-pdf-am install-ps install-ps-am \
738         install-strip installcheck installcheck-am installdirs \
739         installdirs-am maintainer-clean maintainer-clean-generic \
740         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
741         ps ps-am tags tags-am uninstall uninstall-am
742
743
744 # Tell versions [3.59,3.63) of GNU make to not export all variables.
745 # Otherwise a system limit (for SysV at least) may be exceeded.
746 .NOEXPORT: