Makefile.in 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  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. # $Id: Makefile.am,v 1.3 2008/02/17 15:31:15 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. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  60. html-recursive info-recursive install-data-recursive \
  61. install-exec-recursive install-info-recursive \
  62. install-recursive installcheck-recursive installdirs-recursive \
  63. pdf-recursive ps-recursive uninstall-info-recursive \
  64. uninstall-recursive
  65. ETAGS = etags
  66. CTAGS = ctags
  67. DIST_SUBDIRS = $(SUBDIRS)
  68. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  69. ACLOCAL = @ACLOCAL@
  70. AMDEP_FALSE = @AMDEP_FALSE@
  71. AMDEP_TRUE = @AMDEP_TRUE@
  72. AMTAR = @AMTAR@
  73. AUTOCONF = @AUTOCONF@
  74. AUTOHEADER = @AUTOHEADER@
  75. AUTOMAKE = @AUTOMAKE@
  76. AWK = @AWK@
  77. CC = @CC@
  78. CCDEPMODE = @CCDEPMODE@
  79. CFLAGS = @CFLAGS@
  80. CPP = @CPP@
  81. CPPFLAGS = @CPPFLAGS@
  82. CYGPATH_W = @CYGPATH_W@
  83. DEFS = @DEFS@
  84. DEPDIR = @DEPDIR@
  85. ECHO_C = @ECHO_C@
  86. ECHO_N = @ECHO_N@
  87. ECHO_T = @ECHO_T@
  88. EGREP = @EGREP@
  89. EXEEXT = @EXEEXT@
  90. INSTALL_DATA = @INSTALL_DATA@
  91. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  92. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  93. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  94. LDFLAGS = @LDFLAGS@
  95. LIBOBJS = @LIBOBJS@
  96. LIBS = @LIBS@
  97. LN_S = @LN_S@
  98. LTLIBOBJS = @LTLIBOBJS@
  99. MAKEINFO = @MAKEINFO@
  100. OBJEXT = @OBJEXT@
  101. PACKAGE = @PACKAGE@
  102. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  103. PACKAGE_NAME = @PACKAGE_NAME@
  104. PACKAGE_STRING = @PACKAGE_STRING@
  105. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  106. PACKAGE_VERSION = @PACKAGE_VERSION@
  107. PATH_SEPARATOR = @PATH_SEPARATOR@
  108. RANLIB = @RANLIB@
  109. SET_MAKE = @SET_MAKE@
  110. SHELL = @SHELL@
  111. STRIP = @STRIP@
  112. U = @U@
  113. VERSION = @VERSION@
  114. ac_ct_CC = @ac_ct_CC@
  115. ac_ct_RANLIB = @ac_ct_RANLIB@
  116. ac_ct_STRIP = @ac_ct_STRIP@
  117. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  118. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  119. am__include = @am__include@
  120. am__leading_dot = @am__leading_dot@
  121. am__quote = @am__quote@
  122. am__tar = @am__tar@
  123. am__untar = @am__untar@
  124. bindir = @bindir@
  125. build = @build@
  126. build_alias = @build_alias@
  127. build_cpu = @build_cpu@
  128. build_os = @build_os@
  129. build_vendor = @build_vendor@
  130. datadir = @datadir@
  131. exec_prefix = @exec_prefix@
  132. host = @host@
  133. host_alias = @host_alias@
  134. host_cpu = @host_cpu@
  135. host_os = @host_os@
  136. host_vendor = @host_vendor@
  137. includedir = @includedir@
  138. infodir = @infodir@
  139. install_sh = @install_sh@
  140. libdir = @libdir@
  141. libexecdir = @libexecdir@
  142. localstatedir = @localstatedir@
  143. mandir = @mandir@
  144. mkdir_p = @mkdir_p@
  145. oldincludedir = @oldincludedir@
  146. prefix = @prefix@
  147. program_transform_name = @program_transform_name@
  148. sbindir = @sbindir@
  149. sharedstatedir = @sharedstatedir@
  150. sysconfdir = @sysconfdir@
  151. target = @target@
  152. target_alias = @target_alias@
  153. target_cpu = @target_cpu@
  154. target_os = @target_os@
  155. target_vendor = @target_vendor@
  156. SUBDIRS = ngIRCd.xcodeproj
  157. EXTRA_DIST = de.barton.ngircd.plist.tmpl config.h cvs-version.h
  158. SUFFIXES = .tmpl .
  159. all: all-recursive
  160. .SUFFIXES:
  161. .SUFFIXES: .tmpl .
  162. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  163. @for dep in $?; do \
  164. case '$(am__configure_deps)' in \
  165. *$$dep*) \
  166. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  167. && exit 0; \
  168. exit 1;; \
  169. esac; \
  170. done; \
  171. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu contrib/MacOSX/Makefile'; \
  172. cd $(top_srcdir) && \
  173. $(AUTOMAKE) --gnu contrib/MacOSX/Makefile
  174. .PRECIOUS: Makefile
  175. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  176. @case '$?' in \
  177. *config.status*) \
  178. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  179. *) \
  180. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  181. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  182. esac;
  183. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  184. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  185. $(top_srcdir)/configure: $(am__configure_deps)
  186. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  187. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  188. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  189. uninstall-info-am:
  190. # This directory's subdirectories are mostly independent; you can cd
  191. # into them and run `make' without going through this Makefile.
  192. # To change the values of `make' variables: instead of editing Makefiles,
  193. # (1) if the variable is set in `config.status', edit `config.status'
  194. # (which will cause the Makefiles to be regenerated when you run `make');
  195. # (2) otherwise, pass the desired values on the `make' command line.
  196. $(RECURSIVE_TARGETS):
  197. @failcom='exit 1'; \
  198. for f in x $$MAKEFLAGS; do \
  199. case $$f in \
  200. *=* | --[!k]*);; \
  201. *k*) failcom='fail=yes';; \
  202. esac; \
  203. done; \
  204. dot_seen=no; \
  205. target=`echo $@ | sed s/-recursive//`; \
  206. list='$(SUBDIRS)'; for subdir in $$list; do \
  207. echo "Making $$target in $$subdir"; \
  208. if test "$$subdir" = "."; then \
  209. dot_seen=yes; \
  210. local_target="$$target-am"; \
  211. else \
  212. local_target="$$target"; \
  213. fi; \
  214. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  215. || eval $$failcom; \
  216. done; \
  217. if test "$$dot_seen" = "no"; then \
  218. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  219. fi; test -z "$$fail"
  220. mostlyclean-recursive clean-recursive distclean-recursive \
  221. maintainer-clean-recursive:
  222. @failcom='exit 1'; \
  223. for f in x $$MAKEFLAGS; do \
  224. case $$f in \
  225. *=* | --[!k]*);; \
  226. *k*) failcom='fail=yes';; \
  227. esac; \
  228. done; \
  229. dot_seen=no; \
  230. case "$@" in \
  231. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  232. *) list='$(SUBDIRS)' ;; \
  233. esac; \
  234. rev=''; for subdir in $$list; do \
  235. if test "$$subdir" = "."; then :; else \
  236. rev="$$subdir $$rev"; \
  237. fi; \
  238. done; \
  239. rev="$$rev ."; \
  240. target=`echo $@ | sed s/-recursive//`; \
  241. for subdir in $$rev; do \
  242. echo "Making $$target in $$subdir"; \
  243. if test "$$subdir" = "."; then \
  244. local_target="$$target-am"; \
  245. else \
  246. local_target="$$target"; \
  247. fi; \
  248. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  249. || eval $$failcom; \
  250. done && test -z "$$fail"
  251. tags-recursive:
  252. list='$(SUBDIRS)'; for subdir in $$list; do \
  253. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  254. done
  255. ctags-recursive:
  256. list='$(SUBDIRS)'; for subdir in $$list; do \
  257. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  258. done
  259. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  260. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  261. unique=`for i in $$list; do \
  262. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  263. done | \
  264. $(AWK) ' { files[$$0] = 1; } \
  265. END { for (i in files) print i; }'`; \
  266. mkid -fID $$unique
  267. tags: TAGS
  268. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  269. $(TAGS_FILES) $(LISP)
  270. tags=; \
  271. here=`pwd`; \
  272. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  273. include_option=--etags-include; \
  274. empty_fix=.; \
  275. else \
  276. include_option=--include; \
  277. empty_fix=; \
  278. fi; \
  279. list='$(SUBDIRS)'; for subdir in $$list; do \
  280. if test "$$subdir" = .; then :; else \
  281. test ! -f $$subdir/TAGS || \
  282. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  283. fi; \
  284. done; \
  285. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  286. unique=`for i in $$list; do \
  287. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  288. done | \
  289. $(AWK) ' { files[$$0] = 1; } \
  290. END { for (i in files) print i; }'`; \
  291. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  292. test -n "$$unique" || unique=$$empty_fix; \
  293. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  294. $$tags $$unique; \
  295. fi
  296. ctags: CTAGS
  297. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  298. $(TAGS_FILES) $(LISP)
  299. tags=; \
  300. here=`pwd`; \
  301. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  302. unique=`for i in $$list; do \
  303. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  304. done | \
  305. $(AWK) ' { files[$$0] = 1; } \
  306. END { for (i in files) print i; }'`; \
  307. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  308. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  309. $$tags $$unique
  310. GTAGS:
  311. here=`$(am__cd) $(top_builddir) && pwd` \
  312. && cd $(top_srcdir) \
  313. && gtags -i $(GTAGS_ARGS) $$here
  314. distclean-tags:
  315. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  316. distdir: $(DISTFILES)
  317. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  318. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  319. list='$(DISTFILES)'; for file in $$list; do \
  320. case $$file in \
  321. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  322. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  323. esac; \
  324. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  325. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  326. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  327. dir="/$$dir"; \
  328. $(mkdir_p) "$(distdir)$$dir"; \
  329. else \
  330. dir=''; \
  331. fi; \
  332. if test -d $$d/$$file; then \
  333. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  334. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  335. fi; \
  336. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  337. else \
  338. test -f $(distdir)/$$file \
  339. || cp -p $$d/$$file $(distdir)/$$file \
  340. || exit 1; \
  341. fi; \
  342. done
  343. list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  344. if test "$$subdir" = .; then :; else \
  345. test -d "$(distdir)/$$subdir" \
  346. || $(mkdir_p) "$(distdir)/$$subdir" \
  347. || exit 1; \
  348. distdir=`$(am__cd) $(distdir) && pwd`; \
  349. top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  350. (cd $$subdir && \
  351. $(MAKE) $(AM_MAKEFLAGS) \
  352. top_distdir="$$top_distdir" \
  353. distdir="$$distdir/$$subdir" \
  354. distdir) \
  355. || exit 1; \
  356. fi; \
  357. done
  358. check-am: all-am
  359. check: check-recursive
  360. all-am: Makefile
  361. installdirs: installdirs-recursive
  362. installdirs-am:
  363. install: install-recursive
  364. install-exec: install-exec-recursive
  365. install-data: install-data-recursive
  366. uninstall: uninstall-recursive
  367. install-am: all-am
  368. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  369. installcheck: installcheck-recursive
  370. install-strip:
  371. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  372. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  373. `test -z '$(STRIP)' || \
  374. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  375. mostlyclean-generic:
  376. clean-generic:
  377. distclean-generic:
  378. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  379. maintainer-clean-generic:
  380. @echo "This command is intended for maintainers to use"
  381. @echo "it deletes files that may require special tools to rebuild."
  382. clean: clean-recursive
  383. clean-am: clean-generic clean-local mostlyclean-am
  384. distclean: distclean-recursive
  385. -rm -f Makefile
  386. distclean-am: clean-am distclean-generic distclean-tags
  387. dvi: dvi-recursive
  388. dvi-am:
  389. html: html-recursive
  390. info: info-recursive
  391. info-am:
  392. install-data-am: install-data-local
  393. install-exec-am:
  394. install-info: install-info-recursive
  395. install-man:
  396. installcheck-am:
  397. maintainer-clean: maintainer-clean-recursive
  398. -rm -f Makefile
  399. maintainer-clean-am: distclean-am maintainer-clean-generic \
  400. maintainer-clean-local
  401. mostlyclean: mostlyclean-recursive
  402. mostlyclean-am: mostlyclean-generic
  403. pdf: pdf-recursive
  404. pdf-am:
  405. ps: ps-recursive
  406. ps-am:
  407. uninstall-am: uninstall-info-am
  408. uninstall-info: uninstall-info-recursive
  409. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
  410. clean clean-generic clean-local clean-recursive ctags \
  411. ctags-recursive distclean distclean-generic \
  412. distclean-recursive distclean-tags distdir dvi dvi-am html \
  413. html-am info info-am install install-am install-data \
  414. install-data-am install-data-local install-exec \
  415. install-exec-am install-info install-info-am install-man \
  416. install-strip installcheck installcheck-am installdirs \
  417. installdirs-am maintainer-clean maintainer-clean-generic \
  418. maintainer-clean-local maintainer-clean-recursive mostlyclean \
  419. mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \
  420. tags tags-recursive uninstall uninstall-am uninstall-info-am
  421. .tmpl:
  422. sed \
  423. -e s@:SBINDIR:@${sbindir}@ \
  424. <$< >$@
  425. install-data-local:
  426. [ `uname -s` != "Darwin" ] || make install-sys-darwin
  427. install-sys-darwin:
  428. @if [ `id -u` -eq 0 ]; then \
  429. make install-sys-darwin-root; \
  430. else \
  431. echo; \
  432. echo " ** NOTE: Not installing with root privileges, so the LaunchDaemon script"; \
  433. echo " ** \"/Library/LaunchDaemons/de.barton.ngircd.plist\" can't be installed/updated!"; \
  434. echo; \
  435. fi
  436. install-sys-darwin-root: de.barton.ngircd.plist
  437. install -c -m 644 -b -o root -g wheel de.barton.ngircd.plist /Library/LaunchDaemons/de.barton.ngircd.plist
  438. @echo
  439. @echo " ** \"/Library/LaunchDaemons/de.barton.ngircd.plist\" has been installed,"
  440. @echo " ** but is disabled. Use launchctl(8) to enable/run ngIRCd on Darwin/Mac OS X."
  441. @echo
  442. clean-local:
  443. rm -rf build
  444. maintainer-clean-local:
  445. rm -f Makefile Makefile.in
  446. # -eof-
  447. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  448. # Otherwise a system limit (for SysV at least) may be exceeded.
  449. .NOEXPORT: