ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/help/Makefile.in
Revision: 2480
Committed: Wed Oct 23 16:05:41 2013 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/help/Makefile.in
File size: 16997 byte(s)
Log Message:
- Initial build system related modernizations
- Add -fstack-protector to CFLAGS if available

File Contents

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