Makefile.in 15 KB

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