Makefile.in 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. # Makefile.in generated by automake 1.11.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, 2009 Free Software Foundation,
  5. # Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. #
  15. # ngIRCd -- The Next Generation IRC Daemon
  16. # Copyright (c)2001-2011 Alexander Barton (alex@barton.de) and Contributors
  17. #
  18. # This program is free software; you can redistribute it and/or modify
  19. # it under the terms of the GNU General Public License as published by
  20. # the Free Software Foundation; either version 2 of the License, or
  21. # (at your option) any later version.
  22. # Please read the file COPYING, README and AUTHORS for more information.
  23. #
  24. VPATH = @srcdir@
  25. pkgdatadir = $(datadir)/@PACKAGE@
  26. pkgincludedir = $(includedir)/@PACKAGE@
  27. pkglibdir = $(libdir)/@PACKAGE@
  28. pkglibexecdir = $(libexecdir)/@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 = contrib/Anope
  45. DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  46. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  47. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  48. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  49. $(ACLOCAL_M4)
  50. mkinstalldirs = $(install_sh) -d
  51. CONFIG_HEADER = $(top_builddir)/src/config.h
  52. CONFIG_CLEAN_FILES =
  53. CONFIG_CLEAN_VPATH_FILES =
  54. AM_V_GEN = $(am__v_GEN_$(V))
  55. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  56. am__v_GEN_0 = @echo " GEN " $@;
  57. AM_V_at = $(am__v_at_$(V))
  58. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  59. am__v_at_0 = @
  60. SOURCES =
  61. DIST_SOURCES =
  62. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  63. ACLOCAL = @ACLOCAL@
  64. AMTAR = @AMTAR@
  65. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  66. AUTOCONF = @AUTOCONF@
  67. AUTOHEADER = @AUTOHEADER@
  68. AUTOMAKE = @AUTOMAKE@
  69. AWK = @AWK@
  70. CC = @CC@
  71. CCDEPMODE = @CCDEPMODE@
  72. CFLAGS = @CFLAGS@
  73. CPP = @CPP@
  74. CPPFLAGS = @CPPFLAGS@
  75. CYGPATH_W = @CYGPATH_W@
  76. DEFS = @DEFS@
  77. DEPDIR = @DEPDIR@
  78. ECHO_C = @ECHO_C@
  79. ECHO_N = @ECHO_N@
  80. ECHO_T = @ECHO_T@
  81. EGREP = @EGREP@
  82. EXEEXT = @EXEEXT@
  83. GREP = @GREP@
  84. INSTALL = @INSTALL@
  85. INSTALL_DATA = @INSTALL_DATA@
  86. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  87. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  88. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  89. LDFLAGS = @LDFLAGS@
  90. LIBOBJS = @LIBOBJS@
  91. LIBS = @LIBS@
  92. LN_S = @LN_S@
  93. LTLIBOBJS = @LTLIBOBJS@
  94. MAKEINFO = @MAKEINFO@
  95. MKDIR_P = @MKDIR_P@
  96. OBJEXT = @OBJEXT@
  97. PACKAGE = @PACKAGE@
  98. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  99. PACKAGE_NAME = @PACKAGE_NAME@
  100. PACKAGE_STRING = @PACKAGE_STRING@
  101. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  102. PACKAGE_URL = @PACKAGE_URL@
  103. PACKAGE_VERSION = @PACKAGE_VERSION@
  104. PATH_SEPARATOR = @PATH_SEPARATOR@
  105. RANLIB = @RANLIB@
  106. SET_MAKE = @SET_MAKE@
  107. SHELL = @SHELL@
  108. STRIP = @STRIP@
  109. U = @U@
  110. VERSION = @VERSION@
  111. abs_builddir = @abs_builddir@
  112. abs_srcdir = @abs_srcdir@
  113. abs_top_builddir = @abs_top_builddir@
  114. abs_top_srcdir = @abs_top_srcdir@
  115. ac_ct_CC = @ac_ct_CC@
  116. am__include = @am__include@
  117. am__leading_dot = @am__leading_dot@
  118. am__quote = @am__quote@
  119. am__tar = @am__tar@
  120. am__untar = @am__untar@
  121. bindir = @bindir@
  122. build = @build@
  123. build_alias = @build_alias@
  124. build_cpu = @build_cpu@
  125. build_os = @build_os@
  126. build_vendor = @build_vendor@
  127. builddir = @builddir@
  128. datadir = @datadir@
  129. datarootdir = @datarootdir@
  130. docdir = @docdir@
  131. dvidir = @dvidir@
  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. htmldir = @htmldir@
  139. includedir = @includedir@
  140. infodir = @infodir@
  141. install_sh = @install_sh@
  142. libdir = @libdir@
  143. libexecdir = @libexecdir@
  144. localedir = @localedir@
  145. localstatedir = @localstatedir@
  146. mandir = @mandir@
  147. mkdir_p = @mkdir_p@
  148. oldincludedir = @oldincludedir@
  149. pdfdir = @pdfdir@
  150. prefix = @prefix@
  151. program_transform_name = @program_transform_name@
  152. psdir = @psdir@
  153. sbindir = @sbindir@
  154. sharedstatedir = @sharedstatedir@
  155. srcdir = @srcdir@
  156. sysconfdir = @sysconfdir@
  157. target = @target@
  158. target_alias = @target_alias@
  159. target_cpu = @target_cpu@
  160. target_os = @target_os@
  161. target_vendor = @target_vendor@
  162. top_build_prefix = @top_build_prefix@
  163. top_builddir = @top_builddir@
  164. top_srcdir = @top_srcdir@
  165. EXTRA_DIST = \
  166. README \
  167. 0001-Revert-Removed-ngircd.patch \
  168. 0002-ngircd-whitespace-fixes.patch
  169. all: all-am
  170. .SUFFIXES:
  171. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  172. @for dep in $?; do \
  173. case '$(am__configure_deps)' in \
  174. *$$dep*) \
  175. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  176. && { if test -f $@; then exit 0; else break; fi; }; \
  177. exit 1;; \
  178. esac; \
  179. done; \
  180. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu contrib/Anope/Makefile'; \
  181. $(am__cd) $(top_srcdir) && \
  182. $(AUTOMAKE) --gnu contrib/Anope/Makefile
  183. .PRECIOUS: Makefile
  184. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  185. @case '$?' in \
  186. *config.status*) \
  187. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  188. *) \
  189. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  190. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  191. esac;
  192. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  193. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  194. $(top_srcdir)/configure: $(am__configure_deps)
  195. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  196. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  197. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  198. $(am__aclocal_m4_deps):
  199. tags: TAGS
  200. TAGS:
  201. ctags: CTAGS
  202. CTAGS:
  203. distdir: $(DISTFILES)
  204. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  205. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  206. list='$(DISTFILES)'; \
  207. dist_files=`for file in $$list; do echo $$file; done | \
  208. sed -e "s|^$$srcdirstrip/||;t" \
  209. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  210. case $$dist_files in \
  211. */*) $(MKDIR_P) `echo "$$dist_files" | \
  212. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  213. sort -u` ;; \
  214. esac; \
  215. for file in $$dist_files; do \
  216. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  217. if test -d $$d/$$file; then \
  218. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  219. if test -d "$(distdir)/$$file"; then \
  220. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  221. fi; \
  222. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  223. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  224. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  225. fi; \
  226. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  227. else \
  228. test -f "$(distdir)/$$file" \
  229. || cp -p $$d/$$file "$(distdir)/$$file" \
  230. || exit 1; \
  231. fi; \
  232. done
  233. check-am: all-am
  234. check: check-am
  235. all-am: Makefile
  236. installdirs:
  237. install: install-am
  238. install-exec: install-exec-am
  239. install-data: install-data-am
  240. uninstall: uninstall-am
  241. install-am: all-am
  242. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  243. installcheck: installcheck-am
  244. install-strip:
  245. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  246. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  247. `test -z '$(STRIP)' || \
  248. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  249. mostlyclean-generic:
  250. clean-generic:
  251. distclean-generic:
  252. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  253. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  254. maintainer-clean-generic:
  255. @echo "This command is intended for maintainers to use"
  256. @echo "it deletes files that may require special tools to rebuild."
  257. clean: clean-am
  258. clean-am: clean-generic mostlyclean-am
  259. distclean: distclean-am
  260. -rm -f Makefile
  261. distclean-am: clean-am distclean-generic
  262. dvi: dvi-am
  263. dvi-am:
  264. html: html-am
  265. html-am:
  266. info: info-am
  267. info-am:
  268. install-data-am:
  269. install-dvi: install-dvi-am
  270. install-dvi-am:
  271. install-exec-am:
  272. install-html: install-html-am
  273. install-html-am:
  274. install-info: install-info-am
  275. install-info-am:
  276. install-man:
  277. install-pdf: install-pdf-am
  278. install-pdf-am:
  279. install-ps: install-ps-am
  280. install-ps-am:
  281. installcheck-am:
  282. maintainer-clean: maintainer-clean-am
  283. -rm -f Makefile
  284. maintainer-clean-am: distclean-am maintainer-clean-generic \
  285. maintainer-clean-local
  286. mostlyclean: mostlyclean-am
  287. mostlyclean-am: mostlyclean-generic
  288. pdf: pdf-am
  289. pdf-am:
  290. ps: ps-am
  291. ps-am:
  292. uninstall-am:
  293. .MAKE: install-am install-strip
  294. .PHONY: all all-am check check-am clean clean-generic distclean \
  295. distclean-generic distdir dvi dvi-am html html-am info info-am \
  296. install install-am install-data install-data-am install-dvi \
  297. install-dvi-am install-exec install-exec-am install-html \
  298. install-html-am install-info install-info-am install-man \
  299. install-pdf install-pdf-am install-ps install-ps-am \
  300. install-strip installcheck installcheck-am installdirs \
  301. maintainer-clean maintainer-clean-generic \
  302. maintainer-clean-local mostlyclean mostlyclean-generic pdf \
  303. pdf-am ps ps-am uninstall uninstall-am
  304. maintainer-clean-local:
  305. rm -f Makefile Makefile.in
  306. # -eof-
  307. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  308. # Otherwise a system limit (for SysV at least) may be exceeded.
  309. .NOEXPORT: