Makefile.in 8.4 KB

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