ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/etc/Makefile.in
Revision: 1291
Committed: Sun Feb 12 20:24:41 2012 UTC (12 years, 1 month ago) by michael
File size: 12718 byte(s)
Log Message:
- automake 1.11.3

File Contents

# User Rev Content
1 michael 1291 # Makefile.in generated by automake 1.11.3 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    
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 = etc
38     DIST_COMMON = $(am__dist_sysconf_DATA_DIST) $(srcdir)/Makefile.am \
39 michael 1072 $(srcdir)/Makefile.in
40 michael 912 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 michael 1072 CONFIG_CLEAN_FILES =
48 michael 945 CONFIG_CLEAN_VPATH_FILES =
49 michael 912 SOURCES =
50     DIST_SOURCES =
51     am__dist_sysconf_DATA_DIST = example.conf example.efnet.conf
52     am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53     am__vpath_adj = case $$p in \
54     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55     *) f=$$p;; \
56     esac;
57 michael 945 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
58     am__install_max = 40
59     am__nobase_strip_setup = \
60     srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
61     am__nobase_strip = \
62     for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
63     am__nobase_list = $(am__nobase_strip_setup); \
64     for p in $$list; do echo "$$p $$p"; done | \
65     sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
66     $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
67     if (++n[$$2] == $(am__install_max)) \
68     { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
69     END { for (dir in files) print dir, files[dir] }'
70     am__base_list = \
71     sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
72     sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
73 michael 1257 am__uninstall_files_from_dir = { \
74     test -z "$$files" \
75     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
76     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
77     $(am__cd) "$$dir" && rm -f $$files; }; \
78     }
79 michael 912 am__installdirs = "$(DESTDIR)$(sysconfdir)"
80     DATA = $(dist_sysconf_DATA)
81     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82     ACLOCAL = @ACLOCAL@
83     AMTAR = @AMTAR@
84     AR = @AR@
85 michael 945 ARGZ_H = @ARGZ_H@
86 michael 912 AUTOCONF = @AUTOCONF@
87     AUTOHEADER = @AUTOHEADER@
88     AUTOMAKE = @AUTOMAKE@
89     AWK = @AWK@
90     CC = @CC@
91     CCDEPMODE = @CCDEPMODE@
92     CFLAGS = @CFLAGS@
93     CPP = @CPP@
94     CPPFLAGS = @CPPFLAGS@
95     CYGPATH_W = @CYGPATH_W@
96     DATADIR = @DATADIR@
97     DEFS = @DEFS@
98     DEPDIR = @DEPDIR@
99 michael 1106 DLLTOOL = @DLLTOOL@
100 db 941 DSYMUTIL = @DSYMUTIL@
101 michael 945 DUMPBIN = @DUMPBIN@
102 michael 912 ECHO_C = @ECHO_C@
103     ECHO_N = @ECHO_N@
104     ECHO_T = @ECHO_T@
105     EGREP = @EGREP@
106     EXEEXT = @EXEEXT@
107 michael 945 FGREP = @FGREP@
108 michael 912 GREP = @GREP@
109     INCLTDL = @INCLTDL@
110     INSTALL = @INSTALL@
111     INSTALL_DATA = @INSTALL_DATA@
112     INSTALL_PROGRAM = @INSTALL_PROGRAM@
113     INSTALL_SCRIPT = @INSTALL_SCRIPT@
114     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
115 michael 945 LD = @LD@
116 michael 912 LDFLAGS = @LDFLAGS@
117     LEX = @LEX@
118     LEXLIB = @LEXLIB@
119     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
120 michael 945 LIBADD_DL = @LIBADD_DL@
121     LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
122     LIBADD_DLOPEN = @LIBADD_DLOPEN@
123     LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
124 michael 912 LIBDIR = @LIBDIR@
125     LIBLTDL = @LIBLTDL@
126     LIBOBJS = @LIBOBJS@
127     LIBS = @LIBS@
128     LIBTOOL = @LIBTOOL@
129 michael 945 LIPO = @LIPO@
130 michael 912 LN_S = @LN_S@
131     LOCALSTATEDIR = @LOCALSTATEDIR@
132 michael 945 LTDLDEPS = @LTDLDEPS@
133     LTDLINCL = @LTDLINCL@
134     LTDLOPEN = @LTDLOPEN@
135 michael 912 LTLIBOBJS = @LTLIBOBJS@
136 michael 945 LT_CONFIG_H = @LT_CONFIG_H@
137     LT_DLLOADERS = @LT_DLLOADERS@
138     LT_DLPREOPEN = @LT_DLPREOPEN@
139 michael 912 MAINT = @MAINT@
140     MAKEINFO = @MAKEINFO@
141 michael 1106 MANIFEST_TOOL = @MANIFEST_TOOL@
142 michael 912 MKDIR_P = @MKDIR_P@
143 michael 945 NM = @NM@
144 db 941 NMEDIT = @NMEDIT@
145 michael 945 OBJDUMP = @OBJDUMP@
146 michael 912 OBJEXT = @OBJEXT@
147 michael 945 OTOOL = @OTOOL@
148     OTOOL64 = @OTOOL64@
149 michael 912 PACKAGE = @PACKAGE@
150     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
151     PACKAGE_NAME = @PACKAGE_NAME@
152     PACKAGE_STRING = @PACKAGE_STRING@
153     PACKAGE_TARNAME = @PACKAGE_TARNAME@
154 michael 967 PACKAGE_URL = @PACKAGE_URL@
155 michael 912 PACKAGE_VERSION = @PACKAGE_VERSION@
156     PATH_SEPARATOR = @PATH_SEPARATOR@
157     PREFIX = @PREFIX@
158     RANLIB = @RANLIB@
159     SED = @SED@
160     SET_MAKE = @SET_MAKE@
161     SHELL = @SHELL@
162     STRIP = @STRIP@
163     SYSCONFDIR = @SYSCONFDIR@
164     VERSION = @VERSION@
165     YACC = @YACC@
166     YFLAGS = @YFLAGS@
167     abs_builddir = @abs_builddir@
168     abs_srcdir = @abs_srcdir@
169     abs_top_builddir = @abs_top_builddir@
170     abs_top_srcdir = @abs_top_srcdir@
171 michael 1106 ac_ct_AR = @ac_ct_AR@
172 michael 912 ac_ct_CC = @ac_ct_CC@
173 michael 945 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
174 michael 912 am__include = @am__include@
175     am__leading_dot = @am__leading_dot@
176     am__quote = @am__quote@
177     am__tar = @am__tar@
178     am__untar = @am__untar@
179     bindir = @bindir@
180     build = @build@
181     build_alias = @build_alias@
182     build_cpu = @build_cpu@
183     build_os = @build_os@
184     build_vendor = @build_vendor@
185     builddir = @builddir@
186     datadir = @datadir@
187     datarootdir = @datarootdir@
188     docdir = @docdir@
189     dvidir = @dvidir@
190     exec_prefix = @exec_prefix@
191     host = @host@
192     host_alias = @host_alias@
193     host_cpu = @host_cpu@
194     host_os = @host_os@
195     host_vendor = @host_vendor@
196     htmldir = @htmldir@
197     includedir = @includedir@
198     infodir = @infodir@
199     install_sh = @install_sh@
200     libdir = @libdir@
201     libexecdir = @libexecdir@
202     localedir = @localedir@
203     localstatedir = @localstatedir@
204 michael 945 ltdl_LIBOBJS = @ltdl_LIBOBJS@
205     ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
206 michael 912 mandir = @mandir@
207     mkdir_p = @mkdir_p@
208     oldincludedir = @oldincludedir@
209     pdfdir = @pdfdir@
210     prefix = @prefix@
211     program_transform_name = @program_transform_name@
212     psdir = @psdir@
213     sbindir = @sbindir@
214     sharedstatedir = @sharedstatedir@
215     srcdir = @srcdir@
216 michael 945 sys_symbol_underscore = @sys_symbol_underscore@
217 michael 912 sysconfdir = @sysconfdir@
218     target_alias = @target_alias@
219 db 941 top_build_prefix = @top_build_prefix@
220 michael 912 top_builddir = @top_builddir@
221     top_srcdir = @top_srcdir@
222     AUTOMAKE_OPTIONS = foreign
223     @EFNET_FALSE@dist_sysconf_DATA = example.conf
224     @EFNET_TRUE@dist_sysconf_DATA = example.efnet.conf
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 etc/Makefile'; \
238     $(am__cd) $(top_srcdir) && \
239     $(AUTOMAKE) --foreign etc/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     install-dist_sysconfDATA: $(dist_sysconf_DATA)
265     @$(NORMAL_INSTALL)
266     test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
267 michael 945 @list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
268     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     echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
274     $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
275 michael 912 done
276    
277     uninstall-dist_sysconfDATA:
278     @$(NORMAL_UNINSTALL)
279 michael 945 @list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
280     files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
281 michael 1257 dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
282 michael 912 tags: TAGS
283     TAGS:
284    
285     ctags: CTAGS
286     CTAGS:
287    
288    
289     distdir: $(DISTFILES)
290     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
291     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
292     list='$(DISTFILES)'; \
293     dist_files=`for file in $$list; do echo $$file; done | \
294     sed -e "s|^$$srcdirstrip/||;t" \
295     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
296     case $$dist_files in \
297     */*) $(MKDIR_P) `echo "$$dist_files" | \
298     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
299     sort -u` ;; \
300     esac; \
301     for file in $$dist_files; do \
302     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
303     if test -d $$d/$$file; then \
304     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
305 michael 945 if test -d "$(distdir)/$$file"; then \
306     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
307     fi; \
308 michael 912 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
309 michael 945 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
310     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
311 michael 912 fi; \
312 michael 945 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
313 michael 912 else \
314 michael 945 test -f "$(distdir)/$$file" \
315     || cp -p $$d/$$file "$(distdir)/$$file" \
316 michael 912 || exit 1; \
317     fi; \
318     done
319     check-am: all-am
320     check: check-am
321     all-am: Makefile $(DATA)
322     installdirs:
323     for dir in "$(DESTDIR)$(sysconfdir)"; do \
324     test -z "$$dir" || $(MKDIR_P) "$$dir"; \
325     done
326     install: install-am
327     install-exec: install-exec-am
328     install-data: install-data-am
329     uninstall: uninstall-am
330    
331     install-am: all-am
332     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
333    
334     installcheck: installcheck-am
335     install-strip:
336 michael 1257 if test -z '$(STRIP)'; then \
337     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
338     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
339     install; \
340     else \
341     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
342     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
343     "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
344     fi
345 michael 912 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     install-data-am:
377    
378     install-dvi: install-dvi-am
379    
380 michael 945 install-dvi-am:
381    
382 michael 912 install-exec-am: install-dist_sysconfDATA
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     uninstall-am: uninstall-dist_sysconfDATA
421    
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     install-data install-data-am install-dist_sysconfDATA \
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_sysconfDATA
435    
436 michael 945
437 michael 912 # Tell versions [3.59,3.63) of GNU make to not export all variables.
438     # Otherwise a system limit (for SysV at least) may be exceeded.
439     .NOEXPORT: