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