ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/doc/Makefile.in
Revision: 1257
Committed: Sun Jan 15 06:28:46 2012 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/doc/Makefile.in
File size: 14027 byte(s)
Log Message:
- automake 1.11.2

File Contents

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