source: branches/profile/GDE/PHYML20130708/phyml/Makefile.in

Last change on this file was 10307, checked in by aboeckma, 11 years ago

added most recent version of phyml

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