Makefile.in 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  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-2010 Alexander Barton (alex@barton.de)
  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. subdir = contrib/Debian
  44. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  45. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  46. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  47. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  48. $(ACLOCAL_M4)
  49. mkinstalldirs = $(install_sh) -d
  50. CONFIG_HEADER = $(top_builddir)/src/config.h
  51. CONFIG_CLEAN_FILES =
  52. CONFIG_CLEAN_VPATH_FILES =
  53. AM_V_GEN = $(am__v_GEN_$(V))
  54. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  55. am__v_GEN_0 = @echo " GEN " $@;
  56. AM_V_at = $(am__v_at_$(V))
  57. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  58. am__v_at_0 = @
  59. SOURCES =
  60. DIST_SOURCES =
  61. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  62. ACLOCAL = @ACLOCAL@
  63. AMTAR = @AMTAR@
  64. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  65. AUTOCONF = @AUTOCONF@
  66. AUTOHEADER = @AUTOHEADER@
  67. AUTOMAKE = @AUTOMAKE@
  68. AWK = @AWK@
  69. CC = @CC@
  70. CCDEPMODE = @CCDEPMODE@
  71. CFLAGS = @CFLAGS@
  72. CPP = @CPP@
  73. CPPFLAGS = @CPPFLAGS@
  74. CYGPATH_W = @CYGPATH_W@
  75. DEFS = @DEFS@
  76. DEPDIR = @DEPDIR@
  77. ECHO_C = @ECHO_C@
  78. ECHO_N = @ECHO_N@
  79. ECHO_T = @ECHO_T@
  80. EGREP = @EGREP@
  81. EXEEXT = @EXEEXT@
  82. GREP = @GREP@
  83. INSTALL = @INSTALL@
  84. INSTALL_DATA = @INSTALL_DATA@
  85. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  86. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  87. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  88. LDFLAGS = @LDFLAGS@
  89. LIBOBJS = @LIBOBJS@
  90. LIBS = @LIBS@
  91. LN_S = @LN_S@
  92. LTLIBOBJS = @LTLIBOBJS@
  93. MAKEINFO = @MAKEINFO@
  94. MKDIR_P = @MKDIR_P@
  95. OBJEXT = @OBJEXT@
  96. PACKAGE = @PACKAGE@
  97. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  98. PACKAGE_NAME = @PACKAGE_NAME@
  99. PACKAGE_STRING = @PACKAGE_STRING@
  100. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  101. PACKAGE_URL = @PACKAGE_URL@
  102. PACKAGE_VERSION = @PACKAGE_VERSION@
  103. PATH_SEPARATOR = @PATH_SEPARATOR@
  104. RANLIB = @RANLIB@
  105. SET_MAKE = @SET_MAKE@
  106. SHELL = @SHELL@
  107. STRIP = @STRIP@
  108. U = @U@
  109. VERSION = @VERSION@
  110. abs_builddir = @abs_builddir@
  111. abs_srcdir = @abs_srcdir@
  112. abs_top_builddir = @abs_top_builddir@
  113. abs_top_srcdir = @abs_top_srcdir@
  114. ac_ct_CC = @ac_ct_CC@
  115. am__include = @am__include@
  116. am__leading_dot = @am__leading_dot@
  117. am__quote = @am__quote@
  118. am__tar = @am__tar@
  119. am__untar = @am__untar@
  120. bindir = @bindir@
  121. build = @build@
  122. build_alias = @build_alias@
  123. build_cpu = @build_cpu@
  124. build_os = @build_os@
  125. build_vendor = @build_vendor@
  126. builddir = @builddir@
  127. datadir = @datadir@
  128. datarootdir = @datarootdir@
  129. docdir = @docdir@
  130. dvidir = @dvidir@
  131. exec_prefix = @exec_prefix@
  132. host = @host@
  133. host_alias = @host_alias@
  134. host_cpu = @host_cpu@
  135. host_os = @host_os@
  136. host_vendor = @host_vendor@
  137. htmldir = @htmldir@
  138. includedir = @includedir@
  139. infodir = @infodir@
  140. install_sh = @install_sh@
  141. libdir = @libdir@
  142. libexecdir = @libexecdir@
  143. localedir = @localedir@
  144. localstatedir = @localstatedir@
  145. mandir = @mandir@
  146. mkdir_p = @mkdir_p@
  147. oldincludedir = @oldincludedir@
  148. pdfdir = @pdfdir@
  149. prefix = @prefix@
  150. program_transform_name = @program_transform_name@
  151. psdir = @psdir@
  152. sbindir = @sbindir@
  153. sharedstatedir = @sharedstatedir@
  154. srcdir = @srcdir@
  155. sysconfdir = @sysconfdir@
  156. target_alias = @target_alias@
  157. top_build_prefix = @top_build_prefix@
  158. top_builddir = @top_builddir@
  159. top_srcdir = @top_srcdir@
  160. EXTRA_DIST = rules changelog compat control copyright \
  161. ngircd.init ngircd.default ngircd.pam ngircd.postinst
  162. all: all-am
  163. .SUFFIXES:
  164. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  165. @for dep in $?; do \
  166. case '$(am__configure_deps)' in \
  167. *$$dep*) \
  168. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  169. && { if test -f $@; then exit 0; else break; fi; }; \
  170. exit 1;; \
  171. esac; \
  172. done; \
  173. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu contrib/Debian/Makefile'; \
  174. $(am__cd) $(top_srcdir) && \
  175. $(AUTOMAKE) --gnu contrib/Debian/Makefile
  176. .PRECIOUS: Makefile
  177. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  178. @case '$?' in \
  179. *config.status*) \
  180. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  181. *) \
  182. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  183. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  184. esac;
  185. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  186. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  187. $(top_srcdir)/configure: $(am__configure_deps)
  188. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  189. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  190. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  191. $(am__aclocal_m4_deps):
  192. tags: TAGS
  193. TAGS:
  194. ctags: CTAGS
  195. CTAGS:
  196. distdir: $(DISTFILES)
  197. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  198. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  199. list='$(DISTFILES)'; \
  200. dist_files=`for file in $$list; do echo $$file; done | \
  201. sed -e "s|^$$srcdirstrip/||;t" \
  202. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  203. case $$dist_files in \
  204. */*) $(MKDIR_P) `echo "$$dist_files" | \
  205. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  206. sort -u` ;; \
  207. esac; \
  208. for file in $$dist_files; do \
  209. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  210. if test -d $$d/$$file; then \
  211. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  212. if test -d "$(distdir)/$$file"; then \
  213. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  214. fi; \
  215. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  216. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  217. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  218. fi; \
  219. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  220. else \
  221. test -f "$(distdir)/$$file" \
  222. || cp -p $$d/$$file "$(distdir)/$$file" \
  223. || exit 1; \
  224. fi; \
  225. done
  226. check-am: all-am
  227. check: check-am
  228. all-am: Makefile
  229. installdirs:
  230. install: install-am
  231. install-exec: install-exec-am
  232. install-data: install-data-am
  233. uninstall: uninstall-am
  234. install-am: all-am
  235. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  236. installcheck: installcheck-am
  237. install-strip:
  238. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  239. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  240. `test -z '$(STRIP)' || \
  241. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  242. mostlyclean-generic:
  243. clean-generic:
  244. distclean-generic:
  245. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  246. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  247. maintainer-clean-generic:
  248. @echo "This command is intended for maintainers to use"
  249. @echo "it deletes files that may require special tools to rebuild."
  250. clean: clean-am
  251. clean-am: clean-generic clean-local mostlyclean-am
  252. distclean: distclean-am
  253. -rm -f Makefile
  254. distclean-am: clean-am distclean-generic
  255. dvi: dvi-am
  256. dvi-am:
  257. html: html-am
  258. html-am:
  259. info: info-am
  260. info-am:
  261. install-data-am:
  262. install-dvi: install-dvi-am
  263. install-dvi-am:
  264. install-exec-am:
  265. install-html: install-html-am
  266. install-html-am:
  267. install-info: install-info-am
  268. install-info-am:
  269. install-man:
  270. install-pdf: install-pdf-am
  271. install-pdf-am:
  272. install-ps: install-ps-am
  273. install-ps-am:
  274. installcheck-am:
  275. maintainer-clean: maintainer-clean-am
  276. -rm -f Makefile
  277. maintainer-clean-am: distclean-am maintainer-clean-generic \
  278. maintainer-clean-local
  279. mostlyclean: mostlyclean-am
  280. mostlyclean-am: mostlyclean-generic
  281. pdf: pdf-am
  282. pdf-am:
  283. ps: ps-am
  284. ps-am:
  285. uninstall-am:
  286. .MAKE: install-am install-strip
  287. .PHONY: all all-am check check-am clean clean-generic clean-local \
  288. distclean distclean-generic distdir dvi dvi-am html html-am \
  289. info info-am install install-am install-data install-data-am \
  290. install-dvi install-dvi-am install-exec install-exec-am \
  291. install-html install-html-am install-info install-info-am \
  292. install-man install-pdf install-pdf-am install-ps \
  293. install-ps-am install-strip installcheck installcheck-am \
  294. installdirs maintainer-clean maintainer-clean-generic \
  295. maintainer-clean-local mostlyclean mostlyclean-generic pdf \
  296. pdf-am ps ps-am uninstall uninstall-am
  297. maintainer-clean-local:
  298. rm -f Makefile Makefile.in
  299. clean-local:
  300. rm -f ngircd.postinst.debhelper ngircd.postrm.debhelper \
  301. ngircd.prerm.debhelper ngircd.substvars
  302. rm -f ngircd-full.postinst.debhelper ngircd-full.postrm.debhelper \
  303. ngircd-full.prerm.debhelper ngircd-full.substvars
  304. rm -f ngircd-full-dbg.postinst.debhelper \
  305. ngircd-full-dbg.postrm.debhelper ngircd-full-dbg.prerm.debhelper \
  306. ngircd-full-dbg.substvars
  307. rm -rf ngircd ngircd-full ngircd-full-dbg
  308. rm -f files
  309. # -eof-
  310. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  311. # Otherwise a system limit (for SysV at least) may be exceeded.
  312. .NOEXPORT: