Makefile.in 15 KB

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