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