ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/Makefile.in
Revision: 2481
Committed: Wed Oct 23 16:38:58 2013 UTC (12 years, 9 months ago) by michael
File size: 17037 byte(s)
Log Message:
- Move openssl check to m4/ax_check_openssl.m4

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