Makefile.in 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  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. # Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen
  18. # der GNU General Public License (GPL), wie von der Free Software Foundation
  19. # herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2
  20. # der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version.
  21. # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  22. # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  23. #
  24. # $Id: Makefile.am,v 1.4 2004/04/28 12:18:02 alex Exp $
  25. #
  26. srcdir = @srcdir@
  27. top_srcdir = @top_srcdir@
  28. VPATH = @srcdir@
  29. pkgdatadir = $(datadir)/@PACKAGE@
  30. pkglibdir = $(libdir)/@PACKAGE@
  31. pkgincludedir = $(includedir)/@PACKAGE@
  32. top_builddir = ..
  33. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  34. INSTALL = @INSTALL@
  35. install_sh_DATA = $(install_sh) -c -m 644
  36. install_sh_PROGRAM = $(install_sh) -c
  37. install_sh_SCRIPT = $(install_sh) -c
  38. INSTALL_HEADER = $(INSTALL_DATA)
  39. transform = $(program_transform_name)
  40. NORMAL_INSTALL = :
  41. PRE_INSTALL = :
  42. POST_INSTALL = :
  43. NORMAL_UNINSTALL = :
  44. PRE_UNINSTALL = :
  45. POST_UNINSTALL = :
  46. host_triplet = @host@
  47. ACLOCAL = @ACLOCAL@
  48. AMDEP_FALSE = @AMDEP_FALSE@
  49. AMDEP_TRUE = @AMDEP_TRUE@
  50. AMTAR = @AMTAR@
  51. AUTOCONF = @AUTOCONF@
  52. AUTOHEADER = @AUTOHEADER@
  53. AUTOMAKE = @AUTOMAKE@
  54. AWK = @AWK@
  55. CC = @CC@
  56. CCDEPMODE = @CCDEPMODE@
  57. CFLAGS = @CFLAGS@
  58. CPP = @CPP@
  59. CPPFLAGS = @CPPFLAGS@
  60. CYGPATH_W = @CYGPATH_W@
  61. DEFS = @DEFS@
  62. DEPDIR = @DEPDIR@
  63. ECHO_C = @ECHO_C@
  64. ECHO_N = @ECHO_N@
  65. ECHO_T = @ECHO_T@
  66. EGREP = @EGREP@
  67. EXEEXT = @EXEEXT@
  68. INSTALL_DATA = @INSTALL_DATA@
  69. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  70. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  71. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  72. LDFLAGS = @LDFLAGS@
  73. LIBOBJS = @LIBOBJS@
  74. LIBS = @LIBS@
  75. LN_S = @LN_S@
  76. LTLIBOBJS = @LTLIBOBJS@
  77. MAKEINFO = @MAKEINFO@
  78. OBJEXT = @OBJEXT@
  79. PACKAGE = @PACKAGE@
  80. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  81. PACKAGE_NAME = @PACKAGE_NAME@
  82. PACKAGE_STRING = @PACKAGE_STRING@
  83. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  84. PACKAGE_VERSION = @PACKAGE_VERSION@
  85. PATH_SEPARATOR = @PATH_SEPARATOR@
  86. RANLIB = @RANLIB@
  87. SET_MAKE = @SET_MAKE@
  88. SHELL = @SHELL@
  89. STRIP = @STRIP@
  90. U = @U@
  91. VERSION = @VERSION@
  92. ac_ct_CC = @ac_ct_CC@
  93. ac_ct_RANLIB = @ac_ct_RANLIB@
  94. ac_ct_STRIP = @ac_ct_STRIP@
  95. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  96. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  97. am__include = @am__include@
  98. am__leading_dot = @am__leading_dot@
  99. am__quote = @am__quote@
  100. bindir = @bindir@
  101. build = @build@
  102. build_alias = @build_alias@
  103. build_cpu = @build_cpu@
  104. build_os = @build_os@
  105. build_vendor = @build_vendor@
  106. datadir = @datadir@
  107. exec_prefix = @exec_prefix@
  108. host = @host@
  109. host_alias = @host_alias@
  110. host_cpu = @host_cpu@
  111. host_os = @host_os@
  112. host_vendor = @host_vendor@
  113. includedir = @includedir@
  114. infodir = @infodir@
  115. install_sh = @install_sh@
  116. libdir = @libdir@
  117. libexecdir = @libexecdir@
  118. localstatedir = @localstatedir@
  119. mandir = @mandir@
  120. oldincludedir = @oldincludedir@
  121. prefix = @prefix@
  122. program_transform_name = @program_transform_name@
  123. sbindir = @sbindir@
  124. sharedstatedir = @sharedstatedir@
  125. sysconfdir = @sysconfdir@
  126. target = @target@
  127. target_alias = @target_alias@
  128. target_cpu = @target_cpu@
  129. target_os = @target_os@
  130. target_vendor = @target_vendor@
  131. SUBDIRS = Debian MacOSX
  132. EXTRA_DIST = README ngircd.spec systrace.policy
  133. subdir = contrib
  134. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  135. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  136. CONFIG_HEADER = $(top_builddir)/src/config.h
  137. CONFIG_CLEAN_FILES =
  138. DIST_SOURCES =
  139. RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
  140. ps-recursive install-info-recursive uninstall-info-recursive \
  141. all-recursive install-data-recursive install-exec-recursive \
  142. installdirs-recursive install-recursive uninstall-recursive \
  143. check-recursive installcheck-recursive
  144. DIST_COMMON = README $(srcdir)/Makefile.in Makefile.am
  145. DIST_SUBDIRS = $(SUBDIRS)
  146. all: all-recursive
  147. .SUFFIXES:
  148. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  149. cd $(top_srcdir) && \
  150. $(AUTOMAKE) --gnu contrib/Makefile
  151. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  152. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
  153. uninstall-info-am:
  154. # This directory's subdirectories are mostly independent; you can cd
  155. # into them and run `make' without going through this Makefile.
  156. # To change the values of `make' variables: instead of editing Makefiles,
  157. # (1) if the variable is set in `config.status', edit `config.status'
  158. # (which will cause the Makefiles to be regenerated when you run `make');
  159. # (2) otherwise, pass the desired values on the `make' command line.
  160. $(RECURSIVE_TARGETS):
  161. @set fnord $$MAKEFLAGS; amf=$$2; \
  162. dot_seen=no; \
  163. target=`echo $@ | sed s/-recursive//`; \
  164. list='$(SUBDIRS)'; for subdir in $$list; do \
  165. echo "Making $$target in $$subdir"; \
  166. if test "$$subdir" = "."; then \
  167. dot_seen=yes; \
  168. local_target="$$target-am"; \
  169. else \
  170. local_target="$$target"; \
  171. fi; \
  172. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  173. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  174. done; \
  175. if test "$$dot_seen" = "no"; then \
  176. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  177. fi; test -z "$$fail"
  178. mostlyclean-recursive clean-recursive distclean-recursive \
  179. maintainer-clean-recursive:
  180. @set fnord $$MAKEFLAGS; amf=$$2; \
  181. dot_seen=no; \
  182. case "$@" in \
  183. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  184. *) list='$(SUBDIRS)' ;; \
  185. esac; \
  186. rev=''; for subdir in $$list; do \
  187. if test "$$subdir" = "."; then :; else \
  188. rev="$$subdir $$rev"; \
  189. fi; \
  190. done; \
  191. rev="$$rev ."; \
  192. target=`echo $@ | sed s/-recursive//`; \
  193. for subdir in $$rev; do \
  194. echo "Making $$target in $$subdir"; \
  195. if test "$$subdir" = "."; then \
  196. local_target="$$target-am"; \
  197. else \
  198. local_target="$$target"; \
  199. fi; \
  200. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  201. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  202. done && test -z "$$fail"
  203. tags-recursive:
  204. list='$(SUBDIRS)'; for subdir in $$list; do \
  205. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  206. done
  207. ctags-recursive:
  208. list='$(SUBDIRS)'; for subdir in $$list; do \
  209. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  210. done
  211. ETAGS = etags
  212. ETAGSFLAGS =
  213. CTAGS = ctags
  214. CTAGSFLAGS =
  215. tags: TAGS
  216. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  217. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  218. unique=`for i in $$list; do \
  219. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  220. done | \
  221. $(AWK) ' { files[$$0] = 1; } \
  222. END { for (i in files) print i; }'`; \
  223. mkid -fID $$unique
  224. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  225. $(TAGS_FILES) $(LISP)
  226. tags=; \
  227. here=`pwd`; \
  228. if (etags --etags-include --version) >/dev/null 2>&1; then \
  229. include_option=--etags-include; \
  230. else \
  231. include_option=--include; \
  232. fi; \
  233. list='$(SUBDIRS)'; for subdir in $$list; do \
  234. if test "$$subdir" = .; then :; else \
  235. test -f $$subdir/TAGS && \
  236. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  237. fi; \
  238. done; \
  239. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  240. unique=`for i in $$list; do \
  241. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  242. done | \
  243. $(AWK) ' { files[$$0] = 1; } \
  244. END { for (i in files) print i; }'`; \
  245. test -z "$(ETAGS_ARGS)$$tags$$unique" \
  246. || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  247. $$tags $$unique
  248. ctags: CTAGS
  249. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  250. $(TAGS_FILES) $(LISP)
  251. tags=; \
  252. here=`pwd`; \
  253. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  254. unique=`for i in $$list; do \
  255. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  256. done | \
  257. $(AWK) ' { files[$$0] = 1; } \
  258. END { for (i in files) print i; }'`; \
  259. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  260. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  261. $$tags $$unique
  262. GTAGS:
  263. here=`$(am__cd) $(top_builddir) && pwd` \
  264. && cd $(top_srcdir) \
  265. && gtags -i $(GTAGS_ARGS) $$here
  266. distclean-tags:
  267. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  268. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  269. top_distdir = ..
  270. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  271. distdir: $(DISTFILES)
  272. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  273. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  274. list='$(DISTFILES)'; for file in $$list; do \
  275. case $$file in \
  276. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  277. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  278. esac; \
  279. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  280. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  281. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  282. dir="/$$dir"; \
  283. $(mkinstalldirs) "$(distdir)$$dir"; \
  284. else \
  285. dir=''; \
  286. fi; \
  287. if test -d $$d/$$file; then \
  288. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  289. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  290. fi; \
  291. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  292. else \
  293. test -f $(distdir)/$$file \
  294. || cp -p $$d/$$file $(distdir)/$$file \
  295. || exit 1; \
  296. fi; \
  297. done
  298. list='$(SUBDIRS)'; for subdir in $$list; do \
  299. if test "$$subdir" = .; then :; else \
  300. test -d $(distdir)/$$subdir \
  301. || mkdir $(distdir)/$$subdir \
  302. || exit 1; \
  303. (cd $$subdir && \
  304. $(MAKE) $(AM_MAKEFLAGS) \
  305. top_distdir="$(top_distdir)" \
  306. distdir=../$(distdir)/$$subdir \
  307. distdir) \
  308. || exit 1; \
  309. fi; \
  310. done
  311. check-am: all-am
  312. check: check-recursive
  313. all-am: Makefile
  314. installdirs: installdirs-recursive
  315. installdirs-am:
  316. install: install-recursive
  317. install-exec: install-exec-recursive
  318. install-data: install-data-recursive
  319. uninstall: uninstall-recursive
  320. install-am: all-am
  321. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  322. installcheck: installcheck-recursive
  323. install-strip:
  324. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  325. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  326. `test -z '$(STRIP)' || \
  327. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  328. mostlyclean-generic:
  329. clean-generic:
  330. distclean-generic:
  331. -rm -f $(CONFIG_CLEAN_FILES)
  332. maintainer-clean-generic:
  333. @echo "This command is intended for maintainers to use"
  334. @echo "it deletes files that may require special tools to rebuild."
  335. clean: clean-recursive
  336. clean-am: clean-generic mostlyclean-am
  337. distclean: distclean-recursive
  338. -rm -f Makefile
  339. distclean-am: clean-am distclean-generic distclean-tags
  340. dvi: dvi-recursive
  341. dvi-am:
  342. info: info-recursive
  343. info-am:
  344. install-data-am:
  345. install-exec-am:
  346. install-info: install-info-recursive
  347. install-man:
  348. installcheck-am:
  349. maintainer-clean: maintainer-clean-recursive
  350. -rm -f Makefile
  351. maintainer-clean-am: distclean-am maintainer-clean-generic \
  352. maintainer-clean-local
  353. mostlyclean: mostlyclean-recursive
  354. mostlyclean-am: mostlyclean-generic
  355. pdf: pdf-recursive
  356. pdf-am:
  357. ps: ps-recursive
  358. ps-am:
  359. uninstall-am: uninstall-info-am
  360. uninstall-info: uninstall-info-recursive
  361. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
  362. clean-generic clean-recursive ctags ctags-recursive distclean \
  363. distclean-generic distclean-recursive distclean-tags distdir \
  364. dvi dvi-am dvi-recursive info info-am info-recursive install \
  365. install-am install-data install-data-am install-data-recursive \
  366. install-exec install-exec-am install-exec-recursive \
  367. install-info install-info-am install-info-recursive install-man \
  368. install-recursive install-strip installcheck installcheck-am \
  369. installdirs installdirs-am installdirs-recursive \
  370. maintainer-clean maintainer-clean-generic \
  371. maintainer-clean-local maintainer-clean-recursive mostlyclean \
  372. mostlyclean-generic mostlyclean-recursive pdf pdf-am \
  373. pdf-recursive ps ps-am ps-recursive tags tags-recursive \
  374. uninstall uninstall-am uninstall-info-am \
  375. uninstall-info-recursive uninstall-recursive
  376. maintainer-clean-local:
  377. rm -f Makefile Makefile.in
  378. # -eof-
  379. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  380. # Otherwise a system limit (for SysV at least) may be exceeded.
  381. .NOEXPORT: