ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/help/opers/Makefile.in
Revision: 967
Committed: Sun Aug 2 18:05:28 2009 UTC (16 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/help/opers/Makefile.in
File size: 12930 byte(s)
Log Message:
- added ssl_server_protocol configuration option to servinfo{}.
  valid flags are 'sslv3' and 'tlsv1'

File Contents

# User Rev Content
1 michael 945 # Makefile.in generated by automake 1.11 from Makefile.am.
2 michael 912 # @configure_input@
3    
4     # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 michael 945 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6     # 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    
18     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 = help/opers
38     DIST_COMMON = $(dist_help_DATA) $(srcdir)/Makefile.am \
39     $(srcdir)/Makefile.in
40     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     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 michael 945 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 912 am__installdirs = "$(DESTDIR)$(helpdir)"
73     DATA = $(dist_help_DATA)
74     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75     ACLOCAL = @ACLOCAL@
76     AMTAR = @AMTAR@
77     AR = @AR@
78 michael 945 ARGZ_H = @ARGZ_H@
79 michael 912 AUTOCONF = @AUTOCONF@
80     AUTOHEADER = @AUTOHEADER@
81     AUTOMAKE = @AUTOMAKE@
82     AWK = @AWK@
83     CC = @CC@
84     CCDEPMODE = @CCDEPMODE@
85     CFLAGS = @CFLAGS@
86     CPP = @CPP@
87     CPPFLAGS = @CPPFLAGS@
88     CYGPATH_W = @CYGPATH_W@
89     DATADIR = @DATADIR@
90     DEFS = @DEFS@
91     DEPDIR = @DEPDIR@
92 db 941 DSYMUTIL = @DSYMUTIL@
93 michael 945 DUMPBIN = @DUMPBIN@
94 michael 912 ECHO_C = @ECHO_C@
95     ECHO_N = @ECHO_N@
96     ECHO_T = @ECHO_T@
97     EGREP = @EGREP@
98     EXEEXT = @EXEEXT@
99 michael 945 FGREP = @FGREP@
100 michael 912 GREP = @GREP@
101     INCLTDL = @INCLTDL@
102     INSTALL = @INSTALL@
103     INSTALL_DATA = @INSTALL_DATA@
104     INSTALL_PROGRAM = @INSTALL_PROGRAM@
105     INSTALL_SCRIPT = @INSTALL_SCRIPT@
106     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
107 michael 945 LD = @LD@
108 michael 912 LDFLAGS = @LDFLAGS@
109     LEX = @LEX@
110     LEXLIB = @LEXLIB@
111     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
112 michael 945 LIBADD_DL = @LIBADD_DL@
113     LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
114     LIBADD_DLOPEN = @LIBADD_DLOPEN@
115     LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
116 michael 912 LIBDIR = @LIBDIR@
117     LIBLTDL = @LIBLTDL@
118     LIBOBJS = @LIBOBJS@
119     LIBS = @LIBS@
120     LIBTOOL = @LIBTOOL@
121 michael 945 LIPO = @LIPO@
122 michael 912 LN_S = @LN_S@
123     LOCALSTATEDIR = @LOCALSTATEDIR@
124 michael 945 LTDLDEPS = @LTDLDEPS@
125     LTDLINCL = @LTDLINCL@
126     LTDLOPEN = @LTDLOPEN@
127 michael 912 LTLIBOBJS = @LTLIBOBJS@
128 michael 945 LT_CONFIG_H = @LT_CONFIG_H@
129     LT_DLLOADERS = @LT_DLLOADERS@
130     LT_DLPREOPEN = @LT_DLPREOPEN@
131 michael 912 MAINT = @MAINT@
132     MAKEINFO = @MAKEINFO@
133     MKDIR_P = @MKDIR_P@
134 michael 945 NM = @NM@
135 db 941 NMEDIT = @NMEDIT@
136 michael 945 OBJDUMP = @OBJDUMP@
137 michael 912 OBJEXT = @OBJEXT@
138 michael 945 OTOOL = @OTOOL@
139     OTOOL64 = @OTOOL64@
140 michael 912 PACKAGE = @PACKAGE@
141     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
142     PACKAGE_NAME = @PACKAGE_NAME@
143     PACKAGE_STRING = @PACKAGE_STRING@
144     PACKAGE_TARNAME = @PACKAGE_TARNAME@
145 michael 967 PACKAGE_URL = @PACKAGE_URL@
146 michael 912 PACKAGE_VERSION = @PACKAGE_VERSION@
147     PATH_SEPARATOR = @PATH_SEPARATOR@
148     PREFIX = @PREFIX@
149     RANLIB = @RANLIB@
150     SED = @SED@
151     SET_MAKE = @SET_MAKE@
152     SHELL = @SHELL@
153     STRIP = @STRIP@
154     SYSCONFDIR = @SYSCONFDIR@
155     VERSION = @VERSION@
156     YACC = @YACC@
157     YFLAGS = @YFLAGS@
158     abs_builddir = @abs_builddir@
159     abs_srcdir = @abs_srcdir@
160     abs_top_builddir = @abs_top_builddir@
161     abs_top_srcdir = @abs_top_srcdir@
162     ac_ct_CC = @ac_ct_CC@
163 michael 945 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
164 michael 912 am__include = @am__include@
165     am__leading_dot = @am__leading_dot@
166     am__quote = @am__quote@
167     am__tar = @am__tar@
168     am__untar = @am__untar@
169     bindir = @bindir@
170     build = @build@
171     build_alias = @build_alias@
172     build_cpu = @build_cpu@
173     build_os = @build_os@
174     build_vendor = @build_vendor@
175     builddir = @builddir@
176     datadir = @datadir@
177     datarootdir = @datarootdir@
178     docdir = @docdir@
179     dvidir = @dvidir@
180     exec_prefix = @exec_prefix@
181     host = @host@
182     host_alias = @host_alias@
183     host_cpu = @host_cpu@
184     host_os = @host_os@
185     host_vendor = @host_vendor@
186     htmldir = @htmldir@
187     includedir = @includedir@
188     infodir = @infodir@
189     install_sh = @install_sh@
190     libdir = @libdir@
191     libexecdir = @libexecdir@
192     localedir = @localedir@
193     localstatedir = @localstatedir@
194 michael 945 lt_ECHO = @lt_ECHO@
195     ltdl_LIBOBJS = @ltdl_LIBOBJS@
196     ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
197 michael 912 mandir = @mandir@
198     mkdir_p = @mkdir_p@
199     oldincludedir = @oldincludedir@
200     pdfdir = @pdfdir@
201     prefix = @prefix@
202     program_transform_name = @program_transform_name@
203     psdir = @psdir@
204     sbindir = @sbindir@
205     sharedstatedir = @sharedstatedir@
206     srcdir = @srcdir@
207     subdirs = @subdirs@
208 michael 945 sys_symbol_underscore = @sys_symbol_underscore@
209 michael 912 sysconfdir = @sysconfdir@
210     target_alias = @target_alias@
211 db 941 top_build_prefix = @top_build_prefix@
212 michael 912 top_builddir = @top_builddir@
213     top_srcdir = @top_srcdir@
214     AUTOMAKE_OPTIONS = foreign
215     helpdir = $(pkgdatadir)/help/opers
216     dist_help_DATA = accept cmode etrace ison list map nick ping resv stats trace \
217     unxline whois admin connect gline join locops modlist notice \
218     pong rkline svinfo uhelp user whowas away cryptlink hash \
219     kick lusers modload omotd post rxline testgecos umode \
220     userhost xline capab die help kill modrestart oper privmsg \
221     server testline undline users challenge dline index kline \
222     modunload operwall quit set testmask ungline version client \
223     eob info knock motd part rehash sjoin time unkline wallops \
224     close error invite links names pass restart squit topic \
225     unresv who
226    
227     all: all-am
228    
229     .SUFFIXES:
230     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
231     @for dep in $?; do \
232     case '$(am__configure_deps)' in \
233     *$$dep*) \
234 michael 945 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
235     && { if test -f $@; then exit 0; else break; fi; }; \
236 michael 912 exit 1;; \
237     esac; \
238     done; \
239 michael 945 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/opers/Makefile'; \
240     $(am__cd) $(top_srcdir) && \
241     $(AUTOMAKE) --foreign help/opers/Makefile
242 michael 912 .PRECIOUS: Makefile
243     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
244     @case '$?' in \
245     *config.status*) \
246     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
247     *) \
248     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
249     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
250     esac;
251    
252     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
253     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254    
255     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
256     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
258     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259 michael 945 $(am__aclocal_m4_deps):
260 michael 912
261     mostlyclean-libtool:
262     -rm -f *.lo
263    
264     clean-libtool:
265     -rm -rf .libs _libs
266     install-dist_helpDATA: $(dist_help_DATA)
267     @$(NORMAL_INSTALL)
268     test -z "$(helpdir)" || $(MKDIR_P) "$(DESTDIR)$(helpdir)"
269 michael 945 @list='$(dist_help_DATA)'; test -n "$(helpdir)" || list=; \
270     for p in $$list; do \
271 michael 912 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
272 michael 945 echo "$$d$$p"; \
273     done | $(am__base_list) | \
274     while read files; do \
275     echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(helpdir)'"; \
276     $(INSTALL_DATA) $$files "$(DESTDIR)$(helpdir)" || exit $$?; \
277 michael 912 done
278    
279     uninstall-dist_helpDATA:
280     @$(NORMAL_UNINSTALL)
281 michael 945 @list='$(dist_help_DATA)'; test -n "$(helpdir)" || list=; \
282     files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
283     test -n "$$files" || exit 0; \
284     echo " ( cd '$(DESTDIR)$(helpdir)' && rm -f" $$files ")"; \
285     cd "$(DESTDIR)$(helpdir)" && rm -f $$files
286 michael 912 tags: TAGS
287     TAGS:
288    
289     ctags: CTAGS
290     CTAGS:
291    
292    
293     distdir: $(DISTFILES)
294     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
295     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
296     list='$(DISTFILES)'; \
297     dist_files=`for file in $$list; do echo $$file; done | \
298     sed -e "s|^$$srcdirstrip/||;t" \
299     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
300     case $$dist_files in \
301     */*) $(MKDIR_P) `echo "$$dist_files" | \
302     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
303     sort -u` ;; \
304     esac; \
305     for file in $$dist_files; do \
306     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
307     if test -d $$d/$$file; then \
308     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
309 michael 945 if test -d "$(distdir)/$$file"; then \
310     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
311     fi; \
312 michael 912 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
313 michael 945 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
314     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
315 michael 912 fi; \
316 michael 945 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
317 michael 912 else \
318 michael 945 test -f "$(distdir)/$$file" \
319     || cp -p $$d/$$file "$(distdir)/$$file" \
320 michael 912 || exit 1; \
321     fi; \
322     done
323     check-am: all-am
324     check: check-am
325     all-am: Makefile $(DATA)
326     installdirs:
327     for dir in "$(DESTDIR)$(helpdir)"; do \
328     test -z "$$dir" || $(MKDIR_P) "$$dir"; \
329     done
330     install: install-am
331     install-exec: install-exec-am
332     install-data: install-data-am
333     uninstall: uninstall-am
334    
335     install-am: all-am
336     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
337    
338     installcheck: installcheck-am
339     install-strip:
340     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
341     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
342     `test -z '$(STRIP)' || \
343     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
344     mostlyclean-generic:
345    
346     clean-generic:
347    
348     distclean-generic:
349     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
350 michael 945 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
351 michael 912
352     maintainer-clean-generic:
353     @echo "This command is intended for maintainers to use"
354     @echo "it deletes files that may require special tools to rebuild."
355     clean: clean-am
356    
357     clean-am: clean-generic clean-libtool mostlyclean-am
358    
359     distclean: distclean-am
360     -rm -f Makefile
361     distclean-am: clean-am distclean-generic
362    
363     dvi: dvi-am
364    
365     dvi-am:
366    
367     html: html-am
368    
369 michael 945 html-am:
370    
371 michael 912 info: info-am
372    
373     info-am:
374    
375     install-data-am: install-dist_helpDATA
376    
377     install-dvi: install-dvi-am
378    
379 michael 945 install-dvi-am:
380    
381 michael 912 install-exec-am:
382    
383     install-html: install-html-am
384    
385 michael 945 install-html-am:
386    
387 michael 912 install-info: install-info-am
388    
389 michael 945 install-info-am:
390    
391 michael 912 install-man:
392    
393     install-pdf: install-pdf-am
394    
395 michael 945 install-pdf-am:
396    
397 michael 912 install-ps: install-ps-am
398    
399 michael 945 install-ps-am:
400    
401 michael 912 installcheck-am:
402    
403     maintainer-clean: maintainer-clean-am
404     -rm -f Makefile
405     maintainer-clean-am: distclean-am maintainer-clean-generic
406    
407     mostlyclean: mostlyclean-am
408    
409     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
410    
411     pdf: pdf-am
412    
413     pdf-am:
414    
415     ps: ps-am
416    
417     ps-am:
418    
419     uninstall-am: uninstall-dist_helpDATA
420    
421     .MAKE: install-am install-strip
422    
423     .PHONY: all all-am check check-am clean clean-generic clean-libtool \
424     distclean distclean-generic distclean-libtool distdir dvi \
425     dvi-am html html-am info info-am install install-am \
426     install-data install-data-am install-dist_helpDATA install-dvi \
427     install-dvi-am install-exec install-exec-am install-html \
428     install-html-am install-info install-info-am install-man \
429     install-pdf install-pdf-am install-ps install-ps-am \
430     install-strip installcheck installcheck-am installdirs \
431     maintainer-clean maintainer-clean-generic mostlyclean \
432     mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
433     uninstall uninstall-am uninstall-dist_helpDATA
434    
435    
436     help: $(dist_help_DATA)
437 michael 945
438 michael 912 # Tell versions [3.59,3.63) of GNU make to not export all variables.
439     # Otherwise a system limit (for SysV at least) may be exceeded.
440     .NOEXPORT: