ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/releases/8.2.0beta4/help/Makefile.in
Revision: 2491
Committed: Fri Oct 25 16:55:01 2013 UTC (12 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/help/Makefile.in
File size: 17167 byte(s)
Log Message:
- Instead of forcefully adding
  -Wall
  -Wextra
  -Wno-unused
  -Wcast-qual
  -Wcast-align
  -Wbad-function-cast
  -Wmissing-declarations
  -Wmissing-prototypes
  -Wnested-externs
  -Wredundant-decls
  -Wshadow
  -Wwrite-strings
  -Wundef
  to CFLAGS, 'configure' now tests if the flags are understood by the compiler

File Contents

# Content
1 # Makefile.in generated by automake 1.14 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 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
17 VPATH = @srcdir@
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 am__make_running_with_option = \
20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
31 case $$MAKEFLAGS in \
32 *\\[\ \ ]*) \
33 bs=\\; \
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36 esac; \
37 fi; \
38 skip_next=no; \
39 strip_trailopt () \
40 { \
41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 }; \
43 for flg in $$sane_makeflags; do \
44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63 pkgdatadir = $(datadir)/@PACKAGE@
64 pkgincludedir = $(includedir)/@PACKAGE@
65 pkglibdir = $(libdir)/@PACKAGE@
66 pkglibexecdir = $(libexecdir)/@PACKAGE@
67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68 install_sh_DATA = $(install_sh) -c -m 644
69 install_sh_PROGRAM = $(install_sh) -c
70 install_sh_SCRIPT = $(install_sh) -c
71 INSTALL_HEADER = $(INSTALL_DATA)
72 transform = $(program_transform_name)
73 NORMAL_INSTALL = :
74 PRE_INSTALL = :
75 POST_INSTALL = :
76 NORMAL_UNINSTALL = :
77 PRE_UNINSTALL = :
78 POST_UNINSTALL = :
79 build_triplet = @build@
80 host_triplet = @host@
81 subdir = help
82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83 $(dist_helpf_DATA)
84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85 am__aclocal_m4_deps = $(top_srcdir)/m4/argz.m4 \
86 $(top_srcdir)/m4/ax_append_compile_flags.m4 \
87 $(top_srcdir)/m4/ax_append_flag.m4 \
88 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
89 $(top_srcdir)/m4/ax_check_openssl.m4 \
90 $(top_srcdir)/m4/gcc_stack_protect.m4 \
91 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltdl.m4 \
92 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
93 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
94 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
95 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96 $(ACLOCAL_M4)
97 mkinstalldirs = $(install_sh) -d
98 CONFIG_HEADER = $(top_builddir)/config.h
99 CONFIG_CLEAN_FILES =
100 CONFIG_CLEAN_VPATH_FILES =
101 AM_V_P = $(am__v_P_@AM_V@)
102 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
103 am__v_P_0 = false
104 am__v_P_1 = :
105 AM_V_GEN = $(am__v_GEN_@AM_V@)
106 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
107 am__v_GEN_0 = @echo " GEN " $@;
108 am__v_GEN_1 =
109 AM_V_at = $(am__v_at_@AM_V@)
110 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
111 am__v_at_0 = @
112 am__v_at_1 =
113 SOURCES =
114 DIST_SOURCES =
115 am__can_run_installinfo = \
116 case $$AM_UPDATE_INFO_DIR in \
117 n|no|NO) false;; \
118 *) (install-info --version) >/dev/null 2>&1;; \
119 esac
120 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
121 am__vpath_adj = case $$p in \
122 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
123 *) f=$$p;; \
124 esac;
125 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
126 am__install_max = 40
127 am__nobase_strip_setup = \
128 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
129 am__nobase_strip = \
130 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
131 am__nobase_list = $(am__nobase_strip_setup); \
132 for p in $$list; do echo "$$p $$p"; done | \
133 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
134 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
135 if (++n[$$2] == $(am__install_max)) \
136 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
137 END { for (dir in files) print dir, files[dir] }'
138 am__base_list = \
139 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
140 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
141 am__uninstall_files_from_dir = { \
142 test -z "$$files" \
143 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
144 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
145 $(am__cd) "$$dir" && rm -f $$files; }; \
146 }
147 am__installdirs = "$(DESTDIR)$(helpfdir)"
148 DATA = $(dist_helpf_DATA)
149 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
150 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
151 ACLOCAL = @ACLOCAL@
152 AMTAR = @AMTAR@
153 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
154 AR = @AR@
155 ARGZ_H = @ARGZ_H@
156 AUTOCONF = @AUTOCONF@
157 AUTOHEADER = @AUTOHEADER@
158 AUTOMAKE = @AUTOMAKE@
159 AWK = @AWK@
160 CC = @CC@
161 CCDEPMODE = @CCDEPMODE@
162 CFLAGS = @CFLAGS@
163 CPP = @CPP@
164 CPPFLAGS = @CPPFLAGS@
165 CYGPATH_W = @CYGPATH_W@
166 DATADIR = @DATADIR@
167 DEFS = @DEFS@
168 DEPDIR = @DEPDIR@
169 DLLTOOL = @DLLTOOL@
170 DSYMUTIL = @DSYMUTIL@
171 DUMPBIN = @DUMPBIN@
172 ECHO_C = @ECHO_C@
173 ECHO_N = @ECHO_N@
174 ECHO_T = @ECHO_T@
175 EGREP = @EGREP@
176 EXEEXT = @EXEEXT@
177 FGREP = @FGREP@
178 GREP = @GREP@
179 INCLTDL = @INCLTDL@
180 INSTALL = @INSTALL@
181 INSTALL_DATA = @INSTALL_DATA@
182 INSTALL_PROGRAM = @INSTALL_PROGRAM@
183 INSTALL_SCRIPT = @INSTALL_SCRIPT@
184 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
185 LD = @LD@
186 LDFLAGS = @LDFLAGS@
187 LEX = @LEX@
188 LEXLIB = @LEXLIB@
189 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
190 LIBADD_DL = @LIBADD_DL@
191 LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
192 LIBADD_DLOPEN = @LIBADD_DLOPEN@
193 LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
194 LIBDIR = @LIBDIR@
195 LIBLTDL = @LIBLTDL@
196 LIBOBJS = @LIBOBJS@
197 LIBS = @LIBS@
198 LIBTOOL = @LIBTOOL@
199 LIPO = @LIPO@
200 LN_S = @LN_S@
201 LOCALSTATEDIR = @LOCALSTATEDIR@
202 LTDLDEPS = @LTDLDEPS@
203 LTDLINCL = @LTDLINCL@
204 LTDLOPEN = @LTDLOPEN@
205 LTLIBOBJS = @LTLIBOBJS@
206 LT_CONFIG_H = @LT_CONFIG_H@
207 LT_DLLOADERS = @LT_DLLOADERS@
208 LT_DLPREOPEN = @LT_DLPREOPEN@
209 MAINT = @MAINT@
210 MAKEINFO = @MAKEINFO@
211 MANIFEST_TOOL = @MANIFEST_TOOL@
212 MKDIR_P = @MKDIR_P@
213 NM = @NM@
214 NMEDIT = @NMEDIT@
215 OBJDUMP = @OBJDUMP@
216 OBJEXT = @OBJEXT@
217 OTOOL = @OTOOL@
218 OTOOL64 = @OTOOL64@
219 PACKAGE = @PACKAGE@
220 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
221 PACKAGE_NAME = @PACKAGE_NAME@
222 PACKAGE_STRING = @PACKAGE_STRING@
223 PACKAGE_TARNAME = @PACKAGE_TARNAME@
224 PACKAGE_URL = @PACKAGE_URL@
225 PACKAGE_VERSION = @PACKAGE_VERSION@
226 PATH_SEPARATOR = @PATH_SEPARATOR@
227 PREFIX = @PREFIX@
228 RANLIB = @RANLIB@
229 SED = @SED@
230 SET_MAKE = @SET_MAKE@
231 SHELL = @SHELL@
232 STRIP = @STRIP@
233 SYSCONFDIR = @SYSCONFDIR@
234 VERSION = @VERSION@
235 YACC = @YACC@
236 YFLAGS = @YFLAGS@
237 abs_builddir = @abs_builddir@
238 abs_srcdir = @abs_srcdir@
239 abs_top_builddir = @abs_top_builddir@
240 abs_top_srcdir = @abs_top_srcdir@
241 ac_ct_AR = @ac_ct_AR@
242 ac_ct_CC = @ac_ct_CC@
243 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
244 am__include = @am__include@
245 am__leading_dot = @am__leading_dot@
246 am__quote = @am__quote@
247 am__tar = @am__tar@
248 am__untar = @am__untar@
249 bindir = @bindir@
250 build = @build@
251 build_alias = @build_alias@
252 build_cpu = @build_cpu@
253 build_os = @build_os@
254 build_vendor = @build_vendor@
255 builddir = @builddir@
256 datadir = @datadir@
257 datarootdir = @datarootdir@
258 docdir = @docdir@
259 dvidir = @dvidir@
260 exec_prefix = @exec_prefix@
261 host = @host@
262 host_alias = @host_alias@
263 host_cpu = @host_cpu@
264 host_os = @host_os@
265 host_vendor = @host_vendor@
266 htmldir = @htmldir@
267 includedir = @includedir@
268 infodir = @infodir@
269 install_sh = @install_sh@
270 libdir = @libdir@
271 libexecdir = @libexecdir@
272 localedir = @localedir@
273 localstatedir = @localstatedir@
274 ltdl_LIBOBJS = @ltdl_LIBOBJS@
275 ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
276 mandir = @mandir@
277 mkdir_p = @mkdir_p@
278 oldincludedir = @oldincludedir@
279 pdfdir = @pdfdir@
280 prefix = @prefix@
281 program_transform_name = @program_transform_name@
282 psdir = @psdir@
283 sbindir = @sbindir@
284 sharedstatedir = @sharedstatedir@
285 srcdir = @srcdir@
286 sys_symbol_underscore = @sys_symbol_underscore@
287 sysconfdir = @sysconfdir@
288 target_alias = @target_alias@
289 top_build_prefix = @top_build_prefix@
290 top_builddir = @top_builddir@
291 top_srcdir = @top_srcdir@
292 AUTOMAKE_OPTIONS = foreign
293 helpfdir = $(pkgdatadir)/help
294 dist_helpf_DATA = accept \
295 admin \
296 away \
297 capab \
298 challenge \
299 close \
300 cmode \
301 connect \
302 die \
303 dline \
304 eob \
305 error \
306 etrace \
307 gline \
308 gungline \
309 hash \
310 help \
311 index \
312 info \
313 invite \
314 ison \
315 join \
316 kick \
317 kill \
318 kline \
319 knock \
320 links \
321 list \
322 locops \
323 lusers \
324 map \
325 module \
326 motd \
327 names \
328 nick \
329 notice \
330 oper \
331 operwall \
332 part \
333 pass \
334 ping \
335 pong \
336 post \
337 privmsg \
338 quit \
339 rehash \
340 restart \
341 resv \
342 server \
343 set \
344 sjoin \
345 squit \
346 stats \
347 svinfo \
348 time \
349 topic \
350 trace \
351 umode \
352 undline \
353 unkline \
354 unresv \
355 unxline \
356 user \
357 userhost \
358 users \
359 version \
360 wallops \
361 who \
362 whois \
363 whowas \
364 xline
365
366 all: all-am
367
368 .SUFFIXES:
369 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
370 @for dep in $?; do \
371 case '$(am__configure_deps)' in \
372 *$$dep*) \
373 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
374 && { if test -f $@; then exit 0; else break; fi; }; \
375 exit 1;; \
376 esac; \
377 done; \
378 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/Makefile'; \
379 $(am__cd) $(top_srcdir) && \
380 $(AUTOMAKE) --foreign help/Makefile
381 .PRECIOUS: Makefile
382 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
383 @case '$?' in \
384 *config.status*) \
385 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
386 *) \
387 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
388 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
389 esac;
390
391 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
392 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
393
394 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
395 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
397 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
398 $(am__aclocal_m4_deps):
399
400 mostlyclean-libtool:
401 -rm -f *.lo
402
403 clean-libtool:
404 -rm -rf .libs _libs
405 install-dist_helpfDATA: $(dist_helpf_DATA)
406 @$(NORMAL_INSTALL)
407 @list='$(dist_helpf_DATA)'; test -n "$(helpfdir)" || list=; \
408 if test -n "$$list"; then \
409 echo " $(MKDIR_P) '$(DESTDIR)$(helpfdir)'"; \
410 $(MKDIR_P) "$(DESTDIR)$(helpfdir)" || exit 1; \
411 fi; \
412 for p in $$list; do \
413 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
414 echo "$$d$$p"; \
415 done | $(am__base_list) | \
416 while read files; do \
417 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(helpfdir)'"; \
418 $(INSTALL_DATA) $$files "$(DESTDIR)$(helpfdir)" || exit $$?; \
419 done
420
421 uninstall-dist_helpfDATA:
422 @$(NORMAL_UNINSTALL)
423 @list='$(dist_helpf_DATA)'; test -n "$(helpfdir)" || list=; \
424 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
425 dir='$(DESTDIR)$(helpfdir)'; $(am__uninstall_files_from_dir)
426 tags TAGS:
427
428 ctags CTAGS:
429
430 cscope cscopelist:
431
432
433 distdir: $(DISTFILES)
434 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
435 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
436 list='$(DISTFILES)'; \
437 dist_files=`for file in $$list; do echo $$file; done | \
438 sed -e "s|^$$srcdirstrip/||;t" \
439 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
440 case $$dist_files in \
441 */*) $(MKDIR_P) `echo "$$dist_files" | \
442 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
443 sort -u` ;; \
444 esac; \
445 for file in $$dist_files; do \
446 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
447 if test -d $$d/$$file; then \
448 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
449 if test -d "$(distdir)/$$file"; then \
450 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
451 fi; \
452 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
453 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
454 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
455 fi; \
456 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
457 else \
458 test -f "$(distdir)/$$file" \
459 || cp -p $$d/$$file "$(distdir)/$$file" \
460 || exit 1; \
461 fi; \
462 done
463 check-am: all-am
464 check: check-am
465 all-am: Makefile $(DATA)
466 installdirs:
467 for dir in "$(DESTDIR)$(helpfdir)"; do \
468 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
469 done
470 install: install-am
471 install-exec: install-exec-am
472 install-data: install-data-am
473 uninstall: uninstall-am
474
475 install-am: all-am
476 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
477
478 installcheck: installcheck-am
479 install-strip:
480 if test -z '$(STRIP)'; then \
481 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
482 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
483 install; \
484 else \
485 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
486 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
487 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
488 fi
489 mostlyclean-generic:
490
491 clean-generic:
492
493 distclean-generic:
494 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
495 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
496
497 maintainer-clean-generic:
498 @echo "This command is intended for maintainers to use"
499 @echo "it deletes files that may require special tools to rebuild."
500 clean: clean-am
501
502 clean-am: clean-generic clean-libtool mostlyclean-am
503
504 distclean: distclean-am
505 -rm -f Makefile
506 distclean-am: clean-am distclean-generic
507
508 dvi: dvi-am
509
510 dvi-am:
511
512 html: html-am
513
514 html-am:
515
516 info: info-am
517
518 info-am:
519
520 install-data-am: install-dist_helpfDATA
521
522 install-dvi: install-dvi-am
523
524 install-dvi-am:
525
526 install-exec-am:
527
528 install-html: install-html-am
529
530 install-html-am:
531
532 install-info: install-info-am
533
534 install-info-am:
535
536 install-man:
537
538 install-pdf: install-pdf-am
539
540 install-pdf-am:
541
542 install-ps: install-ps-am
543
544 install-ps-am:
545
546 installcheck-am:
547
548 maintainer-clean: maintainer-clean-am
549 -rm -f Makefile
550 maintainer-clean-am: distclean-am maintainer-clean-generic
551
552 mostlyclean: mostlyclean-am
553
554 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
555
556 pdf: pdf-am
557
558 pdf-am:
559
560 ps: ps-am
561
562 ps-am:
563
564 uninstall-am: uninstall-dist_helpfDATA
565
566 .MAKE: install-am install-strip
567
568 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
569 cscopelist-am ctags-am distclean distclean-generic \
570 distclean-libtool distdir dvi dvi-am html html-am info info-am \
571 install install-am install-data install-data-am \
572 install-dist_helpfDATA install-dvi install-dvi-am install-exec \
573 install-exec-am install-html install-html-am install-info \
574 install-info-am install-man install-pdf install-pdf-am \
575 install-ps install-ps-am install-strip installcheck \
576 installcheck-am installdirs maintainer-clean \
577 maintainer-clean-generic mostlyclean mostlyclean-generic \
578 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
579 uninstall-am uninstall-dist_helpfDATA
580
581
582 helpf: $(dist_helpf_DATA)
583
584 # Tell versions [3.59,3.63) of GNU make to not export all variables.
585 # Otherwise a system limit (for SysV at least) may be exceeded.
586 .NOEXPORT: