ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/lib/Makefile.in
Revision: 941
Committed: Sat May 2 02:02:59 2009 UTC (14 years, 11 months ago) by db
File size: 14715 byte(s)
Log Message:
- Update autools versions.
- Fix acinclude.m4 to work on FreeBSD at least.


File Contents

# Content
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6 # 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 VPATH = @srcdir@
17 pkgdatadir = $(datadir)/@PACKAGE@
18 pkglibdir = $(libdir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21 install_sh_DATA = $(install_sh) -c -m 644
22 install_sh_PROGRAM = $(install_sh) -c
23 install_sh_SCRIPT = $(install_sh) -c
24 INSTALL_HEADER = $(INSTALL_DATA)
25 transform = $(program_transform_name)
26 NORMAL_INSTALL = :
27 PRE_INSTALL = :
28 POST_INSTALL = :
29 NORMAL_UNINSTALL = :
30 PRE_UNINSTALL = :
31 POST_UNINSTALL = :
32 build_triplet = @build@
33 host_triplet = @host@
34 subdir = lib
35 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
38 $(top_srcdir)/configure.ac
39 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40 $(ACLOCAL_M4)
41 mkinstalldirs = $(install_sh) -d
42 CONFIG_HEADER = $(top_builddir)/config.h
43 CONFIG_CLEAN_FILES =
44 SOURCES =
45 DIST_SOURCES =
46 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
47 html-recursive info-recursive install-data-recursive \
48 install-dvi-recursive install-exec-recursive \
49 install-html-recursive install-info-recursive \
50 install-pdf-recursive install-ps-recursive install-recursive \
51 installcheck-recursive installdirs-recursive pdf-recursive \
52 ps-recursive uninstall-recursive
53 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
54 distclean-recursive maintainer-clean-recursive
55 ETAGS = etags
56 CTAGS = ctags
57 DIST_SUBDIRS = $(SUBDIRS)
58 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
59 ACLOCAL = @ACLOCAL@
60 AMTAR = @AMTAR@
61 AR = @AR@
62 AUTOCONF = @AUTOCONF@
63 AUTOHEADER = @AUTOHEADER@
64 AUTOMAKE = @AUTOMAKE@
65 AWK = @AWK@
66 CC = @CC@
67 CCDEPMODE = @CCDEPMODE@
68 CFLAGS = @CFLAGS@
69 CPP = @CPP@
70 CPPFLAGS = @CPPFLAGS@
71 CXX = @CXX@
72 CXXCPP = @CXXCPP@
73 CXXDEPMODE = @CXXDEPMODE@
74 CXXFLAGS = @CXXFLAGS@
75 CYGPATH_W = @CYGPATH_W@
76 DATADIR = @DATADIR@
77 DEFS = @DEFS@
78 DEPDIR = @DEPDIR@
79 DSYMUTIL = @DSYMUTIL@
80 ECHO = @ECHO@
81 ECHO_C = @ECHO_C@
82 ECHO_N = @ECHO_N@
83 ECHO_T = @ECHO_T@
84 EGREP = @EGREP@
85 EXEEXT = @EXEEXT@
86 F77 = @F77@
87 FFLAGS = @FFLAGS@
88 GREP = @GREP@
89 INCLTDL = @INCLTDL@
90 INSTALL = @INSTALL@
91 INSTALL_DATA = @INSTALL_DATA@
92 INSTALL_PROGRAM = @INSTALL_PROGRAM@
93 INSTALL_SCRIPT = @INSTALL_SCRIPT@
94 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
95 LDFLAGS = @LDFLAGS@
96 LEX = @LEX@
97 LEXLIB = @LEXLIB@
98 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
99 LIBDIR = @LIBDIR@
100 LIBLTDL = @LIBLTDL@
101 LIBOBJS = @LIBOBJS@
102 LIBS = @LIBS@
103 LIBTOOL = @LIBTOOL@
104 LN_S = @LN_S@
105 LOCALSTATEDIR = @LOCALSTATEDIR@
106 LTLIBOBJS = @LTLIBOBJS@
107 MAINT = @MAINT@
108 MAKEINFO = @MAKEINFO@
109 MKDIR_P = @MKDIR_P@
110 NMEDIT = @NMEDIT@
111 OBJEXT = @OBJEXT@
112 PACKAGE = @PACKAGE@
113 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
114 PACKAGE_NAME = @PACKAGE_NAME@
115 PACKAGE_STRING = @PACKAGE_STRING@
116 PACKAGE_TARNAME = @PACKAGE_TARNAME@
117 PACKAGE_VERSION = @PACKAGE_VERSION@
118 PATH_SEPARATOR = @PATH_SEPARATOR@
119 PREFIX = @PREFIX@
120 RANLIB = @RANLIB@
121 SED = @SED@
122 SET_MAKE = @SET_MAKE@
123 SHELL = @SHELL@
124 STRIP = @STRIP@
125 SYSCONFDIR = @SYSCONFDIR@
126 VERSION = @VERSION@
127 YACC = @YACC@
128 YFLAGS = @YFLAGS@
129 abs_builddir = @abs_builddir@
130 abs_srcdir = @abs_srcdir@
131 abs_top_builddir = @abs_top_builddir@
132 abs_top_srcdir = @abs_top_srcdir@
133 ac_ct_CC = @ac_ct_CC@
134 ac_ct_CXX = @ac_ct_CXX@
135 ac_ct_F77 = @ac_ct_F77@
136 am__include = @am__include@
137 am__leading_dot = @am__leading_dot@
138 am__quote = @am__quote@
139 am__tar = @am__tar@
140 am__untar = @am__untar@
141 bindir = @bindir@
142 build = @build@
143 build_alias = @build_alias@
144 build_cpu = @build_cpu@
145 build_os = @build_os@
146 build_vendor = @build_vendor@
147 builddir = @builddir@
148 datadir = @datadir@
149 datarootdir = @datarootdir@
150 docdir = @docdir@
151 dvidir = @dvidir@
152 exec_prefix = @exec_prefix@
153 host = @host@
154 host_alias = @host_alias@
155 host_cpu = @host_cpu@
156 host_os = @host_os@
157 host_vendor = @host_vendor@
158 htmldir = @htmldir@
159 includedir = @includedir@
160 infodir = @infodir@
161 install_sh = @install_sh@
162 libdir = @libdir@
163 libexecdir = @libexecdir@
164 localedir = @localedir@
165 localstatedir = @localstatedir@
166 mandir = @mandir@
167 mkdir_p = @mkdir_p@
168 oldincludedir = @oldincludedir@
169 pdfdir = @pdfdir@
170 prefix = @prefix@
171 program_transform_name = @program_transform_name@
172 psdir = @psdir@
173 sbindir = @sbindir@
174 sharedstatedir = @sharedstatedir@
175 srcdir = @srcdir@
176 subdirs = @subdirs@
177 sysconfdir = @sysconfdir@
178 target_alias = @target_alias@
179 top_build_prefix = @top_build_prefix@
180 top_builddir = @top_builddir@
181 top_srcdir = @top_srcdir@
182 AUTOMAKE_OPTIONS = foreign
183 SUBDIRS = pcre
184 all: all-recursive
185
186 .SUFFIXES:
187 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
188 @for dep in $?; do \
189 case '$(am__configure_deps)' in \
190 *$$dep*) \
191 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
192 && exit 0; \
193 exit 1;; \
194 esac; \
195 done; \
196 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
197 cd $(top_srcdir) && \
198 $(AUTOMAKE) --foreign lib/Makefile
199 .PRECIOUS: Makefile
200 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
201 @case '$?' in \
202 *config.status*) \
203 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
204 *) \
205 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
206 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
207 esac;
208
209 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
210 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
211
212 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
213 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
214 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
215 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
216
217 mostlyclean-libtool:
218 -rm -f *.lo
219
220 clean-libtool:
221 -rm -rf .libs _libs
222
223 # This directory's subdirectories are mostly independent; you can cd
224 # into them and run `make' without going through this Makefile.
225 # To change the values of `make' variables: instead of editing Makefiles,
226 # (1) if the variable is set in `config.status', edit `config.status'
227 # (which will cause the Makefiles to be regenerated when you run `make');
228 # (2) otherwise, pass the desired values on the `make' command line.
229 $(RECURSIVE_TARGETS):
230 @failcom='exit 1'; \
231 for f in x $$MAKEFLAGS; do \
232 case $$f in \
233 *=* | --[!k]*);; \
234 *k*) failcom='fail=yes';; \
235 esac; \
236 done; \
237 dot_seen=no; \
238 target=`echo $@ | sed s/-recursive//`; \
239 list='$(SUBDIRS)'; for subdir in $$list; do \
240 echo "Making $$target in $$subdir"; \
241 if test "$$subdir" = "."; then \
242 dot_seen=yes; \
243 local_target="$$target-am"; \
244 else \
245 local_target="$$target"; \
246 fi; \
247 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
248 || eval $$failcom; \
249 done; \
250 if test "$$dot_seen" = "no"; then \
251 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
252 fi; test -z "$$fail"
253
254 $(RECURSIVE_CLEAN_TARGETS):
255 @failcom='exit 1'; \
256 for f in x $$MAKEFLAGS; do \
257 case $$f in \
258 *=* | --[!k]*);; \
259 *k*) failcom='fail=yes';; \
260 esac; \
261 done; \
262 dot_seen=no; \
263 case "$@" in \
264 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
265 *) list='$(SUBDIRS)' ;; \
266 esac; \
267 rev=''; for subdir in $$list; do \
268 if test "$$subdir" = "."; then :; else \
269 rev="$$subdir $$rev"; \
270 fi; \
271 done; \
272 rev="$$rev ."; \
273 target=`echo $@ | sed s/-recursive//`; \
274 for subdir in $$rev; do \
275 echo "Making $$target in $$subdir"; \
276 if test "$$subdir" = "."; then \
277 local_target="$$target-am"; \
278 else \
279 local_target="$$target"; \
280 fi; \
281 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
282 || eval $$failcom; \
283 done && test -z "$$fail"
284 tags-recursive:
285 list='$(SUBDIRS)'; for subdir in $$list; do \
286 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
287 done
288 ctags-recursive:
289 list='$(SUBDIRS)'; for subdir in $$list; do \
290 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
291 done
292
293 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
294 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
295 unique=`for i in $$list; do \
296 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
297 done | \
298 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
299 END { if (nonempty) { for (i in files) print i; }; }'`; \
300 mkid -fID $$unique
301 tags: TAGS
302
303 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
304 $(TAGS_FILES) $(LISP)
305 tags=; \
306 here=`pwd`; \
307 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
308 include_option=--etags-include; \
309 empty_fix=.; \
310 else \
311 include_option=--include; \
312 empty_fix=; \
313 fi; \
314 list='$(SUBDIRS)'; for subdir in $$list; do \
315 if test "$$subdir" = .; then :; else \
316 test ! -f $$subdir/TAGS || \
317 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
318 fi; \
319 done; \
320 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
321 unique=`for i in $$list; do \
322 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
323 done | \
324 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
325 END { if (nonempty) { for (i in files) print i; }; }'`; \
326 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
327 test -n "$$unique" || unique=$$empty_fix; \
328 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
329 $$tags $$unique; \
330 fi
331 ctags: CTAGS
332 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
333 $(TAGS_FILES) $(LISP)
334 tags=; \
335 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
336 unique=`for i in $$list; do \
337 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
338 done | \
339 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
340 END { if (nonempty) { for (i in files) print i; }; }'`; \
341 test -z "$(CTAGS_ARGS)$$tags$$unique" \
342 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
343 $$tags $$unique
344
345 GTAGS:
346 here=`$(am__cd) $(top_builddir) && pwd` \
347 && cd $(top_srcdir) \
348 && gtags -i $(GTAGS_ARGS) $$here
349
350 distclean-tags:
351 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
352
353 distdir: $(DISTFILES)
354 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
355 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
356 list='$(DISTFILES)'; \
357 dist_files=`for file in $$list; do echo $$file; done | \
358 sed -e "s|^$$srcdirstrip/||;t" \
359 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
360 case $$dist_files in \
361 */*) $(MKDIR_P) `echo "$$dist_files" | \
362 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
363 sort -u` ;; \
364 esac; \
365 for file in $$dist_files; do \
366 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
367 if test -d $$d/$$file; then \
368 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
369 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
370 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
371 fi; \
372 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
373 else \
374 test -f $(distdir)/$$file \
375 || cp -p $$d/$$file $(distdir)/$$file \
376 || exit 1; \
377 fi; \
378 done
379 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
380 if test "$$subdir" = .; then :; else \
381 test -d "$(distdir)/$$subdir" \
382 || $(MKDIR_P) "$(distdir)/$$subdir" \
383 || exit 1; \
384 distdir=`$(am__cd) $(distdir) && pwd`; \
385 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
386 (cd $$subdir && \
387 $(MAKE) $(AM_MAKEFLAGS) \
388 top_distdir="$$top_distdir" \
389 distdir="$$distdir/$$subdir" \
390 am__remove_distdir=: \
391 am__skip_length_check=: \
392 distdir) \
393 || exit 1; \
394 fi; \
395 done
396 check-am: all-am
397 check: check-recursive
398 all-am: Makefile
399 installdirs: installdirs-recursive
400 installdirs-am:
401 install: install-recursive
402 install-exec: install-exec-recursive
403 install-data: install-data-recursive
404 uninstall: uninstall-recursive
405
406 install-am: all-am
407 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
408
409 installcheck: installcheck-recursive
410 install-strip:
411 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
412 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
413 `test -z '$(STRIP)' || \
414 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
415 mostlyclean-generic:
416
417 clean-generic:
418
419 distclean-generic:
420 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
421
422 maintainer-clean-generic:
423 @echo "This command is intended for maintainers to use"
424 @echo "it deletes files that may require special tools to rebuild."
425 clean: clean-recursive
426
427 clean-am: clean-generic clean-libtool mostlyclean-am
428
429 distclean: distclean-recursive
430 -rm -f Makefile
431 distclean-am: clean-am distclean-generic distclean-tags
432
433 dvi: dvi-recursive
434
435 dvi-am:
436
437 html: html-recursive
438
439 info: info-recursive
440
441 info-am:
442
443 install-data-am:
444
445 install-dvi: install-dvi-recursive
446
447 install-exec-am:
448
449 install-html: install-html-recursive
450
451 install-info: install-info-recursive
452
453 install-man:
454
455 install-pdf: install-pdf-recursive
456
457 install-ps: install-ps-recursive
458
459 installcheck-am:
460
461 maintainer-clean: maintainer-clean-recursive
462 -rm -f Makefile
463 maintainer-clean-am: distclean-am maintainer-clean-generic
464
465 mostlyclean: mostlyclean-recursive
466
467 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
468
469 pdf: pdf-recursive
470
471 pdf-am:
472
473 ps: ps-recursive
474
475 ps-am:
476
477 uninstall-am:
478
479 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
480 install-strip
481
482 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
483 all all-am check check-am clean clean-generic clean-libtool \
484 ctags ctags-recursive distclean distclean-generic \
485 distclean-libtool distclean-tags distdir dvi dvi-am html \
486 html-am info info-am install install-am install-data \
487 install-data-am install-dvi install-dvi-am install-exec \
488 install-exec-am install-html install-html-am install-info \
489 install-info-am install-man install-pdf install-pdf-am \
490 install-ps install-ps-am install-strip installcheck \
491 installcheck-am installdirs installdirs-am maintainer-clean \
492 maintainer-clean-generic mostlyclean mostlyclean-generic \
493 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
494 uninstall uninstall-am
495
496 # Tell versions [3.59,3.63) of GNU make to not export all variables.
497 # Otherwise a system limit (for SysV at least) may be exceeded.
498 .NOEXPORT: