Makefile.in 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. # Makefile.in generated by automake 1.7.9 from Makefile.am.
  2. # @configure_input@
  3. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
  4. # 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. host_triplet = @host@
  46. ACLOCAL = @ACLOCAL@
  47. AMDEP_FALSE = @AMDEP_FALSE@
  48. AMDEP_TRUE = @AMDEP_TRUE@
  49. AMTAR = @AMTAR@
  50. AUTOCONF = @AUTOCONF@
  51. AUTOHEADER = @AUTOHEADER@
  52. AUTOMAKE = @AUTOMAKE@
  53. AWK = @AWK@
  54. CC = @CC@
  55. CCDEPMODE = @CCDEPMODE@
  56. CFLAGS = @CFLAGS@
  57. CPP = @CPP@
  58. CPPFLAGS = @CPPFLAGS@
  59. CYGPATH_W = @CYGPATH_W@
  60. DEFS = @DEFS@
  61. DEPDIR = @DEPDIR@
  62. ECHO_C = @ECHO_C@
  63. ECHO_N = @ECHO_N@
  64. ECHO_T = @ECHO_T@
  65. EGREP = @EGREP@
  66. EXEEXT = @EXEEXT@
  67. INSTALL_DATA = @INSTALL_DATA@
  68. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  69. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  70. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  71. LDFLAGS = @LDFLAGS@
  72. LIBOBJS = @LIBOBJS@
  73. LIBS = @LIBS@
  74. LN_S = @LN_S@
  75. LTLIBOBJS = @LTLIBOBJS@
  76. MAKEINFO = @MAKEINFO@
  77. OBJEXT = @OBJEXT@
  78. PACKAGE = @PACKAGE@
  79. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  80. PACKAGE_NAME = @PACKAGE_NAME@
  81. PACKAGE_STRING = @PACKAGE_STRING@
  82. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  83. PACKAGE_VERSION = @PACKAGE_VERSION@
  84. PATH_SEPARATOR = @PATH_SEPARATOR@
  85. RANLIB = @RANLIB@
  86. SET_MAKE = @SET_MAKE@
  87. SHELL = @SHELL@
  88. STRIP = @STRIP@
  89. U = @U@
  90. VERSION = @VERSION@
  91. ac_ct_CC = @ac_ct_CC@
  92. ac_ct_RANLIB = @ac_ct_RANLIB@
  93. ac_ct_STRIP = @ac_ct_STRIP@
  94. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  95. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  96. am__include = @am__include@
  97. am__leading_dot = @am__leading_dot@
  98. am__quote = @am__quote@
  99. bindir = @bindir@
  100. build = @build@
  101. build_alias = @build_alias@
  102. build_cpu = @build_cpu@
  103. build_os = @build_os@
  104. build_vendor = @build_vendor@
  105. datadir = @datadir@
  106. exec_prefix = @exec_prefix@
  107. host = @host@
  108. host_alias = @host_alias@
  109. host_cpu = @host_cpu@
  110. host_os = @host_os@
  111. host_vendor = @host_vendor@
  112. includedir = @includedir@
  113. infodir = @infodir@
  114. install_sh = @install_sh@
  115. libdir = @libdir@
  116. libexecdir = @libexecdir@
  117. localstatedir = @localstatedir@
  118. mandir = @mandir@
  119. oldincludedir = @oldincludedir@
  120. prefix = @prefix@
  121. program_transform_name = @program_transform_name@
  122. sbindir = @sbindir@
  123. sharedstatedir = @sharedstatedir@
  124. sysconfdir = @sysconfdir@
  125. target = @target@
  126. target_alias = @target_alias@
  127. target_cpu = @target_cpu@
  128. target_os = @target_os@
  129. target_vendor = @target_vendor@
  130. subdir = contrib/MacOSX
  131. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  132. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  133. CONFIG_HEADER = $(top_builddir)/src/config.h
  134. CONFIG_CLEAN_FILES =
  135. DIST_SOURCES =
  136. DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
  137. all: all-am
  138. .SUFFIXES:
  139. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  140. cd $(top_srcdir) && \
  141. $(AUTOMAKE) --gnu contrib/MacOSX/Makefile
  142. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  143. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
  144. uninstall-info-am:
  145. tags: TAGS
  146. TAGS:
  147. ctags: CTAGS
  148. CTAGS:
  149. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  150. top_distdir = ../..
  151. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  152. distdir: $(DISTFILES)
  153. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  154. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  155. list='$(DISTFILES)'; for file in $$list; do \
  156. case $$file in \
  157. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  158. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  159. esac; \
  160. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  161. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  162. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  163. dir="/$$dir"; \
  164. $(mkinstalldirs) "$(distdir)$$dir"; \
  165. else \
  166. dir=''; \
  167. fi; \
  168. if test -d $$d/$$file; then \
  169. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  170. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  171. fi; \
  172. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  173. else \
  174. test -f $(distdir)/$$file \
  175. || cp -p $$d/$$file $(distdir)/$$file \
  176. || exit 1; \
  177. fi; \
  178. done
  179. check-am: all-am
  180. check: check-am
  181. all-am: Makefile
  182. installdirs:
  183. install: install-am
  184. install-exec: install-exec-am
  185. install-data: install-data-am
  186. uninstall: uninstall-am
  187. install-am: all-am
  188. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  189. installcheck: installcheck-am
  190. install-strip:
  191. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  192. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  193. `test -z '$(STRIP)' || \
  194. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  195. mostlyclean-generic:
  196. clean-generic:
  197. distclean-generic:
  198. -rm -f $(CONFIG_CLEAN_FILES)
  199. maintainer-clean-generic:
  200. @echo "This command is intended for maintainers to use"
  201. @echo "it deletes files that may require special tools to rebuild."
  202. clean: clean-am
  203. clean-am: clean-generic clean-local mostlyclean-am
  204. distclean: distclean-am
  205. -rm -f Makefile
  206. distclean-am: clean-am distclean-generic
  207. dvi: dvi-am
  208. dvi-am:
  209. info: info-am
  210. info-am:
  211. install-data-am:
  212. install-exec-am:
  213. install-info: install-info-am
  214. install-man:
  215. installcheck-am:
  216. maintainer-clean: maintainer-clean-am
  217. -rm -f Makefile
  218. maintainer-clean-am: distclean-am maintainer-clean-generic \
  219. maintainer-clean-local
  220. mostlyclean: mostlyclean-am
  221. mostlyclean-am: mostlyclean-generic
  222. pdf: pdf-am
  223. pdf-am:
  224. ps: ps-am
  225. ps-am:
  226. uninstall-am: uninstall-info-am
  227. .PHONY: all all-am check check-am clean clean-generic clean-local \
  228. distclean distclean-generic distdir dvi dvi-am info info-am \
  229. install install-am install-data install-data-am install-exec \
  230. install-exec-am install-info install-info-am install-man \
  231. install-strip installcheck installcheck-am installdirs \
  232. maintainer-clean maintainer-clean-generic \
  233. maintainer-clean-local mostlyclean mostlyclean-generic pdf \
  234. pdf-am ps ps-am uninstall uninstall-am uninstall-info-am
  235. clean-local:
  236. rm -rf build
  237. maintainer-clean-local:
  238. rm -f Makefile Makefile.in
  239. # -eof-
  240. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  241. # Otherwise a system limit (for SysV at least) may be exceeded.
  242. .NOEXPORT: