Makefile.in 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  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-2008 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. 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/MacOSX/ngIRCd.xcodeproj
  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. OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
  120. OPENSSL_LIBS = @OPENSSL_LIBS@
  121. PACKAGE = @PACKAGE@
  122. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  123. PACKAGE_NAME = @PACKAGE_NAME@
  124. PACKAGE_STRING = @PACKAGE_STRING@
  125. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  126. PACKAGE_URL = @PACKAGE_URL@
  127. PACKAGE_VERSION = @PACKAGE_VERSION@
  128. PATH_SEPARATOR = @PATH_SEPARATOR@
  129. PKG_CONFIG = @PKG_CONFIG@
  130. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  131. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  132. RANLIB = @RANLIB@
  133. SET_MAKE = @SET_MAKE@
  134. SHELL = @SHELL@
  135. STRIP = @STRIP@
  136. U = @U@
  137. VERSION = @VERSION@
  138. abs_builddir = @abs_builddir@
  139. abs_srcdir = @abs_srcdir@
  140. abs_top_builddir = @abs_top_builddir@
  141. abs_top_srcdir = @abs_top_srcdir@
  142. ac_ct_AR = @ac_ct_AR@
  143. ac_ct_CC = @ac_ct_CC@
  144. am__include = @am__include@
  145. am__leading_dot = @am__leading_dot@
  146. am__quote = @am__quote@
  147. am__tar = @am__tar@
  148. am__untar = @am__untar@
  149. bindir = @bindir@
  150. build = @build@
  151. build_alias = @build_alias@
  152. build_cpu = @build_cpu@
  153. build_os = @build_os@
  154. build_vendor = @build_vendor@
  155. builddir = @builddir@
  156. datadir = @datadir@
  157. datarootdir = @datarootdir@
  158. docdir = @docdir@
  159. dvidir = @dvidir@
  160. exec_prefix = @exec_prefix@
  161. host = @host@
  162. host_alias = @host_alias@
  163. host_cpu = @host_cpu@
  164. host_os = @host_os@
  165. host_vendor = @host_vendor@
  166. htmldir = @htmldir@
  167. includedir = @includedir@
  168. infodir = @infodir@
  169. install_sh = @install_sh@
  170. libdir = @libdir@
  171. libexecdir = @libexecdir@
  172. localedir = @localedir@
  173. localstatedir = @localstatedir@
  174. mandir = @mandir@
  175. mkdir_p = @mkdir_p@
  176. oldincludedir = @oldincludedir@
  177. pdfdir = @pdfdir@
  178. prefix = @prefix@
  179. program_transform_name = @program_transform_name@
  180. psdir = @psdir@
  181. runstatedir = @runstatedir@
  182. sbindir = @sbindir@
  183. sharedstatedir = @sharedstatedir@
  184. srcdir = @srcdir@
  185. sysconfdir = @sysconfdir@
  186. target_alias = @target_alias@
  187. top_build_prefix = @top_build_prefix@
  188. top_builddir = @top_builddir@
  189. top_srcdir = @top_srcdir@
  190. EXTRA_DIST = project.pbxproj
  191. all: all-am
  192. .SUFFIXES:
  193. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  194. @for dep in $?; do \
  195. case '$(am__configure_deps)' in \
  196. *$$dep*) \
  197. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  198. && { if test -f $@; then exit 0; else break; fi; }; \
  199. exit 1;; \
  200. esac; \
  201. done; \
  202. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/MacOSX/ngIRCd.xcodeproj/Makefile'; \
  203. $(am__cd) $(top_srcdir) && \
  204. $(AUTOMAKE) --foreign contrib/MacOSX/ngIRCd.xcodeproj/Makefile
  205. .PRECIOUS: Makefile
  206. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  207. @case '$?' in \
  208. *config.status*) \
  209. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  210. *) \
  211. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  212. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  213. esac;
  214. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  215. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  216. $(top_srcdir)/configure: $(am__configure_deps)
  217. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  218. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  219. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  220. $(am__aclocal_m4_deps):
  221. tags: TAGS
  222. TAGS:
  223. ctags: CTAGS
  224. CTAGS:
  225. distdir: $(DISTFILES)
  226. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  227. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  228. list='$(DISTFILES)'; \
  229. dist_files=`for file in $$list; do echo $$file; done | \
  230. sed -e "s|^$$srcdirstrip/||;t" \
  231. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  232. case $$dist_files in \
  233. */*) $(MKDIR_P) `echo "$$dist_files" | \
  234. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  235. sort -u` ;; \
  236. esac; \
  237. for file in $$dist_files; do \
  238. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  239. if test -d $$d/$$file; then \
  240. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  241. if test -d "$(distdir)/$$file"; then \
  242. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  243. fi; \
  244. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  245. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  246. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  247. fi; \
  248. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  249. else \
  250. test -f "$(distdir)/$$file" \
  251. || cp -p $$d/$$file "$(distdir)/$$file" \
  252. || exit 1; \
  253. fi; \
  254. done
  255. check-am: all-am
  256. check: check-am
  257. all-am: Makefile
  258. installdirs:
  259. install: install-am
  260. install-exec: install-exec-am
  261. install-data: install-data-am
  262. uninstall: uninstall-am
  263. install-am: all-am
  264. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  265. installcheck: installcheck-am
  266. install-strip:
  267. if test -z '$(STRIP)'; then \
  268. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  269. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  270. install; \
  271. else \
  272. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  273. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  274. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  275. fi
  276. mostlyclean-generic:
  277. clean-generic:
  278. distclean-generic:
  279. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  280. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  281. maintainer-clean-generic:
  282. @echo "This command is intended for maintainers to use"
  283. @echo "it deletes files that may require special tools to rebuild."
  284. clean: clean-am
  285. clean-am: clean-generic mostlyclean-am
  286. distclean: distclean-am
  287. -rm -f Makefile
  288. distclean-am: clean-am distclean-generic
  289. dvi: dvi-am
  290. dvi-am:
  291. html: html-am
  292. html-am:
  293. info: info-am
  294. info-am:
  295. install-data-am:
  296. install-dvi: install-dvi-am
  297. install-dvi-am:
  298. install-exec-am:
  299. install-html: install-html-am
  300. install-html-am:
  301. install-info: install-info-am
  302. install-info-am:
  303. install-man:
  304. install-pdf: install-pdf-am
  305. install-pdf-am:
  306. install-ps: install-ps-am
  307. install-ps-am:
  308. installcheck-am:
  309. maintainer-clean: maintainer-clean-am
  310. -rm -f Makefile
  311. maintainer-clean-am: distclean-am maintainer-clean-generic \
  312. maintainer-clean-local
  313. mostlyclean: mostlyclean-am
  314. mostlyclean-am: mostlyclean-generic
  315. pdf: pdf-am
  316. pdf-am:
  317. ps: ps-am
  318. ps-am:
  319. uninstall-am:
  320. .MAKE: install-am install-strip
  321. .PHONY: all all-am check check-am clean clean-generic distclean \
  322. distclean-generic distdir dvi dvi-am html html-am info info-am \
  323. install install-am install-data install-data-am install-dvi \
  324. install-dvi-am install-exec install-exec-am install-html \
  325. install-html-am install-info install-info-am install-man \
  326. install-pdf install-pdf-am install-ps install-ps-am \
  327. install-strip installcheck installcheck-am installdirs \
  328. maintainer-clean maintainer-clean-generic \
  329. maintainer-clean-local mostlyclean mostlyclean-generic pdf \
  330. pdf-am ps ps-am uninstall uninstall-am
  331. maintainer-clean-local:
  332. rm -f Makefile Makefile.in
  333. # -eof-
  334. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  335. # Otherwise a system limit (for SysV at least) may be exceeded.
  336. .NOEXPORT: