ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/help/opers/Makefile.in
Revision: 1425
Committed: Wed Jun 6 08:44:22 2012 UTC (11 years, 9 months ago) by michael
File size: 13926 byte(s)
Log Message:
- automake 1.12.1 & bison 2.5.1

File Contents

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