ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/help/Makefile.in
Revision: 912
Committed: Wed Nov 7 22:47:44 2007 UTC (16 years, 5 months ago) by michael
File size: 14564 byte(s)
Log Message:
- Implemented libtool-ltdl. Only shared modules are supported currently
- Several build fixes and cleanups. ircd now builds and runs without any problems
- Added back all files to SVN that are needed to built the daemon
  I really don't want to force other people that want to test the snapshots
  or svn versions to install yyacc, lex, automake, autoconf and libtool...
  No problem having required files in svn
- Removed some automake maintainer stuff which is kinda useless for us

File Contents

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