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