Makefile.in 14 KB

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