Makefile.in 9.2 KB

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