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