ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/opers/Makefile.in
Revision: 1155
Committed: Tue Aug 9 20:27:45 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/help/opers/Makefile.in
File size: 13018 byte(s)
Log Message:
- recreate "trunk"

File Contents

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