ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/doc/Makefile.in
Revision: 1310
Committed: Mon Mar 26 15:45:02 2012 UTC (14 years, 4 months ago) by michael
File size: 15153 byte(s)
Log Message:
- move example configuration files to doc/ folder

File Contents

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