ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/help/opers/Makefile.in
Revision: 1093
Committed: Sun Jun 13 10:04:30 2010 UTC (16 years, 1 month ago) by michael
File size: 12953 byte(s)
Log Message:
- Updated ltdl to latest 2.2.10 release

File Contents

# User Rev Content
1 michael 1042 # 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 1034 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 1034 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 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 ltdl_LIBOBJS = @ltdl_LIBOBJS@
195     ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
196 michael 912 mandir = @mandir@
197     mkdir_p = @mkdir_p@
198     oldincludedir = @oldincludedir@
199     pdfdir = @pdfdir@
200     prefix = @prefix@
201     program_transform_name = @program_transform_name@
202     psdir = @psdir@
203     sbindir = @sbindir@
204     sharedstatedir = @sharedstatedir@
205     srcdir = @srcdir@
206 michael 945 sys_symbol_underscore = @sys_symbol_underscore@
207 michael 912 sysconfdir = @sysconfdir@
208     target_alias = @target_alias@
209 db 941 top_build_prefix = @top_build_prefix@
210 michael 912 top_builddir = @top_builddir@
211     top_srcdir = @top_srcdir@
212     AUTOMAKE_OPTIONS = foreign
213 michael 1034 helpfdir = $(pkgdatadir)/help/opers
214     dist_helpf_DATA = accept cmode etrace ison list map nick ping resv stats trace \
215     unxline whois admin connect gline gungline join locops modlist \
216     notice pong rkline svinfo uhelp user whowas away cryptlink hash \
217     kick lusers modload omotd post rxline testgecos umode \
218     userhost xline capab die help kill modrestart oper privmsg \
219     server testline undline users challenge dline index kline \
220     modunload operwall quit set testmask ungline version client \
221     eob info knock motd part rehash sjoin time unkline wallops \
222     close error invite links names pass restart squit topic \
223     unresv who
224 michael 912
225     all: all-am
226    
227     .SUFFIXES:
228     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
229     @for dep in $?; do \
230     case '$(am__configure_deps)' in \
231     *$$dep*) \
232 michael 945 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
233     && { if test -f $@; then exit 0; else break; fi; }; \
234 michael 912 exit 1;; \
235     esac; \
236     done; \
237 michael 945 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/opers/Makefile'; \
238     $(am__cd) $(top_srcdir) && \
239     $(AUTOMAKE) --foreign help/opers/Makefile
240 michael 912 .PRECIOUS: Makefile
241     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
242     @case '$?' in \
243     *config.status*) \
244     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
245     *) \
246     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
247     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
248     esac;
249    
250     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
251     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252    
253     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
254     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
256     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257 michael 945 $(am__aclocal_m4_deps):
258 michael 912
259     mostlyclean-libtool:
260     -rm -f *.lo
261    
262     clean-libtool:
263     -rm -rf .libs _libs
264 michael 1034 install-dist_helpfDATA: $(dist_helpf_DATA)
265 michael 912 @$(NORMAL_INSTALL)
266 michael 1034 test -z "$(helpfdir)" || $(MKDIR_P) "$(DESTDIR)$(helpfdir)"
267     @list='$(dist_helpf_DATA)'; test -n "$(helpfdir)" || list=; \
268 michael 945 for p in $$list; do \
269 michael 912 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
270 michael 945 echo "$$d$$p"; \
271     done | $(am__base_list) | \
272     while read files; do \
273 michael 1034 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(helpfdir)'"; \
274     $(INSTALL_DATA) $$files "$(DESTDIR)$(helpfdir)" || exit $$?; \
275 michael 912 done
276    
277 michael 1034 uninstall-dist_helpfDATA:
278 michael 912 @$(NORMAL_UNINSTALL)
279 michael 1034 @list='$(dist_helpf_DATA)'; test -n "$(helpfdir)" || list=; \
280 michael 945 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
281     test -n "$$files" || exit 0; \
282 michael 1034 echo " ( cd '$(DESTDIR)$(helpfdir)' && rm -f" $$files ")"; \
283     cd "$(DESTDIR)$(helpfdir)" && rm -f $$files
284 michael 912 tags: TAGS
285     TAGS:
286    
287     ctags: CTAGS
288     CTAGS:
289    
290    
291     distdir: $(DISTFILES)
292     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
293     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
294     list='$(DISTFILES)'; \
295     dist_files=`for file in $$list; do echo $$file; done | \
296     sed -e "s|^$$srcdirstrip/||;t" \
297     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
298     case $$dist_files in \
299     */*) $(MKDIR_P) `echo "$$dist_files" | \
300     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
301     sort -u` ;; \
302     esac; \
303     for file in $$dist_files; do \
304     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
305     if test -d $$d/$$file; then \
306     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
307 michael 945 if test -d "$(distdir)/$$file"; then \
308     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
309     fi; \
310 michael 912 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
311 michael 945 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
312     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
313 michael 912 fi; \
314 michael 945 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
315 michael 912 else \
316 michael 945 test -f "$(distdir)/$$file" \
317     || cp -p $$d/$$file "$(distdir)/$$file" \
318 michael 912 || exit 1; \
319     fi; \
320     done
321     check-am: all-am
322     check: check-am
323     all-am: Makefile $(DATA)
324     installdirs:
325 michael 1034 for dir in "$(DESTDIR)$(helpfdir)"; do \
326 michael 912 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
327     done
328     install: install-am
329     install-exec: install-exec-am
330     install-data: install-data-am
331     uninstall: uninstall-am
332    
333     install-am: all-am
334     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
335    
336     installcheck: installcheck-am
337     install-strip:
338     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
339     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
340     `test -z '$(STRIP)' || \
341     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
342     mostlyclean-generic:
343    
344     clean-generic:
345    
346     distclean-generic:
347     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
348 michael 945 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
349 michael 912
350     maintainer-clean-generic:
351     @echo "This command is intended for maintainers to use"
352     @echo "it deletes files that may require special tools to rebuild."
353     clean: clean-am
354    
355     clean-am: clean-generic clean-libtool mostlyclean-am
356    
357     distclean: distclean-am
358     -rm -f Makefile
359     distclean-am: clean-am distclean-generic
360    
361     dvi: dvi-am
362    
363     dvi-am:
364    
365     html: html-am
366    
367 michael 945 html-am:
368    
369 michael 912 info: info-am
370    
371     info-am:
372    
373 michael 1034 install-data-am: install-dist_helpfDATA
374 michael 912
375     install-dvi: install-dvi-am
376    
377 michael 945 install-dvi-am:
378    
379 michael 912 install-exec-am:
380    
381     install-html: install-html-am
382    
383 michael 945 install-html-am:
384    
385 michael 912 install-info: install-info-am
386    
387 michael 945 install-info-am:
388    
389 michael 912 install-man:
390    
391     install-pdf: install-pdf-am
392    
393 michael 945 install-pdf-am:
394    
395 michael 912 install-ps: install-ps-am
396    
397 michael 945 install-ps-am:
398    
399 michael 912 installcheck-am:
400    
401     maintainer-clean: maintainer-clean-am
402     -rm -f Makefile
403     maintainer-clean-am: distclean-am maintainer-clean-generic
404    
405     mostlyclean: mostlyclean-am
406    
407     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
408    
409     pdf: pdf-am
410    
411     pdf-am:
412    
413     ps: ps-am
414    
415     ps-am:
416    
417 michael 1034 uninstall-am: uninstall-dist_helpfDATA
418 michael 912
419     .MAKE: install-am install-strip
420    
421     .PHONY: all all-am check check-am clean clean-generic clean-libtool \
422     distclean distclean-generic distclean-libtool distdir dvi \
423     dvi-am html html-am info info-am install install-am \
424 michael 1034 install-data install-data-am install-dist_helpfDATA \
425     install-dvi install-dvi-am install-exec install-exec-am \
426     install-html install-html-am install-info install-info-am \
427     install-man install-pdf install-pdf-am install-ps \
428     install-ps-am install-strip installcheck installcheck-am \
429     installdirs maintainer-clean maintainer-clean-generic \
430     mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
431     ps ps-am uninstall uninstall-am uninstall-dist_helpfDATA
432 michael 912
433    
434 michael 1034 helpf: $(dist_helpf_DATA)
435 michael 945
436 michael 912 # Tell versions [3.59,3.63) of GNU make to not export all variables.
437     # Otherwise a system limit (for SysV at least) may be exceeded.
438     .NOEXPORT: