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