Makefile.in 8.8 KB

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