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