dnsmasq: stay close as possible to master branch
[tomato.git] / release / src-rt-6.x.4708 / router / nano / Makefile.in
blob72a0c80d9f4d493ec0125e2816e70e84d0c5f74e
1 # Makefile.in generated by automake 1.11.1 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 target_triplet = @target@
37 subdir = .
38 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40 $(srcdir)/nano.spec.in $(top_srcdir)/configure ABOUT-NLS \
41 AUTHORS COPYING COPYING.DOC ChangeLog INSTALL NEWS THANKS TODO \
42 config.guess config.rpath config.sub depcomp install-sh \
43 missing mkinstalldirs
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
46 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glib-2.0.m4 \
47 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/isc-posix.m4 \
48 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
49 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/progtest.m4 \
50 $(top_srcdir)/configure.ac
51 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52 $(ACLOCAL_M4)
53 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
54 configure.lineno config.status.lineno
55 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
56 CONFIG_HEADER = config.h
57 CONFIG_CLEAN_FILES = nano.spec
58 CONFIG_CLEAN_VPATH_FILES =
59 depcomp =
60 am__depfiles_maybe =
61 SOURCES =
62 DIST_SOURCES =
63 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
64 html-recursive info-recursive install-data-recursive \
65 install-dvi-recursive install-exec-recursive \
66 install-html-recursive install-info-recursive \
67 install-pdf-recursive install-ps-recursive install-recursive \
68 installcheck-recursive installdirs-recursive pdf-recursive \
69 ps-recursive uninstall-recursive
70 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
71 distclean-recursive maintainer-clean-recursive
72 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
73 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
74 distdir dist dist-all distcheck
75 ETAGS = etags
76 CTAGS = ctags
77 DIST_SUBDIRS = $(SUBDIRS)
78 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79 distdir = $(PACKAGE)-$(VERSION)
80 top_distdir = $(distdir)
81 am__remove_distdir = \
82 { test ! -d "$(distdir)" \
83 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
84 && rm -fr "$(distdir)"; }; }
85 am__relativize = \
86 dir0=`pwd`; \
87 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
88 sed_rest='s,^[^/]*/*,,'; \
89 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
90 sed_butlast='s,/*[^/]*$$,,'; \
91 while test -n "$$dir1"; do \
92 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
93 if test "$$first" != "."; then \
94 if test "$$first" = ".."; then \
95 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
96 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
97 else \
98 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
99 if test "$$first2" = "$$first"; then \
100 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
101 else \
102 dir2="../$$dir2"; \
103 fi; \
104 dir0="$$dir0"/"$$first"; \
105 fi; \
106 fi; \
107 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
108 done; \
109 reldir="$$dir2"
110 DIST_ARCHIVES = $(distdir).tar.gz
111 GZIP_ENV = --best
112 distuninstallcheck_listfiles = find . -type f -print
113 distcleancheck_listfiles = find . -type f -print
114 ACLOCAL = @ACLOCAL@
115 AMTAR = @AMTAR@
116 AUTOCONF = @AUTOCONF@
117 AUTOHEADER = @AUTOHEADER@
118 AUTOMAKE = @AUTOMAKE@
119 AWK = @AWK@
120 CC = @CC@
121 CCDEPMODE = @CCDEPMODE@
122 CFLAGS = @CFLAGS@
123 CPP = @CPP@
124 CPPFLAGS = @CPPFLAGS@
125 CURSES_LIB = @CURSES_LIB@
126 CYGPATH_W = @CYGPATH_W@
127 DEFS = @DEFS@
128 DEPDIR = @DEPDIR@
129 ECHO_C = @ECHO_C@
130 ECHO_N = @ECHO_N@
131 ECHO_T = @ECHO_T@
132 EGREP = @EGREP@
133 EXEEXT = @EXEEXT@
134 GLIB_CFLAGS = @GLIB_CFLAGS@
135 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
136 GLIB_LIBS = @GLIB_LIBS@
137 GLIB_MKENUMS = @GLIB_MKENUMS@
138 GMSGFMT = @GMSGFMT@
139 GOBJECT_QUERY = @GOBJECT_QUERY@
140 GREP = @GREP@
141 INSTALL = @INSTALL@
142 INSTALL_DATA = @INSTALL_DATA@
143 INSTALL_PROGRAM = @INSTALL_PROGRAM@
144 INSTALL_SCRIPT = @INSTALL_SCRIPT@
145 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
146 INTLLIBS = @INTLLIBS@
147 LDFLAGS = @LDFLAGS@
148 LIBICONV = @LIBICONV@
149 LIBINTL = @LIBINTL@
150 LIBOBJS = @LIBOBJS@
151 LIBS = @LIBS@
152 LN_S = @LN_S@
153 LTLIBICONV = @LTLIBICONV@
154 LTLIBINTL = @LTLIBINTL@
155 LTLIBOBJS = @LTLIBOBJS@
156 MAKEINFO = @MAKEINFO@
157 MKDIR_P = @MKDIR_P@
158 MKINSTALLDIRS = @MKINSTALLDIRS@
159 MSGFMT = @MSGFMT@
160 MSGMERGE = @MSGMERGE@
161 OBJEXT = @OBJEXT@
162 PACKAGE = @PACKAGE@
163 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
164 PACKAGE_NAME = @PACKAGE_NAME@
165 PACKAGE_STRING = @PACKAGE_STRING@
166 PACKAGE_TARNAME = @PACKAGE_TARNAME@
167 PACKAGE_URL = @PACKAGE_URL@
168 PACKAGE_VERSION = @PACKAGE_VERSION@
169 PATH_SEPARATOR = @PATH_SEPARATOR@
170 PKGDATADIR = @PKGDATADIR@
171 PKG_CONFIG = @PKG_CONFIG@
172 POSUB = @POSUB@
173 SET_MAKE = @SET_MAKE@
174 SHELL = @SHELL@
175 STRIP = @STRIP@
176 USE_NLS = @USE_NLS@
177 VERSION = @VERSION@
178 XGETTEXT = @XGETTEXT@
179 abs_builddir = @abs_builddir@
180 abs_srcdir = @abs_srcdir@
181 abs_top_builddir = @abs_top_builddir@
182 abs_top_srcdir = @abs_top_srcdir@
183 ac_ct_CC = @ac_ct_CC@
184 am__include = @am__include@
185 am__leading_dot = @am__leading_dot@
186 am__quote = @am__quote@
187 am__tar = @am__tar@
188 am__untar = @am__untar@
189 bindir = @bindir@
190 build = @build@
191 build_alias = @build_alias@
192 build_cpu = @build_cpu@
193 build_os = @build_os@
194 build_vendor = @build_vendor@
195 builddir = @builddir@
196 datadir = @datadir@
197 datarootdir = @datarootdir@
198 docdir = @docdir@
199 dvidir = @dvidir@
200 exec_prefix = @exec_prefix@
201 host = @host@
202 host_alias = @host_alias@
203 host_cpu = @host_cpu@
204 host_os = @host_os@
205 host_vendor = @host_vendor@
206 htmldir = @htmldir@
207 includedir = @includedir@
208 infodir = @infodir@
209 install_sh = @install_sh@
210 libdir = @libdir@
211 libexecdir = @libexecdir@
212 localedir = @localedir@
213 localstatedir = @localstatedir@
214 mandir = @mandir@
215 mkdir_p = @mkdir_p@
216 oldincludedir = @oldincludedir@
217 pdfdir = @pdfdir@
218 prefix = @prefix@
219 program_transform_name = @program_transform_name@
220 psdir = @psdir@
221 sbindir = @sbindir@
222 sharedstatedir = @sharedstatedir@
223 srcdir = @srcdir@
224 sysconfdir = @sysconfdir@
225 target = @target@
226 target_alias = @target_alias@
227 target_cpu = @target_cpu@
228 target_os = @target_os@
229 target_vendor = @target_vendor@
230 top_build_prefix = @top_build_prefix@
231 top_builddir = @top_builddir@
232 top_srcdir = @top_srcdir@
233 AUTOMAKE_OPTIONS = gnu no-dependencies
234 SUBDIRS = m4 po src
235 EXTRA_DIST = ABOUT-NLS AUTHORS BUGS COPYING COPYING.DOC ChangeLog \
236 ChangeLog.pre-2.1 INSTALL NEWS README README.SVN \
237 THANKS TODO UPGRADE config.rpath install-sh missing \
238 mkinstalldirs nano.spec
240 ACLOCAL_AMFLAGS = -I m4
241 all: config.h
242 $(MAKE) $(AM_MAKEFLAGS) all-recursive
244 .SUFFIXES:
245 am--refresh:
247 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
248 @for dep in $?; do \
249 case '$(am__configure_deps)' in \
250 *$$dep*) \
251 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
252 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
253 && exit 0; \
254 exit 1;; \
255 esac; \
256 done; \
257 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
258 $(am__cd) $(top_srcdir) && \
259 $(AUTOMAKE) --gnu Makefile
260 .PRECIOUS: Makefile
261 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
262 @case '$?' in \
263 *config.status*) \
264 echo ' $(SHELL) ./config.status'; \
265 $(SHELL) ./config.status;; \
266 *) \
267 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
268 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
269 esac;
271 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
272 $(SHELL) ./config.status --recheck
274 $(top_srcdir)/configure: $(am__configure_deps)
275 $(am__cd) $(srcdir) && $(AUTOCONF)
276 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
277 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
278 $(am__aclocal_m4_deps):
280 config.h: stamp-h1
281 @if test ! -f $@; then \
282 rm -f stamp-h1; \
283 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
284 else :; fi
286 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
287 @rm -f stamp-h1
288 cd $(top_builddir) && $(SHELL) ./config.status config.h
289 $(srcdir)/config.h.in: $(am__configure_deps)
290 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
291 rm -f stamp-h1
292 touch $@
294 distclean-hdr:
295 -rm -f config.h stamp-h1
296 nano.spec: $(top_builddir)/config.status $(srcdir)/nano.spec.in
297 cd $(top_builddir) && $(SHELL) ./config.status $@
299 # This directory's subdirectories are mostly independent; you can cd
300 # into them and run `make' without going through this Makefile.
301 # To change the values of `make' variables: instead of editing Makefiles,
302 # (1) if the variable is set in `config.status', edit `config.status'
303 # (which will cause the Makefiles to be regenerated when you run `make');
304 # (2) otherwise, pass the desired values on the `make' command line.
305 $(RECURSIVE_TARGETS):
306 @fail= failcom='exit 1'; \
307 for f in x $$MAKEFLAGS; do \
308 case $$f in \
309 *=* | --[!k]*);; \
310 *k*) failcom='fail=yes';; \
311 esac; \
312 done; \
313 dot_seen=no; \
314 target=`echo $@ | sed s/-recursive//`; \
315 list='$(SUBDIRS)'; for subdir in $$list; do \
316 echo "Making $$target in $$subdir"; \
317 if test "$$subdir" = "."; then \
318 dot_seen=yes; \
319 local_target="$$target-am"; \
320 else \
321 local_target="$$target"; \
322 fi; \
323 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
324 || eval $$failcom; \
325 done; \
326 if test "$$dot_seen" = "no"; then \
327 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
328 fi; test -z "$$fail"
330 $(RECURSIVE_CLEAN_TARGETS):
331 @fail= failcom='exit 1'; \
332 for f in x $$MAKEFLAGS; do \
333 case $$f in \
334 *=* | --[!k]*);; \
335 *k*) failcom='fail=yes';; \
336 esac; \
337 done; \
338 dot_seen=no; \
339 case "$@" in \
340 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
341 *) list='$(SUBDIRS)' ;; \
342 esac; \
343 rev=''; for subdir in $$list; do \
344 if test "$$subdir" = "."; then :; else \
345 rev="$$subdir $$rev"; \
346 fi; \
347 done; \
348 rev="$$rev ."; \
349 target=`echo $@ | sed s/-recursive//`; \
350 for subdir in $$rev; do \
351 echo "Making $$target in $$subdir"; \
352 if test "$$subdir" = "."; then \
353 local_target="$$target-am"; \
354 else \
355 local_target="$$target"; \
356 fi; \
357 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
358 || eval $$failcom; \
359 done && test -z "$$fail"
360 tags-recursive:
361 list='$(SUBDIRS)'; for subdir in $$list; do \
362 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
363 done
364 ctags-recursive:
365 list='$(SUBDIRS)'; for subdir in $$list; do \
366 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
367 done
369 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
370 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
371 unique=`for i in $$list; do \
372 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373 done | \
374 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
375 END { if (nonempty) { for (i in files) print i; }; }'`; \
376 mkid -fID $$unique
377 tags: TAGS
379 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
380 $(TAGS_FILES) $(LISP)
381 set x; \
382 here=`pwd`; \
383 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
384 include_option=--etags-include; \
385 empty_fix=.; \
386 else \
387 include_option=--include; \
388 empty_fix=; \
389 fi; \
390 list='$(SUBDIRS)'; for subdir in $$list; do \
391 if test "$$subdir" = .; then :; else \
392 test ! -f $$subdir/TAGS || \
393 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
394 fi; \
395 done; \
396 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
397 unique=`for i in $$list; do \
398 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
399 done | \
400 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
401 END { if (nonempty) { for (i in files) print i; }; }'`; \
402 shift; \
403 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
404 test -n "$$unique" || unique=$$empty_fix; \
405 if test $$# -gt 0; then \
406 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
407 "$$@" $$unique; \
408 else \
409 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
410 $$unique; \
411 fi; \
413 ctags: CTAGS
414 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
415 $(TAGS_FILES) $(LISP)
416 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
417 unique=`for i in $$list; do \
418 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
419 done | \
420 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
421 END { if (nonempty) { for (i in files) print i; }; }'`; \
422 test -z "$(CTAGS_ARGS)$$unique" \
423 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
424 $$unique
426 GTAGS:
427 here=`$(am__cd) $(top_builddir) && pwd` \
428 && $(am__cd) $(top_srcdir) \
429 && gtags -i $(GTAGS_ARGS) "$$here"
431 distclean-tags:
432 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
434 distdir: $(DISTFILES)
435 $(am__remove_distdir)
436 test -d "$(distdir)" || mkdir "$(distdir)"
437 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
438 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
439 list='$(DISTFILES)'; \
440 dist_files=`for file in $$list; do echo $$file; done | \
441 sed -e "s|^$$srcdirstrip/||;t" \
442 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
443 case $$dist_files in \
444 */*) $(MKDIR_P) `echo "$$dist_files" | \
445 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
446 sort -u` ;; \
447 esac; \
448 for file in $$dist_files; do \
449 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
450 if test -d $$d/$$file; then \
451 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
452 if test -d "$(distdir)/$$file"; then \
453 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
454 fi; \
455 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
456 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
457 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
458 fi; \
459 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
460 else \
461 test -f "$(distdir)/$$file" \
462 || cp -p $$d/$$file "$(distdir)/$$file" \
463 || exit 1; \
464 fi; \
465 done
466 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
467 if test "$$subdir" = .; then :; else \
468 test -d "$(distdir)/$$subdir" \
469 || $(MKDIR_P) "$(distdir)/$$subdir" \
470 || exit 1; \
471 fi; \
472 done
473 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
474 if test "$$subdir" = .; then :; else \
475 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
476 $(am__relativize); \
477 new_distdir=$$reldir; \
478 dir1=$$subdir; dir2="$(top_distdir)"; \
479 $(am__relativize); \
480 new_top_distdir=$$reldir; \
481 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
482 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
483 ($(am__cd) $$subdir && \
484 $(MAKE) $(AM_MAKEFLAGS) \
485 top_distdir="$$new_top_distdir" \
486 distdir="$$new_distdir" \
487 am__remove_distdir=: \
488 am__skip_length_check=: \
489 am__skip_mode_fix=: \
490 distdir) \
491 || exit 1; \
492 fi; \
493 done
494 -test -n "$(am__skip_mode_fix)" \
495 || find "$(distdir)" -type d ! -perm -755 \
496 -exec chmod u+rwx,go+rx {} \; -o \
497 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
498 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
499 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
500 || chmod -R a+r "$(distdir)"
501 dist-gzip: distdir
502 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
503 $(am__remove_distdir)
505 dist-bzip2: distdir
506 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
507 $(am__remove_distdir)
509 dist-lzma: distdir
510 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
511 $(am__remove_distdir)
513 dist-xz: distdir
514 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
515 $(am__remove_distdir)
517 dist-tarZ: distdir
518 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
519 $(am__remove_distdir)
521 dist-shar: distdir
522 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
523 $(am__remove_distdir)
525 dist-zip: distdir
526 -rm -f $(distdir).zip
527 zip -rq $(distdir).zip $(distdir)
528 $(am__remove_distdir)
530 dist dist-all: distdir
531 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
532 $(am__remove_distdir)
534 # This target untars the dist file and tries a VPATH configuration. Then
535 # it guarantees that the distribution is self-contained by making another
536 # tarfile.
537 distcheck: dist
538 case '$(DIST_ARCHIVES)' in \
539 *.tar.gz*) \
540 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
541 *.tar.bz2*) \
542 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
543 *.tar.lzma*) \
544 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
545 *.tar.xz*) \
546 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
547 *.tar.Z*) \
548 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
549 *.shar.gz*) \
550 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
551 *.zip*) \
552 unzip $(distdir).zip ;;\
553 esac
554 chmod -R a-w $(distdir); chmod a+w $(distdir)
555 mkdir $(distdir)/_build
556 mkdir $(distdir)/_inst
557 chmod a-w $(distdir)
558 test -d $(distdir)/_build || exit 0; \
559 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
560 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
561 && am__cwd=`pwd` \
562 && $(am__cd) $(distdir)/_build \
563 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
564 $(DISTCHECK_CONFIGURE_FLAGS) \
565 && $(MAKE) $(AM_MAKEFLAGS) \
566 && $(MAKE) $(AM_MAKEFLAGS) dvi \
567 && $(MAKE) $(AM_MAKEFLAGS) check \
568 && $(MAKE) $(AM_MAKEFLAGS) install \
569 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
570 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
571 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
572 distuninstallcheck \
573 && chmod -R a-w "$$dc_install_base" \
574 && ({ \
575 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
576 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
577 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
578 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
579 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
580 } || { rm -rf "$$dc_destdir"; exit 1; }) \
581 && rm -rf "$$dc_destdir" \
582 && $(MAKE) $(AM_MAKEFLAGS) dist \
583 && rm -rf $(DIST_ARCHIVES) \
584 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
585 && cd "$$am__cwd" \
586 || exit 1
587 $(am__remove_distdir)
588 @(echo "$(distdir) archives ready for distribution: "; \
589 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
590 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
591 distuninstallcheck:
592 @$(am__cd) '$(distuninstallcheck_dir)' \
593 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
594 || { echo "ERROR: files left after uninstall:" ; \
595 if test -n "$(DESTDIR)"; then \
596 echo " (check DESTDIR support)"; \
597 fi ; \
598 $(distuninstallcheck_listfiles) ; \
599 exit 1; } >&2
600 distcleancheck: distclean
601 @if test '$(srcdir)' = . ; then \
602 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
603 exit 1 ; \
605 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
606 || { echo "ERROR: files left in build directory after distclean:" ; \
607 $(distcleancheck_listfiles) ; \
608 exit 1; } >&2
609 check-am: all-am
610 check: check-recursive
611 all-am: Makefile config.h
612 installdirs: installdirs-recursive
613 installdirs-am:
614 install: install-recursive
615 install-exec: install-exec-recursive
616 install-data: install-data-recursive
617 uninstall: uninstall-recursive
619 install-am: all-am
620 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
622 installcheck: installcheck-recursive
623 install-strip:
624 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
625 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
626 `test -z '$(STRIP)' || \
627 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
628 mostlyclean-generic:
630 clean-generic:
632 distclean-generic:
633 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
634 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
636 maintainer-clean-generic:
637 @echo "This command is intended for maintainers to use"
638 @echo "it deletes files that may require special tools to rebuild."
639 clean: clean-recursive
641 clean-am: clean-generic mostlyclean-am
643 distclean: distclean-recursive
644 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
645 -rm -f Makefile
646 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
648 dvi: dvi-recursive
650 dvi-am:
652 html: html-recursive
654 html-am:
656 info: info-recursive
658 info-am:
660 install-data-am:
662 install-dvi: install-dvi-recursive
664 install-dvi-am:
666 install-exec-am:
668 install-html: install-html-recursive
670 install-html-am:
672 install-info: install-info-recursive
674 install-info-am:
676 install-man:
678 install-pdf: install-pdf-recursive
680 install-pdf-am:
682 install-ps: install-ps-recursive
684 install-ps-am:
686 installcheck-am:
688 maintainer-clean: maintainer-clean-recursive
689 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
690 -rm -rf $(top_srcdir)/autom4te.cache
691 -rm -f Makefile
692 maintainer-clean-am: distclean-am maintainer-clean-generic
694 mostlyclean: mostlyclean-recursive
696 mostlyclean-am: mostlyclean-generic
698 pdf: pdf-recursive
700 pdf-am:
702 ps: ps-recursive
704 ps-am:
706 uninstall-am:
708 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
709 ctags-recursive install-am install-strip tags-recursive
711 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
712 all all-am am--refresh check check-am clean clean-generic \
713 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
714 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
715 distclean distclean-generic distclean-hdr distclean-tags \
716 distcleancheck distdir distuninstallcheck dvi dvi-am html \
717 html-am info info-am install install-am install-data \
718 install-data-am install-dvi install-dvi-am install-exec \
719 install-exec-am install-html install-html-am install-info \
720 install-info-am install-man install-pdf install-pdf-am \
721 install-ps install-ps-am install-strip installcheck \
722 installcheck-am installdirs installdirs-am maintainer-clean \
723 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
724 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
727 # Tell versions [3.59,3.63) of GNU make to not export all variables.
728 # Otherwise a system limit (for SysV at least) may be exceeded.
729 .NOEXPORT: