root/source/Makefile

Revision 159, 22.2 kB (checked in by mercyful, 19 months ago)

Small fix on INI Files.
Tested 64 Bit working now too.

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