ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/doc/Makefile.in
Revision: 1504
Committed: Thu Aug 16 18:03:00 2012 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/doc/Makefile.in
File size: 15756 byte(s)
Log Message:
- automake 1.12.3

File Contents

# User Rev Content
1 michael 1504 # Makefile.in generated by automake 1.12.3 from Makefile.am.
2 michael 912 # @configure_input@
3    
4 michael 1425 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
5    
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 1310
17 michael 912 VPATH = @srcdir@
18 michael 1338 am__make_dryrun = \
19     { \
20     am__dry=no; \
21     case $$MAKEFLAGS in \
22     *\\[\ \ ]*) \
23     echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24     | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25     *) \
26     for am__flg in $$MAKEFLAGS; do \
27     case $$am__flg in \
28     *=*|--*) ;; \
29     *n*) am__dry=yes; break;; \
30     esac; \
31     done;; \
32     esac; \
33     test $$am__dry = yes; \
34     }
35 michael 912 pkgdatadir = $(datadir)/@PACKAGE@
36 michael 945 pkgincludedir = $(includedir)/@PACKAGE@
37 michael 912 pkglibdir = $(libdir)/@PACKAGE@
38 michael 945 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 michael 912 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40     install_sh_DATA = $(install_sh) -c -m 644
41     install_sh_PROGRAM = $(install_sh) -c
42     install_sh_SCRIPT = $(install_sh) -c
43     INSTALL_HEADER = $(INSTALL_DATA)
44     transform = $(program_transform_name)
45     NORMAL_INSTALL = :
46     PRE_INSTALL = :
47     POST_INSTALL = :
48     NORMAL_UNINSTALL = :
49     PRE_UNINSTALL = :
50     POST_UNINSTALL = :
51     build_triplet = @build@
52     host_triplet = @host@
53     subdir = doc
54 michael 1402 DIST_COMMON = $(dist_sysconf_DATA) $(srcdir)/Makefile.am \
55 michael 1310 $(srcdir)/Makefile.in
56 michael 912 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57     am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
58     $(top_srcdir)/configure.ac
59     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60     $(ACLOCAL_M4)
61     mkinstalldirs = $(install_sh) -d
62     CONFIG_HEADER = $(top_builddir)/config.h
63     CONFIG_CLEAN_FILES =
64 michael 945 CONFIG_CLEAN_VPATH_FILES =
65 michael 912 SOURCES =
66     DIST_SOURCES =
67 michael 1338 am__can_run_installinfo = \
68     case $$AM_UPDATE_INFO_DIR in \
69     n|no|NO) false;; \
70     *) (install-info --version) >/dev/null 2>&1;; \
71     esac
72 michael 945 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
73     am__vpath_adj = case $$p in \
74     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
75     *) f=$$p;; \
76     esac;
77     am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
78     am__install_max = 40
79     am__nobase_strip_setup = \
80     srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
81     am__nobase_strip = \
82     for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
83     am__nobase_list = $(am__nobase_strip_setup); \
84     for p in $$list; do echo "$$p $$p"; done | \
85     sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
86     $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
87     if (++n[$$2] == $(am__install_max)) \
88     { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
89     END { for (dir in files) print dir, files[dir] }'
90     am__base_list = \
91     sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
92     sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
93 michael 1257 am__uninstall_files_from_dir = { \
94     test -z "$$files" \
95     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
96     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
97     $(am__cd) "$$dir" && rm -f $$files; }; \
98     }
99 michael 912 man8dir = $(mandir)/man8
100 michael 1310 am__installdirs = "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(sysconfdir)"
101 michael 912 NROFF = nroff
102     MANS = $(man_MANS)
103 michael 1310 DATA = $(dist_sysconf_DATA)
104 michael 912 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105     ACLOCAL = @ACLOCAL@
106     AMTAR = @AMTAR@
107     AR = @AR@
108 michael 945 ARGZ_H = @ARGZ_H@
109 michael 912 AUTOCONF = @AUTOCONF@
110     AUTOHEADER = @AUTOHEADER@
111     AUTOMAKE = @AUTOMAKE@
112     AWK = @AWK@
113     CC = @CC@
114     CCDEPMODE = @CCDEPMODE@
115     CFLAGS = @CFLAGS@
116     CPP = @CPP@
117     CPPFLAGS = @CPPFLAGS@
118     CYGPATH_W = @CYGPATH_W@
119     DATADIR = @DATADIR@
120     DEFS = @DEFS@
121     DEPDIR = @DEPDIR@
122 michael 1106 DLLTOOL = @DLLTOOL@
123 db 941 DSYMUTIL = @DSYMUTIL@
124 michael 945 DUMPBIN = @DUMPBIN@
125 michael 912 ECHO_C = @ECHO_C@
126     ECHO_N = @ECHO_N@
127     ECHO_T = @ECHO_T@
128     EGREP = @EGREP@
129     EXEEXT = @EXEEXT@
130 michael 945 FGREP = @FGREP@
131 michael 912 GREP = @GREP@
132     INCLTDL = @INCLTDL@
133     INSTALL = @INSTALL@
134     INSTALL_DATA = @INSTALL_DATA@
135     INSTALL_PROGRAM = @INSTALL_PROGRAM@
136     INSTALL_SCRIPT = @INSTALL_SCRIPT@
137     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
138 michael 945 LD = @LD@
139 michael 912 LDFLAGS = @LDFLAGS@
140     LEX = @LEX@
141     LEXLIB = @LEXLIB@
142     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
143 michael 945 LIBADD_DL = @LIBADD_DL@
144     LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
145     LIBADD_DLOPEN = @LIBADD_DLOPEN@
146     LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
147 michael 912 LIBDIR = @LIBDIR@
148     LIBLTDL = @LIBLTDL@
149     LIBOBJS = @LIBOBJS@
150     LIBS = @LIBS@
151     LIBTOOL = @LIBTOOL@
152 michael 945 LIPO = @LIPO@
153 michael 912 LN_S = @LN_S@
154     LOCALSTATEDIR = @LOCALSTATEDIR@
155 michael 945 LTDLDEPS = @LTDLDEPS@
156     LTDLINCL = @LTDLINCL@
157     LTDLOPEN = @LTDLOPEN@
158 michael 912 LTLIBOBJS = @LTLIBOBJS@
159 michael 945 LT_CONFIG_H = @LT_CONFIG_H@
160     LT_DLLOADERS = @LT_DLLOADERS@
161     LT_DLPREOPEN = @LT_DLPREOPEN@
162 michael 912 MAINT = @MAINT@
163     MAKEINFO = @MAKEINFO@
164 michael 1106 MANIFEST_TOOL = @MANIFEST_TOOL@
165 michael 912 MKDIR_P = @MKDIR_P@
166 michael 945 NM = @NM@
167 db 941 NMEDIT = @NMEDIT@
168 michael 945 OBJDUMP = @OBJDUMP@
169 michael 912 OBJEXT = @OBJEXT@
170 michael 945 OTOOL = @OTOOL@
171     OTOOL64 = @OTOOL64@
172 michael 912 PACKAGE = @PACKAGE@
173     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
174     PACKAGE_NAME = @PACKAGE_NAME@
175     PACKAGE_STRING = @PACKAGE_STRING@
176     PACKAGE_TARNAME = @PACKAGE_TARNAME@
177 michael 967 PACKAGE_URL = @PACKAGE_URL@
178 michael 912 PACKAGE_VERSION = @PACKAGE_VERSION@
179     PATH_SEPARATOR = @PATH_SEPARATOR@
180     PREFIX = @PREFIX@
181     RANLIB = @RANLIB@
182     SED = @SED@
183     SET_MAKE = @SET_MAKE@
184     SHELL = @SHELL@
185     STRIP = @STRIP@
186     SYSCONFDIR = @SYSCONFDIR@
187     VERSION = @VERSION@
188     YACC = @YACC@
189     YFLAGS = @YFLAGS@
190     abs_builddir = @abs_builddir@
191     abs_srcdir = @abs_srcdir@
192     abs_top_builddir = @abs_top_builddir@
193     abs_top_srcdir = @abs_top_srcdir@
194 michael 1106 ac_ct_AR = @ac_ct_AR@
195 michael 912 ac_ct_CC = @ac_ct_CC@
196 michael 945 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
197 michael 912 am__include = @am__include@
198     am__leading_dot = @am__leading_dot@
199     am__quote = @am__quote@
200     am__tar = @am__tar@
201     am__untar = @am__untar@
202     bindir = @bindir@
203     build = @build@
204     build_alias = @build_alias@
205     build_cpu = @build_cpu@
206     build_os = @build_os@
207     build_vendor = @build_vendor@
208     builddir = @builddir@
209     datadir = @datadir@
210     datarootdir = @datarootdir@
211     docdir = @docdir@
212     dvidir = @dvidir@
213     exec_prefix = @exec_prefix@
214     host = @host@
215     host_alias = @host_alias@
216     host_cpu = @host_cpu@
217     host_os = @host_os@
218     host_vendor = @host_vendor@
219     htmldir = @htmldir@
220     includedir = @includedir@
221     infodir = @infodir@
222     install_sh = @install_sh@
223     libdir = @libdir@
224     libexecdir = @libexecdir@
225     localedir = @localedir@
226     localstatedir = @localstatedir@
227 michael 945 ltdl_LIBOBJS = @ltdl_LIBOBJS@
228     ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
229 michael 912 mandir = @mandir@
230 michael 1462 mkdir_p = @mkdir_p@
231 michael 912 oldincludedir = @oldincludedir@
232     pdfdir = @pdfdir@
233     prefix = @prefix@
234     program_transform_name = @program_transform_name@
235     psdir = @psdir@
236     sbindir = @sbindir@
237     sharedstatedir = @sharedstatedir@
238     srcdir = @srcdir@
239 michael 945 sys_symbol_underscore = @sys_symbol_underscore@
240 michael 912 sysconfdir = @sysconfdir@
241     target_alias = @target_alias@
242 db 941 top_build_prefix = @top_build_prefix@
243 michael 912 top_builddir = @top_builddir@
244     top_srcdir = @top_srcdir@
245     AUTOMAKE_OPTIONS = foreign
246     man_MANS = ircd.8
247 michael 1402 dist_sysconf_DATA = example.conf example.efnet.conf
248 michael 912 all: all-am
249    
250     .SUFFIXES:
251     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
252     @for dep in $?; do \
253     case '$(am__configure_deps)' in \
254     *$$dep*) \
255 michael 945 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
256     && { if test -f $@; then exit 0; else break; fi; }; \
257 michael 912 exit 1;; \
258     esac; \
259     done; \
260 michael 945 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
261     $(am__cd) $(top_srcdir) && \
262     $(AUTOMAKE) --foreign doc/Makefile
263 michael 912 .PRECIOUS: Makefile
264     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
265     @case '$?' in \
266     *config.status*) \
267     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
268     *) \
269     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
270     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
271     esac;
272    
273     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
274     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275    
276     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
277     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
279     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
280 michael 945 $(am__aclocal_m4_deps):
281 michael 912
282     mostlyclean-libtool:
283     -rm -f *.lo
284    
285     clean-libtool:
286     -rm -rf .libs _libs
287 michael 945 install-man8: $(man_MANS)
288 michael 912 @$(NORMAL_INSTALL)
289 michael 1338 @list1=''; \
290     list2='$(man_MANS)'; \
291     test -n "$(man8dir)" \
292     && test -n "`echo $$list1$$list2`" \
293     || exit 0; \
294     echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
295     $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
296     { for i in $$list1; do echo "$$i"; done; \
297     if test -n "$$list2"; then \
298     for i in $$list2; do echo "$$i"; done \
299     | sed -n '/\.8[a-z]*$$/p'; \
300     fi; \
301 michael 945 } | while read p; do \
302     if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
303     echo "$$d$$p"; echo "$$p"; \
304     done | \
305     sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
306     -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
307     sed 'N;N;s,\n, ,g' | { \
308     list=; while read file base inst; do \
309     if test "$$base" = "$$inst"; then list="$$list $$file"; else \
310     echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
311     $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
312     fi; \
313 michael 912 done; \
314 michael 945 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
315     while read files; do \
316     test -z "$$files" || { \
317     echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
318     $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
319     done; }
320    
321 michael 912 uninstall-man8:
322     @$(NORMAL_UNINSTALL)
323 michael 945 @list=''; test -n "$(man8dir)" || exit 0; \
324     files=`{ for i in $$list; do echo "$$i"; done; \
325     l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
326     sed -n '/\.8[a-z]*$$/p'; \
327     } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
328     -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
329 michael 1257 dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
330 michael 1310 install-dist_sysconfDATA: $(dist_sysconf_DATA)
331     @$(NORMAL_INSTALL)
332     @list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
333 michael 1338 if test -n "$$list"; then \
334     echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \
335 michael 1356 $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \
336 michael 1338 fi; \
337 michael 1310 for p in $$list; do \
338     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
339     echo "$$d$$p"; \
340     done | $(am__base_list) | \
341     while read files; do \
342     echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
343     $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
344     done
345    
346     uninstall-dist_sysconfDATA:
347     @$(NORMAL_UNINSTALL)
348     @list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
349     files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
350     dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
351 michael 912 tags: TAGS
352     TAGS:
353    
354     ctags: CTAGS
355     CTAGS:
356    
357 michael 1373 cscope cscopelist:
358 michael 912
359 michael 1373
360 michael 912 distdir: $(DISTFILES)
361 michael 945 @list='$(MANS)'; if test -n "$$list"; then \
362     list=`for p in $$list; do \
363     if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
364     if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
365     if test -n "$$list" && \
366     grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
367 michael 1373 echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
368 michael 945 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
369     echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
370 michael 1373 echo " typically 'make maintainer-clean' will remove them" >&2; \
371 michael 945 exit 1; \
372     else :; fi; \
373     else :; fi
374 michael 912 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
375     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
376     list='$(DISTFILES)'; \
377     dist_files=`for file in $$list; do echo $$file; done | \
378     sed -e "s|^$$srcdirstrip/||;t" \
379     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
380     case $$dist_files in \
381     */*) $(MKDIR_P) `echo "$$dist_files" | \
382     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
383     sort -u` ;; \
384     esac; \
385     for file in $$dist_files; do \
386     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
387     if test -d $$d/$$file; then \
388     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
389 michael 945 if test -d "$(distdir)/$$file"; then \
390     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
391     fi; \
392 michael 912 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
393 michael 945 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
394     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
395 michael 912 fi; \
396 michael 945 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
397 michael 912 else \
398 michael 945 test -f "$(distdir)/$$file" \
399     || cp -p $$d/$$file "$(distdir)/$$file" \
400 michael 912 || exit 1; \
401     fi; \
402     done
403     check-am: all-am
404     check: check-am
405 michael 1310 all-am: Makefile $(MANS) $(DATA)
406 michael 912 installdirs:
407 michael 1310 for dir in "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(sysconfdir)"; do \
408 michael 912 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
409     done
410     install: install-am
411     install-exec: install-exec-am
412     install-data: install-data-am
413     uninstall: uninstall-am
414    
415     install-am: all-am
416     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
417    
418     installcheck: installcheck-am
419     install-strip:
420 michael 1257 if test -z '$(STRIP)'; then \
421     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
422     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
423     install; \
424     else \
425     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
426     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
427     "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
428     fi
429 michael 912 mostlyclean-generic:
430    
431     clean-generic:
432    
433     distclean-generic:
434     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
435 michael 945 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
436 michael 912
437     maintainer-clean-generic:
438     @echo "This command is intended for maintainers to use"
439     @echo "it deletes files that may require special tools to rebuild."
440     clean: clean-am
441    
442     clean-am: clean-generic clean-libtool mostlyclean-am
443    
444     distclean: distclean-am
445     -rm -f Makefile
446     distclean-am: clean-am distclean-generic
447    
448     dvi: dvi-am
449    
450     dvi-am:
451    
452     html: html-am
453    
454 michael 945 html-am:
455    
456 michael 912 info: info-am
457    
458     info-am:
459    
460     install-data-am: install-man
461    
462     install-dvi: install-dvi-am
463    
464 michael 945 install-dvi-am:
465    
466 michael 1310 install-exec-am: install-dist_sysconfDATA
467 michael 912
468     install-html: install-html-am
469    
470 michael 945 install-html-am:
471    
472 michael 912 install-info: install-info-am
473    
474 michael 945 install-info-am:
475    
476 michael 912 install-man: install-man8
477    
478     install-pdf: install-pdf-am
479    
480 michael 945 install-pdf-am:
481    
482 michael 912 install-ps: install-ps-am
483    
484 michael 945 install-ps-am:
485    
486 michael 912 installcheck-am:
487    
488     maintainer-clean: maintainer-clean-am
489     -rm -f Makefile
490     maintainer-clean-am: distclean-am maintainer-clean-generic
491    
492     mostlyclean: mostlyclean-am
493    
494     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
495    
496     pdf: pdf-am
497    
498     pdf-am:
499    
500     ps: ps-am
501    
502     ps-am:
503    
504 michael 1310 uninstall-am: uninstall-dist_sysconfDATA uninstall-man
505 michael 912
506     uninstall-man: uninstall-man8
507    
508     .MAKE: install-am install-strip
509    
510     .PHONY: all all-am check check-am clean clean-generic clean-libtool \
511     distclean distclean-generic distclean-libtool distdir dvi \
512     dvi-am html html-am info info-am install install-am \
513 michael 1310 install-data install-data-am install-dist_sysconfDATA \
514     install-dvi install-dvi-am install-exec install-exec-am \
515     install-html install-html-am install-info install-info-am \
516     install-man install-man8 install-pdf install-pdf-am install-ps \
517     install-ps-am install-strip installcheck installcheck-am \
518     installdirs maintainer-clean maintainer-clean-generic \
519     mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
520     ps ps-am uninstall uninstall-am uninstall-dist_sysconfDATA \
521     uninstall-man uninstall-man8
522 michael 912
523 michael 945
524 michael 912 # Tell versions [3.59,3.63) of GNU make to not export all variables.
525     # Otherwise a system limit (for SysV at least) may be exceeded.
526     .NOEXPORT: