Makefile.in 8.5 KB

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