tidied up last issues
[The-Artvertiser.git] / Makefile_BUP
blob859487482b2d140f4c6388b790ce3508a4c59645
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # Makefile.  Generated from Makefile.in by configure.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
17 pkgdatadir = $(datadir)/bazar
18 pkglibdir = $(libdir)/bazar
19 pkgincludedir = $(includedir)/bazar
20 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21 install_sh_DATA = $(install_sh) -c -m 644
22 install_sh_PROGRAM = $(install_sh) -c
23 install_sh_SCRIPT = $(install_sh) -c
24 INSTALL_HEADER = $(INSTALL_DATA)
25 transform = $(program_transform_name)
26 NORMAL_INSTALL = :
27 PRE_INSTALL = :
28 POST_INSTALL = :
29 NORMAL_UNINSTALL = :
30 PRE_UNINSTALL = :
31 POST_UNINSTALL = :
32 build_triplet = i686-pc-linux-gnu
33 host_triplet = i686-pc-linux-gnu
34 subdir = .
35 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
36         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
37         $(top_srcdir)/configure AUTHORS COPYING config.guess \
38         config.sub depcomp install-sh missing
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
41         $(top_srcdir)/configure.ac
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43         $(ACLOCAL_M4)
44 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
45  configure.lineno config.status.lineno
46 mkinstalldirs = $(install_sh) -d
47 CONFIG_HEADER = config.h
48 CONFIG_CLEAN_FILES =
49 SOURCES =
50 DIST_SOURCES =
51 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
52         html-recursive info-recursive install-data-recursive \
53         install-dvi-recursive install-exec-recursive \
54         install-html-recursive install-info-recursive \
55         install-pdf-recursive install-ps-recursive install-recursive \
56         installcheck-recursive installdirs-recursive pdf-recursive \
57         ps-recursive uninstall-recursive
58 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
59   distclean-recursive maintainer-clean-recursive
60 ETAGS = etags
61 CTAGS = ctags
62 DIST_SUBDIRS = $(SUBDIRS)
63 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
64 distdir = $(PACKAGE)-$(VERSION)
65 top_distdir = $(distdir)
66 am__remove_distdir = \
67   { test ! -d $(distdir) \
68     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
69          && rm -fr $(distdir); }; }
70 DIST_ARCHIVES = $(distdir).tar.gz
71 GZIP_ENV = --best
72 distuninstallcheck_listfiles = find . -type f -print
73 distcleancheck_listfiles = find . -type f -print
74 ACLOCAL = ${SHELL} /home/julian/devel/The-Artvertiser/missing --run aclocal-1.10
75 AMTAR = ${SHELL} /home/julian/devel/The-Artvertiser/missing --run tar
76 AUTOCONF = ${SHELL} /home/julian/devel/The-Artvertiser/missing --run autoconf
77 AUTOHEADER = ${SHELL} /home/julian/devel/The-Artvertiser/missing --run autoheader
78 AUTOMAKE = ${SHELL} /home/julian/devel/The-Artvertiser/missing --run automake-1.10
79 AWK = mawk
80 CC = gcc
81 CCDEPMODE = depmode=gcc3
82 CFLAGS = -g -O2
83 CPP = gcc -E
84 CPPFLAGS = -IFTGL -IGL -Iglut -I/usr/include/freetype2 
85 CXX = g++
86 CXXDEPMODE = depmode=gcc3
87 CXXFLAGS = -g -O2
88 CYGPATH_W = echo
89 DEFS = -DHAVE_CONFIG_H
90 DEPDIR = .deps
91 ECHO_C = 
92 ECHO_N = -n
93 ECHO_T = 
94 EGREP = /bin/grep -E
95 EXEEXT = 
96 GLEW_LIBS = -lGLEW -lGL  -lm
97 GLUT_CFLAGS = -pthread
98 GLUT_LIBS = -lglut  -lSM -lICE -lXmu -lXi  -lGLU -lGL  -lm
99 GLU_CFLAGS = -pthread
100 GLU_LIBS = -lGLU -lGL  -lm
101 GL_CFLAGS = -pthread
102 GL_LIBS = -lGL  -lm
103 GREP = /bin/grep
104 INSTALL = /usr/bin/install -c
105 INSTALL_DATA = ${INSTALL} -m 644
106 INSTALL_PROGRAM = ${INSTALL}
107 INSTALL_SCRIPT = ${INSTALL}
108 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
109 LDFLAGS = 
110 LIBOBJS = 
111 LIBS = -lGL -lglut -lftgl 
112 LTLIBOBJS = 
113 MAKEINFO = ${SHELL} /home/julian/devel/The-Artvertiser/missing --run makeinfo
114 MKDIR_P = /bin/mkdir -p
115 OBJEXT = o
116 OPENCV_CFLAGS = -I/usr/local/include/opencv  
117 OPENCV_LIBS = -L/usr/local/lib -lcxcore -lcv -lhighgui -lcvaux -lml  
118 PACKAGE = bazar
119 PACKAGE_BUGREPORT = julien.pilet@epfl.ch
120 PACKAGE_NAME = bazar
121 PACKAGE_STRING = bazar 1.3.1
122 PACKAGE_TARNAME = bazar
123 PACKAGE_VERSION = 1.3.1
124 PATH_SEPARATOR = :
125 PKG_CONFIG = /usr/bin/pkg-config
126 PTHREAD_CC = gcc
127 PTHREAD_CFLAGS = -pthread
128 PTHREAD_LIBS = 
129 RANLIB = ranlib
130 SET_MAKE = 
131 SHELL = /bin/sh
132 STRIP = 
133 VERSION = 1.3.1
134 XMKMF = 
135 X_CFLAGS = 
136 X_EXTRA_LIBS = 
137 X_LIBS = 
138 X_PRE_LIBS =  -lSM -lICE
139 abs_builddir = /home/julian/devel/The-Artvertiser
140 abs_srcdir = /home/julian/devel/The-Artvertiser
141 abs_top_builddir = /home/julian/devel/The-Artvertiser
142 abs_top_srcdir = /home/julian/devel/The-Artvertiser
143 ac_ct_CC = gcc
144 ac_ct_CXX = g++
145 acx_pthread_config = 
146 am__include = include
147 am__leading_dot = .
148 am__quote = 
149 am__tar = ${AMTAR} chof - "$$tardir"
150 am__untar = ${AMTAR} xf -
151 bindir = ${exec_prefix}/bin
152 build = i686-pc-linux-gnu
153 build_alias = 
154 build_cpu = i686
155 build_os = linux-gnu
156 build_vendor = pc
157 builddir = .
158 datadir = ${datarootdir}
159 datarootdir = ${prefix}/share
160 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
161 dvidir = ${docdir}
162 exec_prefix = ${prefix}
163 host = i686-pc-linux-gnu
164 host_alias = 
165 host_cpu = i686
166 host_os = linux-gnu
167 host_vendor = pc
168 htmldir = ${docdir}
169 includedir = ${prefix}/include
170 infodir = ${datarootdir}/info
171 install_sh = $(SHELL) /home/julian/devel/The-Artvertiser/install-sh
172 libdir = ${exec_prefix}/lib
173 libexecdir = ${exec_prefix}/libexec
174 localedir = ${datarootdir}/locale
175 localstatedir = ${prefix}/var
176 mandir = ${datarootdir}/man
177 mkdir_p = /bin/mkdir -p
178 oldincludedir = /usr/include
179 pdfdir = ${docdir}
180 prefix = /usr/local
181 program_transform_name = s,x,x,
182 psdir = ${docdir}
183 sbindir = ${exec_prefix}/sbin
184 sharedstatedir = ${prefix}/com
185 srcdir = .
186 sysconfdir = ${prefix}/etc
187 target_alias = 
188 top_builddir = .
189 top_srcdir = .
190 SUBDIRS = starter garfeild doc artvertiser 
191 EXTRA_DIST = autogen.sh
192 all: config.h
193         $(MAKE) $(AM_MAKEFLAGS) all-recursive
195 .SUFFIXES:
196 am--refresh:
197         @:
198 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
199         @for dep in $?; do \
200           case '$(am__configure_deps)' in \
201             *$$dep*) \
202               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
203               cd $(srcdir) && $(AUTOMAKE) --foreign  \
204                 && exit 0; \
205               exit 1;; \
206           esac; \
207         done; \
208         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
209         cd $(top_srcdir) && \
210           $(AUTOMAKE) --foreign  Makefile
211 .PRECIOUS: Makefile
212 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
213         @case '$?' in \
214           *config.status*) \
215             echo ' $(SHELL) ./config.status'; \
216             $(SHELL) ./config.status;; \
217           *) \
218             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
219             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
220         esac;
222 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
223         $(SHELL) ./config.status --recheck
225 $(top_srcdir)/configure:  $(am__configure_deps)
226         cd $(srcdir) && $(AUTOCONF)
227 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
228         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
230 config.h: stamp-h1
231         @if test ! -f $@; then \
232           rm -f stamp-h1; \
233           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
234         else :; fi
236 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
237         @rm -f stamp-h1
238         cd $(top_builddir) && $(SHELL) ./config.status config.h
239 $(srcdir)/config.h.in:  $(am__configure_deps) 
240         cd $(top_srcdir) && $(AUTOHEADER)
241         rm -f stamp-h1
242         touch $@
244 distclean-hdr:
245         -rm -f config.h stamp-h1
247 # This directory's subdirectories are mostly independent; you can cd
248 # into them and run `make' without going through this Makefile.
249 # To change the values of `make' variables: instead of editing Makefiles,
250 # (1) if the variable is set in `config.status', edit `config.status'
251 #     (which will cause the Makefiles to be regenerated when you run `make');
252 # (2) otherwise, pass the desired values on the `make' command line.
253 $(RECURSIVE_TARGETS):
254         @failcom='exit 1'; \
255         for f in x $$MAKEFLAGS; do \
256           case $$f in \
257             *=* | --[!k]*);; \
258             *k*) failcom='fail=yes';; \
259           esac; \
260         done; \
261         dot_seen=no; \
262         target=`echo $@ | sed s/-recursive//`; \
263         list='$(SUBDIRS)'; for subdir in $$list; do \
264           echo "Making $$target in $$subdir"; \
265           if test "$$subdir" = "."; then \
266             dot_seen=yes; \
267             local_target="$$target-am"; \
268           else \
269             local_target="$$target"; \
270           fi; \
271           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
272           || eval $$failcom; \
273         done; \
274         if test "$$dot_seen" = "no"; then \
275           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
276         fi; test -z "$$fail"
278 $(RECURSIVE_CLEAN_TARGETS):
279         @failcom='exit 1'; \
280         for f in x $$MAKEFLAGS; do \
281           case $$f in \
282             *=* | --[!k]*);; \
283             *k*) failcom='fail=yes';; \
284           esac; \
285         done; \
286         dot_seen=no; \
287         case "$@" in \
288           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
289           *) list='$(SUBDIRS)' ;; \
290         esac; \
291         rev=''; for subdir in $$list; do \
292           if test "$$subdir" = "."; then :; else \
293             rev="$$subdir $$rev"; \
294           fi; \
295         done; \
296         rev="$$rev ."; \
297         target=`echo $@ | sed s/-recursive//`; \
298         for subdir in $$rev; do \
299           echo "Making $$target in $$subdir"; \
300           if test "$$subdir" = "."; then \
301             local_target="$$target-am"; \
302           else \
303             local_target="$$target"; \
304           fi; \
305           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
306           || eval $$failcom; \
307         done && test -z "$$fail"
308 tags-recursive:
309         list='$(SUBDIRS)'; for subdir in $$list; do \
310           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
311         done
312 ctags-recursive:
313         list='$(SUBDIRS)'; for subdir in $$list; do \
314           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
315         done
317 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
318         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
319         unique=`for i in $$list; do \
320             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
321           done | \
322           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
323               END { if (nonempty) { for (i in files) print i; }; }'`; \
324         mkid -fID $$unique
325 tags: TAGS
327 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
328                 $(TAGS_FILES) $(LISP)
329         tags=; \
330         here=`pwd`; \
331         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
332           include_option=--etags-include; \
333           empty_fix=.; \
334         else \
335           include_option=--include; \
336           empty_fix=; \
337         fi; \
338         list='$(SUBDIRS)'; for subdir in $$list; do \
339           if test "$$subdir" = .; then :; else \
340             test ! -f $$subdir/TAGS || \
341               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
342           fi; \
343         done; \
344         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
345         unique=`for i in $$list; do \
346             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
347           done | \
348           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
349               END { if (nonempty) { for (i in files) print i; }; }'`; \
350         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
351           test -n "$$unique" || unique=$$empty_fix; \
352           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
353             $$tags $$unique; \
354         fi
355 ctags: CTAGS
356 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
357                 $(TAGS_FILES) $(LISP)
358         tags=; \
359         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
360         unique=`for i in $$list; do \
361             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
362           done | \
363           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
364               END { if (nonempty) { for (i in files) print i; }; }'`; \
365         test -z "$(CTAGS_ARGS)$$tags$$unique" \
366           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
367              $$tags $$unique
369 GTAGS:
370         here=`$(am__cd) $(top_builddir) && pwd` \
371           && cd $(top_srcdir) \
372           && gtags -i $(GTAGS_ARGS) $$here
374 distclean-tags:
375         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
377 distdir: $(DISTFILES)
378         $(am__remove_distdir)
379         test -d $(distdir) || mkdir $(distdir)
380         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
381         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
382         list='$(DISTFILES)'; \
383           dist_files=`for file in $$list; do echo $$file; done | \
384           sed -e "s|^$$srcdirstrip/||;t" \
385               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
386         case $$dist_files in \
387           */*) $(MKDIR_P) `echo "$$dist_files" | \
388                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
389                            sort -u` ;; \
390         esac; \
391         for file in $$dist_files; do \
392           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
393           if test -d $$d/$$file; then \
394             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
395             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
396               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
397             fi; \
398             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
399           else \
400             test -f $(distdir)/$$file \
401             || cp -p $$d/$$file $(distdir)/$$file \
402             || exit 1; \
403           fi; \
404         done
405         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
406           if test "$$subdir" = .; then :; else \
407             test -d "$(distdir)/$$subdir" \
408             || $(MKDIR_P) "$(distdir)/$$subdir" \
409             || exit 1; \
410             distdir=`$(am__cd) $(distdir) && pwd`; \
411             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
412             (cd $$subdir && \
413               $(MAKE) $(AM_MAKEFLAGS) \
414                 top_distdir="$$top_distdir" \
415                 distdir="$$distdir/$$subdir" \
416                 am__remove_distdir=: \
417                 am__skip_length_check=: \
418                 distdir) \
419               || exit 1; \
420           fi; \
421         done
422         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
423           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
424           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
425           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
426         || chmod -R a+r $(distdir)
427 dist-gzip: distdir
428         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
429         $(am__remove_distdir)
431 dist-bzip2: distdir
432         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
433         $(am__remove_distdir)
435 dist-lzma: distdir
436         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
437         $(am__remove_distdir)
439 dist-tarZ: distdir
440         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
441         $(am__remove_distdir)
443 dist-shar: distdir
444         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
445         $(am__remove_distdir)
447 dist-zip: distdir
448         -rm -f $(distdir).zip
449         zip -rq $(distdir).zip $(distdir)
450         $(am__remove_distdir)
452 dist dist-all: distdir
453         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
454         $(am__remove_distdir)
456 # This target untars the dist file and tries a VPATH configuration.  Then
457 # it guarantees that the distribution is self-contained by making another
458 # tarfile.
459 distcheck: dist
460         case '$(DIST_ARCHIVES)' in \
461         *.tar.gz*) \
462           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
463         *.tar.bz2*) \
464           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
465         *.tar.lzma*) \
466           unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
467         *.tar.Z*) \
468           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
469         *.shar.gz*) \
470           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
471         *.zip*) \
472           unzip $(distdir).zip ;;\
473         esac
474         chmod -R a-w $(distdir); chmod a+w $(distdir)
475         mkdir $(distdir)/_build
476         mkdir $(distdir)/_inst
477         chmod a-w $(distdir)
478         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
479           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
480           && cd $(distdir)/_build \
481           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
482             $(DISTCHECK_CONFIGURE_FLAGS) \
483           && $(MAKE) $(AM_MAKEFLAGS) \
484           && $(MAKE) $(AM_MAKEFLAGS) dvi \
485           && $(MAKE) $(AM_MAKEFLAGS) check \
486           && $(MAKE) $(AM_MAKEFLAGS) install \
487           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
488           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
489           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
490                 distuninstallcheck \
491           && chmod -R a-w "$$dc_install_base" \
492           && ({ \
493                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
494                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
495                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
496                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
497                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
498               } || { rm -rf "$$dc_destdir"; exit 1; }) \
499           && rm -rf "$$dc_destdir" \
500           && $(MAKE) $(AM_MAKEFLAGS) dist \
501           && rm -rf $(DIST_ARCHIVES) \
502           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
503         $(am__remove_distdir)
504         @(echo "$(distdir) archives ready for distribution: "; \
505           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
506           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
507 distuninstallcheck:
508         @cd $(distuninstallcheck_dir) \
509         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
510            || { echo "ERROR: files left after uninstall:" ; \
511                 if test -n "$(DESTDIR)"; then \
512                   echo "  (check DESTDIR support)"; \
513                 fi ; \
514                 $(distuninstallcheck_listfiles) ; \
515                 exit 1; } >&2
516 distcleancheck: distclean
517         @if test '$(srcdir)' = . ; then \
518           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
519           exit 1 ; \
520         fi
521         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
522           || { echo "ERROR: files left in build directory after distclean:" ; \
523                $(distcleancheck_listfiles) ; \
524                exit 1; } >&2
525 check-am: all-am
526 check: check-recursive
527 all-am: Makefile config.h
528 installdirs: installdirs-recursive
529 installdirs-am:
530 install: install-recursive
531 install-exec: install-exec-recursive
532 install-data: install-data-recursive
533 uninstall: uninstall-recursive
535 install-am: all-am
536         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
538 installcheck: installcheck-recursive
539 install-strip:
540         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
541           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
542           `test -z '$(STRIP)' || \
543             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
544 mostlyclean-generic:
546 clean-generic:
548 distclean-generic:
549         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
551 maintainer-clean-generic:
552         @echo "This command is intended for maintainers to use"
553         @echo "it deletes files that may require special tools to rebuild."
554 clean: clean-recursive
556 clean-am: clean-generic mostlyclean-am
558 distclean: distclean-recursive
559         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
560         -rm -f Makefile
561 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
563 dvi: dvi-recursive
565 dvi-am:
567 html: html-recursive
569 info: info-recursive
571 info-am:
573 install-data-am:
575 install-dvi: install-dvi-recursive
577 install-exec-am:
579 install-html: install-html-recursive
581 install-info: install-info-recursive
583 install-man:
585 install-pdf: install-pdf-recursive
587 install-ps: install-ps-recursive
589 installcheck-am:
591 maintainer-clean: maintainer-clean-recursive
592         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
593         -rm -rf $(top_srcdir)/autom4te.cache
594         -rm -f Makefile
595 maintainer-clean-am: distclean-am maintainer-clean-generic
597 mostlyclean: mostlyclean-recursive
599 mostlyclean-am: mostlyclean-generic
601 pdf: pdf-recursive
603 pdf-am:
605 ps: ps-recursive
607 ps-am:
609 uninstall-am:
611 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
612         install-strip
614 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
615         all all-am am--refresh check check-am clean clean-generic \
616         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
617         dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
618         distclean-generic distclean-hdr distclean-tags distcleancheck \
619         distdir distuninstallcheck dvi dvi-am html html-am info \
620         info-am install install-am install-data install-data-am \
621         install-dvi install-dvi-am install-exec install-exec-am \
622         install-html install-html-am install-info install-info-am \
623         install-man install-pdf install-pdf-am install-ps \
624         install-ps-am install-strip installcheck installcheck-am \
625         installdirs installdirs-am maintainer-clean \
626         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
627         pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
629 # Tell versions [3.59,3.63) of GNU make to not export all variables.
630 # Otherwise a system limit (for SysV at least) may be exceeded.
631 .NOEXPORT: