Add Nano tool - user-friendly text editor
[tomato.git] / release / src / router / nano / doc / Makefile.in
blobb30918f16eee3e7442f87c9e2e9a535d59364d5e
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 = doc
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39 $(srcdir)/nanorc.sample.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
42 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glib-2.0.m4 \
43 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/isc-posix.m4 \
44 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
45 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/progtest.m4 \
46 $(top_srcdir)/configure.ac
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48 $(ACLOCAL_M4)
49 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50 CONFIG_HEADER = $(top_builddir)/config.h
51 CONFIG_CLEAN_FILES = nanorc.sample
52 CONFIG_CLEAN_VPATH_FILES =
53 SOURCES =
54 DIST_SOURCES =
55 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56 html-recursive info-recursive install-data-recursive \
57 install-dvi-recursive install-exec-recursive \
58 install-html-recursive install-info-recursive \
59 install-pdf-recursive install-ps-recursive install-recursive \
60 installcheck-recursive installdirs-recursive pdf-recursive \
61 ps-recursive uninstall-recursive
62 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
63 distclean-recursive maintainer-clean-recursive
64 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
65 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
66 distdir
67 ETAGS = etags
68 CTAGS = ctags
69 DIST_SUBDIRS = man texinfo syntax
70 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71 am__relativize = \
72 dir0=`pwd`; \
73 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
74 sed_rest='s,^[^/]*/*,,'; \
75 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
76 sed_butlast='s,/*[^/]*$$,,'; \
77 while test -n "$$dir1"; do \
78 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
79 if test "$$first" != "."; then \
80 if test "$$first" = ".."; then \
81 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
82 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
83 else \
84 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
85 if test "$$first2" = "$$first"; then \
86 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
87 else \
88 dir2="../$$dir2"; \
89 fi; \
90 dir0="$$dir0"/"$$first"; \
91 fi; \
92 fi; \
93 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
94 done; \
95 reldir="$$dir2"
96 ACLOCAL = @ACLOCAL@
97 AMTAR = @AMTAR@
98 AUTOCONF = @AUTOCONF@
99 AUTOHEADER = @AUTOHEADER@
100 AUTOMAKE = @AUTOMAKE@
101 AWK = @AWK@
102 CC = @CC@
103 CCDEPMODE = @CCDEPMODE@
104 CFLAGS = @CFLAGS@
105 CPP = @CPP@
106 CPPFLAGS = @CPPFLAGS@
107 CURSES_LIB = @CURSES_LIB@
108 CYGPATH_W = @CYGPATH_W@
109 DEFS = @DEFS@
110 DEPDIR = @DEPDIR@
111 ECHO_C = @ECHO_C@
112 ECHO_N = @ECHO_N@
113 ECHO_T = @ECHO_T@
114 EGREP = @EGREP@
115 EXEEXT = @EXEEXT@
116 GLIB_CFLAGS = @GLIB_CFLAGS@
117 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
118 GLIB_LIBS = @GLIB_LIBS@
119 GLIB_MKENUMS = @GLIB_MKENUMS@
120 GMSGFMT = @GMSGFMT@
121 GOBJECT_QUERY = @GOBJECT_QUERY@
122 GREP = @GREP@
123 INSTALL = @INSTALL@
124 INSTALL_DATA = @INSTALL_DATA@
125 INSTALL_PROGRAM = @INSTALL_PROGRAM@
126 INSTALL_SCRIPT = @INSTALL_SCRIPT@
127 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
128 INTLLIBS = @INTLLIBS@
129 LDFLAGS = @LDFLAGS@
130 LIBICONV = @LIBICONV@
131 LIBINTL = @LIBINTL@
132 LIBOBJS = @LIBOBJS@
133 LIBS = @LIBS@
134 LN_S = @LN_S@
135 LTLIBICONV = @LTLIBICONV@
136 LTLIBINTL = @LTLIBINTL@
137 LTLIBOBJS = @LTLIBOBJS@
138 MAKEINFO = @MAKEINFO@
139 MKDIR_P = @MKDIR_P@
140 MKINSTALLDIRS = @MKINSTALLDIRS@
141 MSGFMT = @MSGFMT@
142 MSGMERGE = @MSGMERGE@
143 OBJEXT = @OBJEXT@
144 PACKAGE = @PACKAGE@
145 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
146 PACKAGE_NAME = @PACKAGE_NAME@
147 PACKAGE_STRING = @PACKAGE_STRING@
148 PACKAGE_TARNAME = @PACKAGE_TARNAME@
149 PACKAGE_URL = @PACKAGE_URL@
150 PACKAGE_VERSION = @PACKAGE_VERSION@
151 PATH_SEPARATOR = @PATH_SEPARATOR@
152 PKGDATADIR = @PKGDATADIR@
153 PKG_CONFIG = @PKG_CONFIG@
154 POSUB = @POSUB@
155 SET_MAKE = @SET_MAKE@
156 SHELL = @SHELL@
157 STRIP = @STRIP@
158 USE_NLS = @USE_NLS@
159 VERSION = @VERSION@
160 XGETTEXT = @XGETTEXT@
161 abs_builddir = @abs_builddir@
162 abs_srcdir = @abs_srcdir@
163 abs_top_builddir = @abs_top_builddir@
164 abs_top_srcdir = @abs_top_srcdir@
165 ac_ct_CC = @ac_ct_CC@
166 am__include = @am__include@
167 am__leading_dot = @am__leading_dot@
168 am__quote = @am__quote@
169 am__tar = @am__tar@
170 am__untar = @am__untar@
171 bindir = @bindir@
172 build = @build@
173 build_alias = @build_alias@
174 build_cpu = @build_cpu@
175 build_os = @build_os@
176 build_vendor = @build_vendor@
177 builddir = @builddir@
178 datadir = @datadir@
179 datarootdir = @datarootdir@
180 docdir = @docdir@
181 dvidir = @dvidir@
182 exec_prefix = @exec_prefix@
183 host = @host@
184 host_alias = @host_alias@
185 host_cpu = @host_cpu@
186 host_os = @host_os@
187 host_vendor = @host_vendor@
188 htmldir = @htmldir@
189 includedir = @includedir@
190 infodir = @infodir@
191 install_sh = @install_sh@
192 libdir = @libdir@
193 libexecdir = @libexecdir@
194 localedir = @localedir@
195 localstatedir = @localstatedir@
196 mandir = @mandir@
197 mkdir_p = @mkdir_p@
198 oldincludedir = @oldincludedir@
199 pdfdir = @pdfdir@
200 prefix = @prefix@
201 program_transform_name = @program_transform_name@
202 psdir = @psdir@
203 sbindir = @sbindir@
204 sharedstatedir = @sharedstatedir@
205 srcdir = @srcdir@
206 sysconfdir = @sysconfdir@
207 target = @target@
208 target_alias = @target_alias@
209 target_cpu = @target_cpu@
210 target_os = @target_os@
211 target_vendor = @target_vendor@
212 top_build_prefix = @top_build_prefix@
213 top_builddir = @top_builddir@
214 top_srcdir = @top_srcdir@
215 @USE_COLOR_FALSE@SUBDIRS = man texinfo
216 @USE_COLOR_TRUE@SUBDIRS = man syntax texinfo
217 EXTRA_DIST = faq.html
218 all: all-recursive
220 .SUFFIXES:
221 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
222 @for dep in $?; do \
223 case '$(am__configure_deps)' in \
224 *$$dep*) \
225 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
226 && { if test -f $@; then exit 0; else break; fi; }; \
227 exit 1;; \
228 esac; \
229 done; \
230 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
231 $(am__cd) $(top_srcdir) && \
232 $(AUTOMAKE) --gnu doc/Makefile
233 .PRECIOUS: Makefile
234 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
235 @case '$?' in \
236 *config.status*) \
237 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
238 *) \
239 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
240 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
241 esac;
243 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
244 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246 $(top_srcdir)/configure: $(am__configure_deps)
247 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
249 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250 $(am__aclocal_m4_deps):
251 nanorc.sample: $(top_builddir)/config.status $(srcdir)/nanorc.sample.in
252 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
254 # This directory's subdirectories are mostly independent; you can cd
255 # into them and run `make' without going through this Makefile.
256 # To change the values of `make' variables: instead of editing Makefiles,
257 # (1) if the variable is set in `config.status', edit `config.status'
258 # (which will cause the Makefiles to be regenerated when you run `make');
259 # (2) otherwise, pass the desired values on the `make' command line.
260 $(RECURSIVE_TARGETS):
261 @fail= failcom='exit 1'; \
262 for f in x $$MAKEFLAGS; do \
263 case $$f in \
264 *=* | --[!k]*);; \
265 *k*) failcom='fail=yes';; \
266 esac; \
267 done; \
268 dot_seen=no; \
269 target=`echo $@ | sed s/-recursive//`; \
270 list='$(SUBDIRS)'; for subdir in $$list; do \
271 echo "Making $$target in $$subdir"; \
272 if test "$$subdir" = "."; then \
273 dot_seen=yes; \
274 local_target="$$target-am"; \
275 else \
276 local_target="$$target"; \
277 fi; \
278 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
279 || eval $$failcom; \
280 done; \
281 if test "$$dot_seen" = "no"; then \
282 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
283 fi; test -z "$$fail"
285 $(RECURSIVE_CLEAN_TARGETS):
286 @fail= failcom='exit 1'; \
287 for f in x $$MAKEFLAGS; do \
288 case $$f in \
289 *=* | --[!k]*);; \
290 *k*) failcom='fail=yes';; \
291 esac; \
292 done; \
293 dot_seen=no; \
294 case "$@" in \
295 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
296 *) list='$(SUBDIRS)' ;; \
297 esac; \
298 rev=''; for subdir in $$list; do \
299 if test "$$subdir" = "."; then :; else \
300 rev="$$subdir $$rev"; \
301 fi; \
302 done; \
303 rev="$$rev ."; \
304 target=`echo $@ | sed s/-recursive//`; \
305 for subdir in $$rev; do \
306 echo "Making $$target in $$subdir"; \
307 if test "$$subdir" = "."; then \
308 local_target="$$target-am"; \
309 else \
310 local_target="$$target"; \
311 fi; \
312 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
313 || eval $$failcom; \
314 done && test -z "$$fail"
315 tags-recursive:
316 list='$(SUBDIRS)'; for subdir in $$list; do \
317 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
318 done
319 ctags-recursive:
320 list='$(SUBDIRS)'; for subdir in $$list; do \
321 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
322 done
324 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
325 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
326 unique=`for i in $$list; do \
327 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
328 done | \
329 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
330 END { if (nonempty) { for (i in files) print i; }; }'`; \
331 mkid -fID $$unique
332 tags: TAGS
334 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
335 $(TAGS_FILES) $(LISP)
336 set x; \
337 here=`pwd`; \
338 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
339 include_option=--etags-include; \
340 empty_fix=.; \
341 else \
342 include_option=--include; \
343 empty_fix=; \
344 fi; \
345 list='$(SUBDIRS)'; for subdir in $$list; do \
346 if test "$$subdir" = .; then :; else \
347 test ! -f $$subdir/TAGS || \
348 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
349 fi; \
350 done; \
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 shift; \
358 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
359 test -n "$$unique" || unique=$$empty_fix; \
360 if test $$# -gt 0; then \
361 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
362 "$$@" $$unique; \
363 else \
364 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
365 $$unique; \
366 fi; \
368 ctags: CTAGS
369 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
370 $(TAGS_FILES) $(LISP)
371 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
372 unique=`for i in $$list; do \
373 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374 done | \
375 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
376 END { if (nonempty) { for (i in files) print i; }; }'`; \
377 test -z "$(CTAGS_ARGS)$$unique" \
378 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
379 $$unique
381 GTAGS:
382 here=`$(am__cd) $(top_builddir) && pwd` \
383 && $(am__cd) $(top_srcdir) \
384 && gtags -i $(GTAGS_ARGS) "$$here"
386 distclean-tags:
387 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
389 distdir: $(DISTFILES)
390 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
391 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
392 list='$(DISTFILES)'; \
393 dist_files=`for file in $$list; do echo $$file; done | \
394 sed -e "s|^$$srcdirstrip/||;t" \
395 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
396 case $$dist_files in \
397 */*) $(MKDIR_P) `echo "$$dist_files" | \
398 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
399 sort -u` ;; \
400 esac; \
401 for file in $$dist_files; do \
402 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
403 if test -d $$d/$$file; then \
404 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
405 if test -d "$(distdir)/$$file"; then \
406 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
407 fi; \
408 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
409 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
410 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
411 fi; \
412 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
413 else \
414 test -f "$(distdir)/$$file" \
415 || cp -p $$d/$$file "$(distdir)/$$file" \
416 || exit 1; \
417 fi; \
418 done
419 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
420 if test "$$subdir" = .; then :; else \
421 test -d "$(distdir)/$$subdir" \
422 || $(MKDIR_P) "$(distdir)/$$subdir" \
423 || exit 1; \
424 fi; \
425 done
426 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
427 if test "$$subdir" = .; then :; else \
428 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
429 $(am__relativize); \
430 new_distdir=$$reldir; \
431 dir1=$$subdir; dir2="$(top_distdir)"; \
432 $(am__relativize); \
433 new_top_distdir=$$reldir; \
434 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
435 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
436 ($(am__cd) $$subdir && \
437 $(MAKE) $(AM_MAKEFLAGS) \
438 top_distdir="$$new_top_distdir" \
439 distdir="$$new_distdir" \
440 am__remove_distdir=: \
441 am__skip_length_check=: \
442 am__skip_mode_fix=: \
443 distdir) \
444 || exit 1; \
445 fi; \
446 done
447 check-am: all-am
448 check: check-recursive
449 all-am: Makefile
450 installdirs: installdirs-recursive
451 installdirs-am:
452 install: install-recursive
453 install-exec: install-exec-recursive
454 install-data: install-data-recursive
455 uninstall: uninstall-recursive
457 install-am: all-am
458 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
460 installcheck: installcheck-recursive
461 install-strip:
462 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
463 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
464 `test -z '$(STRIP)' || \
465 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
466 mostlyclean-generic:
468 clean-generic:
470 distclean-generic:
471 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
472 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
474 maintainer-clean-generic:
475 @echo "This command is intended for maintainers to use"
476 @echo "it deletes files that may require special tools to rebuild."
477 clean: clean-recursive
479 clean-am: clean-generic mostlyclean-am
481 distclean: distclean-recursive
482 -rm -f Makefile
483 distclean-am: clean-am distclean-generic distclean-tags
485 dvi: dvi-recursive
487 dvi-am:
489 html: html-recursive
491 html-am:
493 info: info-recursive
495 info-am:
497 install-data-am:
499 install-dvi: install-dvi-recursive
501 install-dvi-am:
503 install-exec-am:
505 install-html: install-html-recursive
507 install-html-am:
509 install-info: install-info-recursive
511 install-info-am:
513 install-man:
515 install-pdf: install-pdf-recursive
517 install-pdf-am:
519 install-ps: install-ps-recursive
521 install-ps-am:
523 installcheck-am:
525 maintainer-clean: maintainer-clean-recursive
526 -rm -f Makefile
527 maintainer-clean-am: distclean-am maintainer-clean-generic
529 mostlyclean: mostlyclean-recursive
531 mostlyclean-am: mostlyclean-generic
533 pdf: pdf-recursive
535 pdf-am:
537 ps: ps-recursive
539 ps-am:
541 uninstall-am:
543 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
544 install-am install-strip tags-recursive
546 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
547 all all-am check check-am clean clean-generic ctags \
548 ctags-recursive distclean distclean-generic distclean-tags \
549 distdir dvi dvi-am html html-am info info-am install \
550 install-am install-data install-data-am install-dvi \
551 install-dvi-am install-exec install-exec-am install-html \
552 install-html-am install-info install-info-am install-man \
553 install-pdf install-pdf-am install-ps install-ps-am \
554 install-strip installcheck installcheck-am installdirs \
555 installdirs-am maintainer-clean maintainer-clean-generic \
556 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
557 tags-recursive uninstall uninstall-am
560 # Tell versions [3.59,3.63) of GNU make to not export all variables.
561 # Otherwise a system limit (for SysV at least) may be exceeded.
562 .NOEXPORT: