Makefile.in 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453
  1. # Makefile.in generated by automake 1.7.9 from Makefile.am.
  2. # @configure_input@
  3. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
  4. # 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.6 2005/04/09 12:22:41 alex Exp $
  24. #
  25. srcdir = @srcdir@
  26. top_srcdir = @top_srcdir@
  27. VPATH = @srcdir@
  28. pkgdatadir = $(datadir)/@PACKAGE@
  29. pkglibdir = $(libdir)/@PACKAGE@
  30. pkgincludedir = $(includedir)/@PACKAGE@
  31. top_builddir = ..
  32. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  33. INSTALL = @INSTALL@
  34. install_sh_DATA = $(install_sh) -c -m 644
  35. install_sh_PROGRAM = $(install_sh) -c
  36. install_sh_SCRIPT = $(install_sh) -c
  37. INSTALL_HEADER = $(INSTALL_DATA)
  38. transform = $(program_transform_name)
  39. NORMAL_INSTALL = :
  40. PRE_INSTALL = :
  41. POST_INSTALL = :
  42. NORMAL_UNINSTALL = :
  43. PRE_UNINSTALL = :
  44. POST_UNINSTALL = :
  45. host_triplet = @host@
  46. ACLOCAL = @ACLOCAL@
  47. AMDEP_FALSE = @AMDEP_FALSE@
  48. AMDEP_TRUE = @AMDEP_TRUE@
  49. AMTAR = @AMTAR@
  50. AUTOCONF = @AUTOCONF@
  51. AUTOHEADER = @AUTOHEADER@
  52. AUTOMAKE = @AUTOMAKE@
  53. AWK = @AWK@
  54. CC = @CC@
  55. CCDEPMODE = @CCDEPMODE@
  56. CFLAGS = @CFLAGS@
  57. CPP = @CPP@
  58. CPPFLAGS = @CPPFLAGS@
  59. CYGPATH_W = @CYGPATH_W@
  60. DEFS = @DEFS@
  61. DEPDIR = @DEPDIR@
  62. ECHO_C = @ECHO_C@
  63. ECHO_N = @ECHO_N@
  64. ECHO_T = @ECHO_T@
  65. EGREP = @EGREP@
  66. EXEEXT = @EXEEXT@
  67. INSTALL_DATA = @INSTALL_DATA@
  68. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  69. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  70. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  71. LDFLAGS = @LDFLAGS@
  72. LIBOBJS = @LIBOBJS@
  73. LIBS = @LIBS@
  74. LN_S = @LN_S@
  75. LTLIBOBJS = @LTLIBOBJS@
  76. MAKEINFO = @MAKEINFO@
  77. OBJEXT = @OBJEXT@
  78. PACKAGE = @PACKAGE@
  79. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  80. PACKAGE_NAME = @PACKAGE_NAME@
  81. PACKAGE_STRING = @PACKAGE_STRING@
  82. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  83. PACKAGE_VERSION = @PACKAGE_VERSION@
  84. PATH_SEPARATOR = @PATH_SEPARATOR@
  85. RANLIB = @RANLIB@
  86. SET_MAKE = @SET_MAKE@
  87. SHELL = @SHELL@
  88. STRIP = @STRIP@
  89. U = @U@
  90. VERSION = @VERSION@
  91. ac_ct_CC = @ac_ct_CC@
  92. ac_ct_RANLIB = @ac_ct_RANLIB@
  93. ac_ct_STRIP = @ac_ct_STRIP@
  94. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  95. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  96. am__include = @am__include@
  97. am__leading_dot = @am__leading_dot@
  98. am__quote = @am__quote@
  99. bindir = @bindir@
  100. build = @build@
  101. build_alias = @build_alias@
  102. build_cpu = @build_cpu@
  103. build_os = @build_os@
  104. build_vendor = @build_vendor@
  105. datadir = @datadir@
  106. exec_prefix = @exec_prefix@
  107. host = @host@
  108. host_alias = @host_alias@
  109. host_cpu = @host_cpu@
  110. host_os = @host_os@
  111. host_vendor = @host_vendor@
  112. includedir = @includedir@
  113. infodir = @infodir@
  114. install_sh = @install_sh@
  115. libdir = @libdir@
  116. libexecdir = @libexecdir@
  117. localstatedir = @localstatedir@
  118. mandir = @mandir@
  119. oldincludedir = @oldincludedir@
  120. prefix = @prefix@
  121. program_transform_name = @program_transform_name@
  122. sbindir = @sbindir@
  123. sharedstatedir = @sharedstatedir@
  124. sysconfdir = @sysconfdir@
  125. target = @target@
  126. target_alias = @target_alias@
  127. target_cpu = @target_cpu@
  128. target_os = @target_os@
  129. target_vendor = @target_vendor@
  130. SUBDIRS = portab tool ngircd testsuite
  131. subdir = src
  132. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  133. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  134. CONFIG_HEADER = config.h
  135. CONFIG_CLEAN_FILES =
  136. DIST_SOURCES =
  137. RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
  138. ps-recursive install-info-recursive uninstall-info-recursive \
  139. all-recursive install-data-recursive install-exec-recursive \
  140. installdirs-recursive install-recursive uninstall-recursive \
  141. check-recursive installcheck-recursive
  142. DIST_COMMON = $(srcdir)/Makefile.in Makefile.am config.h.in
  143. DIST_SUBDIRS = $(SUBDIRS)
  144. all: config.h
  145. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  146. .SUFFIXES:
  147. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  148. cd $(top_srcdir) && \
  149. $(AUTOMAKE) --gnu src/Makefile
  150. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  151. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
  152. config.h: stamp-h1
  153. @if test ! -f $@; then \
  154. rm -f stamp-h1; \
  155. $(MAKE) stamp-h1; \
  156. else :; fi
  157. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  158. @rm -f stamp-h1
  159. cd $(top_builddir) && $(SHELL) ./config.status src/config.h
  160. $(srcdir)/config.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
  161. cd $(top_srcdir) && $(AUTOHEADER)
  162. touch $(srcdir)/config.h.in
  163. distclean-hdr:
  164. -rm -f config.h stamp-h1
  165. uninstall-info-am:
  166. # This directory's subdirectories are mostly independent; you can cd
  167. # into them and run `make' without going through this Makefile.
  168. # To change the values of `make' variables: instead of editing Makefiles,
  169. # (1) if the variable is set in `config.status', edit `config.status'
  170. # (which will cause the Makefiles to be regenerated when you run `make');
  171. # (2) otherwise, pass the desired values on the `make' command line.
  172. $(RECURSIVE_TARGETS):
  173. @set fnord $$MAKEFLAGS; amf=$$2; \
  174. dot_seen=no; \
  175. target=`echo $@ | sed s/-recursive//`; \
  176. list='$(SUBDIRS)'; for subdir in $$list; do \
  177. echo "Making $$target in $$subdir"; \
  178. if test "$$subdir" = "."; then \
  179. dot_seen=yes; \
  180. local_target="$$target-am"; \
  181. else \
  182. local_target="$$target"; \
  183. fi; \
  184. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  185. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  186. done; \
  187. if test "$$dot_seen" = "no"; then \
  188. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  189. fi; test -z "$$fail"
  190. mostlyclean-recursive clean-recursive distclean-recursive \
  191. maintainer-clean-recursive:
  192. @set fnord $$MAKEFLAGS; amf=$$2; \
  193. dot_seen=no; \
  194. case "$@" in \
  195. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  196. *) list='$(SUBDIRS)' ;; \
  197. esac; \
  198. rev=''; for subdir in $$list; do \
  199. if test "$$subdir" = "."; then :; else \
  200. rev="$$subdir $$rev"; \
  201. fi; \
  202. done; \
  203. rev="$$rev ."; \
  204. target=`echo $@ | sed s/-recursive//`; \
  205. for subdir in $$rev; do \
  206. echo "Making $$target in $$subdir"; \
  207. if test "$$subdir" = "."; then \
  208. local_target="$$target-am"; \
  209. else \
  210. local_target="$$target"; \
  211. fi; \
  212. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  213. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  214. done && test -z "$$fail"
  215. tags-recursive:
  216. list='$(SUBDIRS)'; for subdir in $$list; do \
  217. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  218. done
  219. ctags-recursive:
  220. list='$(SUBDIRS)'; for subdir in $$list; do \
  221. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  222. done
  223. ETAGS = etags
  224. ETAGSFLAGS =
  225. CTAGS = ctags
  226. CTAGSFLAGS =
  227. tags: TAGS
  228. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  229. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  230. unique=`for i in $$list; do \
  231. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  232. done | \
  233. $(AWK) ' { files[$$0] = 1; } \
  234. END { for (i in files) print i; }'`; \
  235. mkid -fID $$unique
  236. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  237. $(TAGS_FILES) $(LISP)
  238. tags=; \
  239. here=`pwd`; \
  240. if (etags --etags-include --version) >/dev/null 2>&1; then \
  241. include_option=--etags-include; \
  242. else \
  243. include_option=--include; \
  244. fi; \
  245. list='$(SUBDIRS)'; for subdir in $$list; do \
  246. if test "$$subdir" = .; then :; else \
  247. test -f $$subdir/TAGS && \
  248. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  249. fi; \
  250. done; \
  251. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  252. unique=`for i in $$list; do \
  253. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  254. done | \
  255. $(AWK) ' { files[$$0] = 1; } \
  256. END { for (i in files) print i; }'`; \
  257. test -z "$(ETAGS_ARGS)$$tags$$unique" \
  258. || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  259. $$tags $$unique
  260. ctags: CTAGS
  261. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  262. $(TAGS_FILES) $(LISP)
  263. tags=; \
  264. here=`pwd`; \
  265. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  266. unique=`for i in $$list; do \
  267. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  268. done | \
  269. $(AWK) ' { files[$$0] = 1; } \
  270. END { for (i in files) print i; }'`; \
  271. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  272. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  273. $$tags $$unique
  274. GTAGS:
  275. here=`$(am__cd) $(top_builddir) && pwd` \
  276. && cd $(top_srcdir) \
  277. && gtags -i $(GTAGS_ARGS) $$here
  278. distclean-tags:
  279. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  280. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  281. top_distdir = ..
  282. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  283. distdir: $(DISTFILES)
  284. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  285. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  286. list='$(DISTFILES)'; for file in $$list; do \
  287. case $$file in \
  288. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  289. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  290. esac; \
  291. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  292. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  293. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  294. dir="/$$dir"; \
  295. $(mkinstalldirs) "$(distdir)$$dir"; \
  296. else \
  297. dir=''; \
  298. fi; \
  299. if test -d $$d/$$file; then \
  300. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  301. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  302. fi; \
  303. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  304. else \
  305. test -f $(distdir)/$$file \
  306. || cp -p $$d/$$file $(distdir)/$$file \
  307. || exit 1; \
  308. fi; \
  309. done
  310. list='$(SUBDIRS)'; for subdir in $$list; do \
  311. if test "$$subdir" = .; then :; else \
  312. test -d $(distdir)/$$subdir \
  313. || mkdir $(distdir)/$$subdir \
  314. || exit 1; \
  315. (cd $$subdir && \
  316. $(MAKE) $(AM_MAKEFLAGS) \
  317. top_distdir="$(top_distdir)" \
  318. distdir=../$(distdir)/$$subdir \
  319. distdir) \
  320. || exit 1; \
  321. fi; \
  322. done
  323. check-am: all-am
  324. check: check-recursive
  325. all-am: Makefile config.h
  326. installdirs: installdirs-recursive
  327. installdirs-am:
  328. install: install-recursive
  329. install-exec: install-exec-recursive
  330. install-data: install-data-recursive
  331. uninstall: uninstall-recursive
  332. install-am: all-am
  333. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  334. installcheck: installcheck-recursive
  335. install-strip:
  336. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  337. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  338. `test -z '$(STRIP)' || \
  339. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  340. mostlyclean-generic:
  341. clean-generic:
  342. distclean-generic:
  343. -rm -f $(CONFIG_CLEAN_FILES)
  344. maintainer-clean-generic:
  345. @echo "This command is intended for maintainers to use"
  346. @echo "it deletes files that may require special tools to rebuild."
  347. clean: clean-recursive
  348. clean-am: clean-generic mostlyclean-am
  349. distclean: distclean-recursive
  350. -rm -f Makefile
  351. distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
  352. dvi: dvi-recursive
  353. dvi-am:
  354. info: info-recursive
  355. info-am:
  356. install-data-am:
  357. install-exec-am:
  358. install-info: install-info-recursive
  359. install-man:
  360. installcheck-am:
  361. maintainer-clean: maintainer-clean-recursive
  362. -rm -f Makefile
  363. maintainer-clean-am: distclean-am maintainer-clean-generic \
  364. maintainer-clean-local
  365. mostlyclean: mostlyclean-recursive
  366. mostlyclean-am: mostlyclean-generic
  367. pdf: pdf-recursive
  368. pdf-am:
  369. ps: ps-recursive
  370. ps-am:
  371. uninstall-am: uninstall-info-am
  372. uninstall-info: uninstall-info-recursive
  373. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
  374. clean-generic clean-recursive ctags ctags-recursive distclean \
  375. distclean-generic distclean-hdr distclean-recursive \
  376. distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
  377. info-recursive install install-am install-data install-data-am \
  378. install-data-recursive install-exec install-exec-am \
  379. install-exec-recursive install-info install-info-am \
  380. install-info-recursive install-man install-recursive \
  381. install-strip installcheck installcheck-am installdirs \
  382. installdirs-am installdirs-recursive maintainer-clean \
  383. maintainer-clean-generic maintainer-clean-local \
  384. maintainer-clean-recursive mostlyclean mostlyclean-generic \
  385. mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
  386. ps-recursive tags tags-recursive uninstall uninstall-am \
  387. uninstall-info-am uninstall-info-recursive uninstall-recursive
  388. maintainer-clean-local:
  389. rm -f Makefile Makefile.in config.h config.h.in stamp-h.in
  390. srcdoc:
  391. @doxygen --version >/dev/null 2>&1 \
  392. || ( echo; echo "Error: \"doxygen\" not found!"; echo; exit 1 )
  393. doxygen
  394. # -eof-
  395. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  396. # Otherwise a system limit (for SysV at least) may be exceeded.
  397. .NOEXPORT: