ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/Makefile.in
Revision: 1730
Committed: Sun Jan 6 11:27:11 2013 UTC (12 years, 7 months ago) by michael
File size: 17716 byte(s)
Log Message:
- automake 1.13.1

File Contents

# Content
1 # Makefile.in generated by automake 1.13.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
20 case $$MAKEFLAGS in \
21 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
31 esac; \
32 test $$am__dry = yes; \
33 }
34 pkgdatadir = $(datadir)/@PACKAGE@
35 pkgincludedir = $(includedir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkglibexecdir = $(libexecdir)/@PACKAGE@
38 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39 install_sh_DATA = $(install_sh) -c -m 644
40 install_sh_PROGRAM = $(install_sh) -c
41 install_sh_SCRIPT = $(install_sh) -c
42 INSTALL_HEADER = $(INSTALL_DATA)
43 transform = $(program_transform_name)
44 NORMAL_INSTALL = :
45 PRE_INSTALL = :
46 POST_INSTALL = :
47 NORMAL_UNINSTALL = :
48 PRE_UNINSTALL = :
49 POST_UNINSTALL = :
50 build_triplet = @build@
51 host_triplet = @host@
52 subdir = help
53 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
54 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
56 $(top_srcdir)/configure.ac
57 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58 $(ACLOCAL_M4)
59 mkinstalldirs = $(install_sh) -d
60 CONFIG_HEADER = $(top_builddir)/config.h
61 CONFIG_CLEAN_FILES =
62 CONFIG_CLEAN_VPATH_FILES =
63 AM_V_P = $(am__v_P_@AM_V@)
64 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
65 am__v_P_0 = false
66 am__v_P_1 = :
67 AM_V_GEN = $(am__v_GEN_@AM_V@)
68 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
69 am__v_GEN_0 = @echo " GEN " $@;
70 am__v_GEN_1 =
71 AM_V_at = $(am__v_at_@AM_V@)
72 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
73 am__v_at_0 = @
74 am__v_at_1 =
75 SOURCES =
76 DIST_SOURCES =
77 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
78 ctags-recursive dvi-recursive html-recursive info-recursive \
79 install-data-recursive install-dvi-recursive \
80 install-exec-recursive install-html-recursive \
81 install-info-recursive install-pdf-recursive \
82 install-ps-recursive install-recursive installcheck-recursive \
83 installdirs-recursive pdf-recursive ps-recursive \
84 tags-recursive uninstall-recursive
85 am__can_run_installinfo = \
86 case $$AM_UPDATE_INFO_DIR in \
87 n|no|NO) false;; \
88 *) (install-info --version) >/dev/null 2>&1;; \
89 esac
90 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
91 distclean-recursive maintainer-clean-recursive
92 am__recursive_targets = \
93 $(RECURSIVE_TARGETS) \
94 $(RECURSIVE_CLEAN_TARGETS) \
95 $(am__extra_recursive_targets)
96 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
97 distdir
98 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
99 # Read a list of newline-separated strings from the standard input,
100 # and print each of them once, without duplicates. Input order is
101 # *not* preserved.
102 am__uniquify_input = $(AWK) '\
103 BEGIN { nonempty = 0; } \
104 { items[$$0] = 1; nonempty = 1; } \
105 END { if (nonempty) { for (i in items) print i; }; } \
106 '
107 # Make sure the list of sources is unique. This is necessary because,
108 # e.g., the same source file might be shared among _SOURCES variables
109 # for different programs/libraries.
110 am__define_uniq_tagged_files = \
111 list='$(am__tagged_files)'; \
112 unique=`for i in $$list; do \
113 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
114 done | $(am__uniquify_input)`
115 ETAGS = etags
116 CTAGS = ctags
117 DIST_SUBDIRS = $(SUBDIRS)
118 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119 am__relativize = \
120 dir0=`pwd`; \
121 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
122 sed_rest='s,^[^/]*/*,,'; \
123 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
124 sed_butlast='s,/*[^/]*$$,,'; \
125 while test -n "$$dir1"; do \
126 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
127 if test "$$first" != "."; then \
128 if test "$$first" = ".."; then \
129 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
130 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
131 else \
132 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
133 if test "$$first2" = "$$first"; then \
134 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
135 else \
136 dir2="../$$dir2"; \
137 fi; \
138 dir0="$$dir0"/"$$first"; \
139 fi; \
140 fi; \
141 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
142 done; \
143 reldir="$$dir2"
144 ACLOCAL = @ACLOCAL@
145 AMTAR = @AMTAR@
146 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
147 AR = @AR@
148 ARGZ_H = @ARGZ_H@
149 AUTOCONF = @AUTOCONF@
150 AUTOHEADER = @AUTOHEADER@
151 AUTOMAKE = @AUTOMAKE@
152 AWK = @AWK@
153 CC = @CC@
154 CCDEPMODE = @CCDEPMODE@
155 CFLAGS = @CFLAGS@
156 CPP = @CPP@
157 CPPFLAGS = @CPPFLAGS@
158 CYGPATH_W = @CYGPATH_W@
159 DATADIR = @DATADIR@
160 DEFS = @DEFS@
161 DEPDIR = @DEPDIR@
162 DLLTOOL = @DLLTOOL@
163 DSYMUTIL = @DSYMUTIL@
164 DUMPBIN = @DUMPBIN@
165 ECHO_C = @ECHO_C@
166 ECHO_N = @ECHO_N@
167 ECHO_T = @ECHO_T@
168 EGREP = @EGREP@
169 EXEEXT = @EXEEXT@
170 FGREP = @FGREP@
171 GREP = @GREP@
172 INCLTDL = @INCLTDL@
173 INSTALL = @INSTALL@
174 INSTALL_DATA = @INSTALL_DATA@
175 INSTALL_PROGRAM = @INSTALL_PROGRAM@
176 INSTALL_SCRIPT = @INSTALL_SCRIPT@
177 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
178 LD = @LD@
179 LDFLAGS = @LDFLAGS@
180 LEX = @LEX@
181 LEXLIB = @LEXLIB@
182 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
183 LIBADD_DL = @LIBADD_DL@
184 LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
185 LIBADD_DLOPEN = @LIBADD_DLOPEN@
186 LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
187 LIBDIR = @LIBDIR@
188 LIBLTDL = @LIBLTDL@
189 LIBOBJS = @LIBOBJS@
190 LIBS = @LIBS@
191 LIBTOOL = @LIBTOOL@
192 LIPO = @LIPO@
193 LN_S = @LN_S@
194 LOCALSTATEDIR = @LOCALSTATEDIR@
195 LTDLDEPS = @LTDLDEPS@
196 LTDLINCL = @LTDLINCL@
197 LTDLOPEN = @LTDLOPEN@
198 LTLIBOBJS = @LTLIBOBJS@
199 LT_CONFIG_H = @LT_CONFIG_H@
200 LT_DLLOADERS = @LT_DLLOADERS@
201 LT_DLPREOPEN = @LT_DLPREOPEN@
202 MAINT = @MAINT@
203 MAKEINFO = @MAKEINFO@
204 MANIFEST_TOOL = @MANIFEST_TOOL@
205 MKDIR_P = @MKDIR_P@
206 NM = @NM@
207 NMEDIT = @NMEDIT@
208 OBJDUMP = @OBJDUMP@
209 OBJEXT = @OBJEXT@
210 OTOOL = @OTOOL@
211 OTOOL64 = @OTOOL64@
212 PACKAGE = @PACKAGE@
213 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
214 PACKAGE_NAME = @PACKAGE_NAME@
215 PACKAGE_STRING = @PACKAGE_STRING@
216 PACKAGE_TARNAME = @PACKAGE_TARNAME@
217 PACKAGE_URL = @PACKAGE_URL@
218 PACKAGE_VERSION = @PACKAGE_VERSION@
219 PATH_SEPARATOR = @PATH_SEPARATOR@
220 PREFIX = @PREFIX@
221 RANLIB = @RANLIB@
222 SED = @SED@
223 SET_MAKE = @SET_MAKE@
224 SHELL = @SHELL@
225 STRIP = @STRIP@
226 SYSCONFDIR = @SYSCONFDIR@
227 VERSION = @VERSION@
228 YACC = @YACC@
229 YFLAGS = @YFLAGS@
230 abs_builddir = @abs_builddir@
231 abs_srcdir = @abs_srcdir@
232 abs_top_builddir = @abs_top_builddir@
233 abs_top_srcdir = @abs_top_srcdir@
234 ac_ct_AR = @ac_ct_AR@
235 ac_ct_CC = @ac_ct_CC@
236 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
237 am__include = @am__include@
238 am__leading_dot = @am__leading_dot@
239 am__quote = @am__quote@
240 am__tar = @am__tar@
241 am__untar = @am__untar@
242 bindir = @bindir@
243 build = @build@
244 build_alias = @build_alias@
245 build_cpu = @build_cpu@
246 build_os = @build_os@
247 build_vendor = @build_vendor@
248 builddir = @builddir@
249 datadir = @datadir@
250 datarootdir = @datarootdir@
251 docdir = @docdir@
252 dvidir = @dvidir@
253 exec_prefix = @exec_prefix@
254 host = @host@
255 host_alias = @host_alias@
256 host_cpu = @host_cpu@
257 host_os = @host_os@
258 host_vendor = @host_vendor@
259 htmldir = @htmldir@
260 includedir = @includedir@
261 infodir = @infodir@
262 install_sh = @install_sh@
263 libdir = @libdir@
264 libexecdir = @libexecdir@
265 localedir = @localedir@
266 localstatedir = @localstatedir@
267 ltdl_LIBOBJS = @ltdl_LIBOBJS@
268 ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
269 mandir = @mandir@
270 mkdir_p = @mkdir_p@
271 oldincludedir = @oldincludedir@
272 pdfdir = @pdfdir@
273 prefix = @prefix@
274 program_transform_name = @program_transform_name@
275 psdir = @psdir@
276 sbindir = @sbindir@
277 sharedstatedir = @sharedstatedir@
278 srcdir = @srcdir@
279 sys_symbol_underscore = @sys_symbol_underscore@
280 sysconfdir = @sysconfdir@
281 target_alias = @target_alias@
282 top_build_prefix = @top_build_prefix@
283 top_builddir = @top_builddir@
284 top_srcdir = @top_srcdir@
285 AUTOMAKE_OPTIONS = foreign
286 SUBDIRS = opers users
287 all: all-recursive
288
289 .SUFFIXES:
290 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
291 @for dep in $?; do \
292 case '$(am__configure_deps)' in \
293 *$$dep*) \
294 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
295 && { if test -f $@; then exit 0; else break; fi; }; \
296 exit 1;; \
297 esac; \
298 done; \
299 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/Makefile'; \
300 $(am__cd) $(top_srcdir) && \
301 $(AUTOMAKE) --foreign help/Makefile
302 .PRECIOUS: Makefile
303 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
304 @case '$?' in \
305 *config.status*) \
306 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
307 *) \
308 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
309 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
310 esac;
311
312 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
313 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
314
315 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
316 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
317 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
318 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
319 $(am__aclocal_m4_deps):
320
321 mostlyclean-libtool:
322 -rm -f *.lo
323
324 clean-libtool:
325 -rm -rf .libs _libs
326
327 # This directory's subdirectories are mostly independent; you can cd
328 # into them and run 'make' without going through this Makefile.
329 # To change the values of 'make' variables: instead of editing Makefiles,
330 # (1) if the variable is set in 'config.status', edit 'config.status'
331 # (which will cause the Makefiles to be regenerated when you run 'make');
332 # (2) otherwise, pass the desired values on the 'make' command line.
333 $(am__recursive_targets):
334 @fail= failcom='exit 1'; \
335 for f in x $$MAKEFLAGS; do \
336 case $$f in \
337 *=* | --[!k]*);; \
338 *k*) failcom='fail=yes';; \
339 esac; \
340 done; \
341 dot_seen=no; \
342 target=`echo $@ | sed s/-recursive//`; \
343 case "$@" in \
344 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
345 *) list='$(SUBDIRS)' ;; \
346 esac; \
347 for subdir in $$list; do \
348 echo "Making $$target in $$subdir"; \
349 if test "$$subdir" = "."; then \
350 dot_seen=yes; \
351 local_target="$$target-am"; \
352 else \
353 local_target="$$target"; \
354 fi; \
355 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
356 || eval $$failcom; \
357 done; \
358 if test "$$dot_seen" = "no"; then \
359 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
360 fi; test -z "$$fail"
361
362 ID: $(am__tagged_files)
363 $(am__define_uniq_tagged_files); mkid -fID $$unique
364 tags: tags-recursive
365 TAGS: tags
366
367 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
368 set x; \
369 here=`pwd`; \
370 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
371 include_option=--etags-include; \
372 empty_fix=.; \
373 else \
374 include_option=--include; \
375 empty_fix=; \
376 fi; \
377 list='$(SUBDIRS)'; for subdir in $$list; do \
378 if test "$$subdir" = .; then :; else \
379 test ! -f $$subdir/TAGS || \
380 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
381 fi; \
382 done; \
383 $(am__define_uniq_tagged_files); \
384 shift; \
385 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
386 test -n "$$unique" || unique=$$empty_fix; \
387 if test $$# -gt 0; then \
388 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
389 "$$@" $$unique; \
390 else \
391 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
392 $$unique; \
393 fi; \
394 fi
395 ctags: ctags-recursive
396
397 CTAGS: ctags
398 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
399 $(am__define_uniq_tagged_files); \
400 test -z "$(CTAGS_ARGS)$$unique" \
401 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
402 $$unique
403
404 GTAGS:
405 here=`$(am__cd) $(top_builddir) && pwd` \
406 && $(am__cd) $(top_srcdir) \
407 && gtags -i $(GTAGS_ARGS) "$$here"
408 cscopelist: cscopelist-recursive
409
410 cscopelist-am: $(am__tagged_files)
411 list='$(am__tagged_files)'; \
412 case "$(srcdir)" in \
413 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
414 *) sdir=$(subdir)/$(srcdir) ;; \
415 esac; \
416 for i in $$list; do \
417 if test -f "$$i"; then \
418 echo "$(subdir)/$$i"; \
419 else \
420 echo "$$sdir/$$i"; \
421 fi; \
422 done >> $(top_builddir)/cscope.files
423
424 distclean-tags:
425 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
426
427 distdir: $(DISTFILES)
428 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
429 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
430 list='$(DISTFILES)'; \
431 dist_files=`for file in $$list; do echo $$file; done | \
432 sed -e "s|^$$srcdirstrip/||;t" \
433 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
434 case $$dist_files in \
435 */*) $(MKDIR_P) `echo "$$dist_files" | \
436 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
437 sort -u` ;; \
438 esac; \
439 for file in $$dist_files; do \
440 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
441 if test -d $$d/$$file; then \
442 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
443 if test -d "$(distdir)/$$file"; then \
444 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
445 fi; \
446 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
447 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
448 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
449 fi; \
450 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
451 else \
452 test -f "$(distdir)/$$file" \
453 || cp -p $$d/$$file "$(distdir)/$$file" \
454 || exit 1; \
455 fi; \
456 done
457 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
458 if test "$$subdir" = .; then :; else \
459 $(am__make_dryrun) \
460 || test -d "$(distdir)/$$subdir" \
461 || $(MKDIR_P) "$(distdir)/$$subdir" \
462 || exit 1; \
463 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
464 $(am__relativize); \
465 new_distdir=$$reldir; \
466 dir1=$$subdir; dir2="$(top_distdir)"; \
467 $(am__relativize); \
468 new_top_distdir=$$reldir; \
469 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
470 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
471 ($(am__cd) $$subdir && \
472 $(MAKE) $(AM_MAKEFLAGS) \
473 top_distdir="$$new_top_distdir" \
474 distdir="$$new_distdir" \
475 am__remove_distdir=: \
476 am__skip_length_check=: \
477 am__skip_mode_fix=: \
478 distdir) \
479 || exit 1; \
480 fi; \
481 done
482 check-am: all-am
483 check: check-recursive
484 all-am: Makefile
485 installdirs: installdirs-recursive
486 installdirs-am:
487 install: install-recursive
488 install-exec: install-exec-recursive
489 install-data: install-data-recursive
490 uninstall: uninstall-recursive
491
492 install-am: all-am
493 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
494
495 installcheck: installcheck-recursive
496 install-strip:
497 if test -z '$(STRIP)'; then \
498 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
499 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
500 install; \
501 else \
502 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
503 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
504 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
505 fi
506 mostlyclean-generic:
507
508 clean-generic:
509
510 distclean-generic:
511 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
512 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
513
514 maintainer-clean-generic:
515 @echo "This command is intended for maintainers to use"
516 @echo "it deletes files that may require special tools to rebuild."
517 clean: clean-recursive
518
519 clean-am: clean-generic clean-libtool mostlyclean-am
520
521 distclean: distclean-recursive
522 -rm -f Makefile
523 distclean-am: clean-am distclean-generic distclean-tags
524
525 dvi: dvi-recursive
526
527 dvi-am:
528
529 html: html-recursive
530
531 html-am:
532
533 info: info-recursive
534
535 info-am:
536
537 install-data-am:
538
539 install-dvi: install-dvi-recursive
540
541 install-dvi-am:
542
543 install-exec-am:
544
545 install-html: install-html-recursive
546
547 install-html-am:
548
549 install-info: install-info-recursive
550
551 install-info-am:
552
553 install-man:
554
555 install-pdf: install-pdf-recursive
556
557 install-pdf-am:
558
559 install-ps: install-ps-recursive
560
561 install-ps-am:
562
563 installcheck-am:
564
565 maintainer-clean: maintainer-clean-recursive
566 -rm -f Makefile
567 maintainer-clean-am: distclean-am maintainer-clean-generic
568
569 mostlyclean: mostlyclean-recursive
570
571 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
572
573 pdf: pdf-recursive
574
575 pdf-am:
576
577 ps: ps-recursive
578
579 ps-am:
580
581 uninstall-am:
582
583 .MAKE: $(am__recursive_targets) install-am install-strip
584
585 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
586 check-am clean clean-generic clean-libtool cscopelist-am ctags \
587 ctags-am distclean distclean-generic distclean-libtool \
588 distclean-tags distdir dvi dvi-am html html-am info info-am \
589 install install-am install-data install-data-am install-dvi \
590 install-dvi-am install-exec install-exec-am install-html \
591 install-html-am install-info install-info-am install-man \
592 install-pdf install-pdf-am install-ps install-ps-am \
593 install-strip installcheck installcheck-am installdirs \
594 installdirs-am maintainer-clean maintainer-clean-generic \
595 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
596 ps ps-am tags tags-am uninstall uninstall-am
597
598
599 # Tell versions [3.59,3.63) of GNU make to not export all variables.
600 # Otherwise a system limit (for SysV at least) may be exceeded.
601 .NOEXPORT: