Makefile.in 11 KB

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