Makefile.in 15 KB

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