Makefile.in 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. # Makefile.in generated by automake 1.10.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 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-2008 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/MacOSX/ngIRCd.xcodeproj
  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 = project.pbxproj
  154. all: all-am
  155. .SUFFIXES:
  156. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  157. @for dep in $?; do \
  158. case '$(am__configure_deps)' in \
  159. *$$dep*) \
  160. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  161. && exit 0; \
  162. exit 1;; \
  163. esac; \
  164. done; \
  165. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu contrib/MacOSX/ngIRCd.xcodeproj/Makefile'; \
  166. cd $(top_srcdir) && \
  167. $(AUTOMAKE) --gnu contrib/MacOSX/ngIRCd.xcodeproj/Makefile
  168. .PRECIOUS: Makefile
  169. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  170. @case '$?' in \
  171. *config.status*) \
  172. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  173. *) \
  174. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  175. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  176. esac;
  177. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  178. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  179. $(top_srcdir)/configure: $(am__configure_deps)
  180. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  181. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  182. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  183. tags: TAGS
  184. TAGS:
  185. ctags: CTAGS
  186. CTAGS:
  187. distdir: $(DISTFILES)
  188. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  189. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  190. list='$(DISTFILES)'; \
  191. dist_files=`for file in $$list; do echo $$file; done | \
  192. sed -e "s|^$$srcdirstrip/||;t" \
  193. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  194. case $$dist_files in \
  195. */*) $(MKDIR_P) `echo "$$dist_files" | \
  196. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  197. sort -u` ;; \
  198. esac; \
  199. for file in $$dist_files; do \
  200. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  201. if test -d $$d/$$file; then \
  202. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  203. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  204. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  205. fi; \
  206. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  207. else \
  208. test -f $(distdir)/$$file \
  209. || cp -p $$d/$$file $(distdir)/$$file \
  210. || exit 1; \
  211. fi; \
  212. done
  213. check-am: all-am
  214. check: check-am
  215. all-am: Makefile
  216. installdirs:
  217. install: install-am
  218. install-exec: install-exec-am
  219. install-data: install-data-am
  220. uninstall: uninstall-am
  221. install-am: all-am
  222. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  223. installcheck: installcheck-am
  224. install-strip:
  225. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  226. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  227. `test -z '$(STRIP)' || \
  228. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  229. mostlyclean-generic:
  230. clean-generic:
  231. distclean-generic:
  232. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  233. maintainer-clean-generic:
  234. @echo "This command is intended for maintainers to use"
  235. @echo "it deletes files that may require special tools to rebuild."
  236. clean: clean-am
  237. clean-am: clean-generic mostlyclean-am
  238. distclean: distclean-am
  239. -rm -f Makefile
  240. distclean-am: clean-am distclean-generic
  241. dvi: dvi-am
  242. dvi-am:
  243. html: html-am
  244. info: info-am
  245. info-am:
  246. install-data-am:
  247. install-dvi: install-dvi-am
  248. install-exec-am:
  249. install-html: install-html-am
  250. install-info: install-info-am
  251. install-man:
  252. install-pdf: install-pdf-am
  253. install-ps: install-ps-am
  254. installcheck-am:
  255. maintainer-clean: maintainer-clean-am
  256. -rm -f Makefile
  257. maintainer-clean-am: distclean-am maintainer-clean-generic \
  258. maintainer-clean-local
  259. mostlyclean: mostlyclean-am
  260. mostlyclean-am: mostlyclean-generic
  261. pdf: pdf-am
  262. pdf-am:
  263. ps: ps-am
  264. ps-am:
  265. uninstall-am:
  266. .MAKE: install-am install-strip
  267. .PHONY: all all-am check check-am clean clean-generic distclean \
  268. distclean-generic distdir dvi dvi-am html html-am info info-am \
  269. install install-am install-data install-data-am install-dvi \
  270. install-dvi-am install-exec install-exec-am install-html \
  271. install-html-am install-info install-info-am install-man \
  272. install-pdf install-pdf-am install-ps install-ps-am \
  273. install-strip installcheck installcheck-am installdirs \
  274. maintainer-clean maintainer-clean-generic \
  275. maintainer-clean-local mostlyclean mostlyclean-generic pdf \
  276. pdf-am ps ps-am uninstall uninstall-am
  277. maintainer-clean-local:
  278. rm -f Makefile Makefile.in
  279. # -eof-
  280. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  281. # Otherwise a system limit (for SysV at least) may be exceeded.
  282. .NOEXPORT: