Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615
  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-2003 by 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.17 2005/07/22 21:01:52 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. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
  49. $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
  50. ChangeLog INSTALL NEWS config.guess config.sub depcomp \
  51. install-sh missing
  52. subdir = .
  53. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  54. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  55. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  56. $(ACLOCAL_M4)
  57. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  58. configure.lineno configure.status.lineno
  59. mkinstalldirs = $(install_sh) -d
  60. CONFIG_HEADER = $(top_builddir)/src/config.h
  61. CONFIG_CLEAN_FILES =
  62. SOURCES =
  63. DIST_SOURCES =
  64. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  65. html-recursive info-recursive install-data-recursive \
  66. install-exec-recursive install-info-recursive \
  67. install-recursive installcheck-recursive installdirs-recursive \
  68. pdf-recursive ps-recursive uninstall-info-recursive \
  69. uninstall-recursive
  70. ETAGS = etags
  71. CTAGS = ctags
  72. DIST_SUBDIRS = $(SUBDIRS)
  73. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  74. distdir = $(PACKAGE)-$(VERSION)
  75. top_distdir = $(distdir)
  76. am__remove_distdir = \
  77. { test ! -d $(distdir) \
  78. || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  79. && rm -fr $(distdir); }; }
  80. DIST_ARCHIVES = $(distdir).tar.gz
  81. GZIP_ENV = --best
  82. distuninstallcheck_listfiles = find . -type f -print
  83. distcleancheck_listfiles = find . -type f -print
  84. ACLOCAL = @ACLOCAL@
  85. AMDEP_FALSE = @AMDEP_FALSE@
  86. AMDEP_TRUE = @AMDEP_TRUE@
  87. AMTAR = @AMTAR@
  88. AUTOCONF = @AUTOCONF@
  89. AUTOHEADER = @AUTOHEADER@
  90. AUTOMAKE = @AUTOMAKE@
  91. AWK = @AWK@
  92. CC = @CC@
  93. CCDEPMODE = @CCDEPMODE@
  94. CFLAGS = @CFLAGS@
  95. CPP = @CPP@
  96. CPPFLAGS = @CPPFLAGS@
  97. CYGPATH_W = @CYGPATH_W@
  98. DEFS = @DEFS@
  99. DEPDIR = @DEPDIR@
  100. ECHO_C = @ECHO_C@
  101. ECHO_N = @ECHO_N@
  102. ECHO_T = @ECHO_T@
  103. EGREP = @EGREP@
  104. EXEEXT = @EXEEXT@
  105. INSTALL_DATA = @INSTALL_DATA@
  106. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  107. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  108. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  109. LDFLAGS = @LDFLAGS@
  110. LIBOBJS = @LIBOBJS@
  111. LIBS = @LIBS@
  112. LN_S = @LN_S@
  113. LTLIBOBJS = @LTLIBOBJS@
  114. MAKEINFO = @MAKEINFO@
  115. OBJEXT = @OBJEXT@
  116. PACKAGE = @PACKAGE@
  117. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  118. PACKAGE_NAME = @PACKAGE_NAME@
  119. PACKAGE_STRING = @PACKAGE_STRING@
  120. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  121. PACKAGE_VERSION = @PACKAGE_VERSION@
  122. PATH_SEPARATOR = @PATH_SEPARATOR@
  123. RANLIB = @RANLIB@
  124. SET_MAKE = @SET_MAKE@
  125. SHELL = @SHELL@
  126. STRIP = @STRIP@
  127. U = @U@
  128. VERSION = @VERSION@
  129. ac_ct_CC = @ac_ct_CC@
  130. ac_ct_RANLIB = @ac_ct_RANLIB@
  131. ac_ct_STRIP = @ac_ct_STRIP@
  132. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  133. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  134. am__include = @am__include@
  135. am__leading_dot = @am__leading_dot@
  136. am__quote = @am__quote@
  137. am__tar = @am__tar@
  138. am__untar = @am__untar@
  139. bindir = @bindir@
  140. build = @build@
  141. build_alias = @build_alias@
  142. build_cpu = @build_cpu@
  143. build_os = @build_os@
  144. build_vendor = @build_vendor@
  145. datadir = @datadir@
  146. exec_prefix = @exec_prefix@
  147. host = @host@
  148. host_alias = @host_alias@
  149. host_cpu = @host_cpu@
  150. host_os = @host_os@
  151. host_vendor = @host_vendor@
  152. includedir = @includedir@
  153. infodir = @infodir@
  154. install_sh = @install_sh@
  155. libdir = @libdir@
  156. libexecdir = @libexecdir@
  157. localstatedir = @localstatedir@
  158. mandir = @mandir@
  159. mkdir_p = @mkdir_p@
  160. oldincludedir = @oldincludedir@
  161. prefix = @prefix@
  162. program_transform_name = @program_transform_name@
  163. sbindir = @sbindir@
  164. sharedstatedir = @sharedstatedir@
  165. sysconfdir = @sysconfdir@
  166. target = @target@
  167. target_alias = @target_alias@
  168. target_cpu = @target_cpu@
  169. target_os = @target_os@
  170. target_vendor = @target_vendor@
  171. AUTOMAKE_OPTIONS = gnu
  172. SUBDIRS = doc src man contrib
  173. all: all-recursive
  174. .SUFFIXES:
  175. am--refresh:
  176. @:
  177. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  178. @for dep in $?; do \
  179. case '$(am__configure_deps)' in \
  180. *$$dep*) \
  181. echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
  182. cd $(srcdir) && $(AUTOMAKE) --gnu \
  183. && exit 0; \
  184. exit 1;; \
  185. esac; \
  186. done; \
  187. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  188. cd $(top_srcdir) && \
  189. $(AUTOMAKE) --gnu Makefile
  190. .PRECIOUS: Makefile
  191. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  192. @case '$?' in \
  193. *config.status*) \
  194. echo ' $(SHELL) ./config.status'; \
  195. $(SHELL) ./config.status;; \
  196. *) \
  197. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  198. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  199. esac;
  200. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  201. $(SHELL) ./config.status --recheck
  202. $(top_srcdir)/configure: $(am__configure_deps)
  203. cd $(srcdir) && $(AUTOCONF)
  204. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  205. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  206. uninstall-info-am:
  207. # This directory's subdirectories are mostly independent; you can cd
  208. # into them and run `make' without going through this Makefile.
  209. # To change the values of `make' variables: instead of editing Makefiles,
  210. # (1) if the variable is set in `config.status', edit `config.status'
  211. # (which will cause the Makefiles to be regenerated when you run `make');
  212. # (2) otherwise, pass the desired values on the `make' command line.
  213. $(RECURSIVE_TARGETS):
  214. @failcom='exit 1'; \
  215. for f in x $$MAKEFLAGS; do \
  216. case $$f in \
  217. *=* | --[!k]*);; \
  218. *k*) failcom='fail=yes';; \
  219. esac; \
  220. done; \
  221. dot_seen=no; \
  222. target=`echo $@ | sed s/-recursive//`; \
  223. list='$(SUBDIRS)'; for subdir in $$list; do \
  224. echo "Making $$target in $$subdir"; \
  225. if test "$$subdir" = "."; then \
  226. dot_seen=yes; \
  227. local_target="$$target-am"; \
  228. else \
  229. local_target="$$target"; \
  230. fi; \
  231. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  232. || eval $$failcom; \
  233. done; \
  234. if test "$$dot_seen" = "no"; then \
  235. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  236. fi; test -z "$$fail"
  237. mostlyclean-recursive clean-recursive distclean-recursive \
  238. maintainer-clean-recursive:
  239. @failcom='exit 1'; \
  240. for f in x $$MAKEFLAGS; do \
  241. case $$f in \
  242. *=* | --[!k]*);; \
  243. *k*) failcom='fail=yes';; \
  244. esac; \
  245. done; \
  246. dot_seen=no; \
  247. case "$@" in \
  248. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  249. *) list='$(SUBDIRS)' ;; \
  250. esac; \
  251. rev=''; for subdir in $$list; do \
  252. if test "$$subdir" = "."; then :; else \
  253. rev="$$subdir $$rev"; \
  254. fi; \
  255. done; \
  256. rev="$$rev ."; \
  257. target=`echo $@ | sed s/-recursive//`; \
  258. for subdir in $$rev; do \
  259. echo "Making $$target in $$subdir"; \
  260. if test "$$subdir" = "."; then \
  261. local_target="$$target-am"; \
  262. else \
  263. local_target="$$target"; \
  264. fi; \
  265. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  266. || eval $$failcom; \
  267. done && test -z "$$fail"
  268. tags-recursive:
  269. list='$(SUBDIRS)'; for subdir in $$list; do \
  270. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  271. done
  272. ctags-recursive:
  273. list='$(SUBDIRS)'; for subdir in $$list; do \
  274. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  275. done
  276. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  277. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  278. unique=`for i in $$list; do \
  279. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  280. done | \
  281. $(AWK) ' { files[$$0] = 1; } \
  282. END { for (i in files) print i; }'`; \
  283. mkid -fID $$unique
  284. tags: TAGS
  285. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  286. $(TAGS_FILES) $(LISP)
  287. tags=; \
  288. here=`pwd`; \
  289. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  290. include_option=--etags-include; \
  291. empty_fix=.; \
  292. else \
  293. include_option=--include; \
  294. empty_fix=; \
  295. fi; \
  296. list='$(SUBDIRS)'; for subdir in $$list; do \
  297. if test "$$subdir" = .; then :; else \
  298. test ! -f $$subdir/TAGS || \
  299. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  300. fi; \
  301. done; \
  302. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  303. unique=`for i in $$list; do \
  304. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  305. done | \
  306. $(AWK) ' { files[$$0] = 1; } \
  307. END { for (i in files) print i; }'`; \
  308. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  309. test -n "$$unique" || unique=$$empty_fix; \
  310. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  311. $$tags $$unique; \
  312. fi
  313. ctags: CTAGS
  314. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  315. $(TAGS_FILES) $(LISP)
  316. tags=; \
  317. here=`pwd`; \
  318. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  319. unique=`for i in $$list; do \
  320. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  321. done | \
  322. $(AWK) ' { files[$$0] = 1; } \
  323. END { for (i in files) print i; }'`; \
  324. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  325. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  326. $$tags $$unique
  327. GTAGS:
  328. here=`$(am__cd) $(top_builddir) && pwd` \
  329. && cd $(top_srcdir) \
  330. && gtags -i $(GTAGS_ARGS) $$here
  331. distclean-tags:
  332. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  333. distdir: $(DISTFILES)
  334. $(am__remove_distdir)
  335. mkdir $(distdir)
  336. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  337. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  338. list='$(DISTFILES)'; for file in $$list; do \
  339. case $$file in \
  340. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  341. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  342. esac; \
  343. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  344. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  345. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  346. dir="/$$dir"; \
  347. $(mkdir_p) "$(distdir)$$dir"; \
  348. else \
  349. dir=''; \
  350. fi; \
  351. if test -d $$d/$$file; then \
  352. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  353. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  354. fi; \
  355. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  356. else \
  357. test -f $(distdir)/$$file \
  358. || cp -p $$d/$$file $(distdir)/$$file \
  359. || exit 1; \
  360. fi; \
  361. done
  362. list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  363. if test "$$subdir" = .; then :; else \
  364. test -d "$(distdir)/$$subdir" \
  365. || $(mkdir_p) "$(distdir)/$$subdir" \
  366. || exit 1; \
  367. distdir=`$(am__cd) $(distdir) && pwd`; \
  368. top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  369. (cd $$subdir && \
  370. $(MAKE) $(AM_MAKEFLAGS) \
  371. top_distdir="$$top_distdir" \
  372. distdir="$$distdir/$$subdir" \
  373. distdir) \
  374. || exit 1; \
  375. fi; \
  376. done
  377. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  378. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  379. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  380. ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
  381. || chmod -R a+r $(distdir)
  382. dist-gzip: distdir
  383. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  384. $(am__remove_distdir)
  385. dist-bzip2: distdir
  386. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  387. $(am__remove_distdir)
  388. dist-tarZ: distdir
  389. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  390. $(am__remove_distdir)
  391. dist-shar: distdir
  392. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  393. $(am__remove_distdir)
  394. dist-zip: distdir
  395. -rm -f $(distdir).zip
  396. zip -rq $(distdir).zip $(distdir)
  397. $(am__remove_distdir)
  398. dist dist-all: distdir
  399. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  400. $(am__remove_distdir)
  401. # This target untars the dist file and tries a VPATH configuration. Then
  402. # it guarantees that the distribution is self-contained by making another
  403. # tarfile.
  404. distcheck: dist
  405. case '$(DIST_ARCHIVES)' in \
  406. *.tar.gz*) \
  407. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
  408. *.tar.bz2*) \
  409. bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
  410. *.tar.Z*) \
  411. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  412. *.shar.gz*) \
  413. GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
  414. *.zip*) \
  415. unzip $(distdir).zip ;;\
  416. esac
  417. chmod -R a-w $(distdir); chmod a+w $(distdir)
  418. mkdir $(distdir)/_build
  419. mkdir $(distdir)/_inst
  420. chmod a-w $(distdir)
  421. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  422. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  423. && cd $(distdir)/_build \
  424. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  425. $(DISTCHECK_CONFIGURE_FLAGS) \
  426. && $(MAKE) $(AM_MAKEFLAGS) \
  427. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  428. && $(MAKE) $(AM_MAKEFLAGS) check \
  429. && $(MAKE) $(AM_MAKEFLAGS) install \
  430. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  431. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  432. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  433. distuninstallcheck \
  434. && chmod -R a-w "$$dc_install_base" \
  435. && ({ \
  436. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  437. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  438. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  439. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  440. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  441. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  442. && rm -rf "$$dc_destdir" \
  443. && $(MAKE) $(AM_MAKEFLAGS) dist \
  444. && rm -rf $(DIST_ARCHIVES) \
  445. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  446. $(am__remove_distdir)
  447. @(echo "$(distdir) archives ready for distribution: "; \
  448. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  449. sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
  450. distuninstallcheck:
  451. @cd $(distuninstallcheck_dir) \
  452. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  453. || { echo "ERROR: files left after uninstall:" ; \
  454. if test -n "$(DESTDIR)"; then \
  455. echo " (check DESTDIR support)"; \
  456. fi ; \
  457. $(distuninstallcheck_listfiles) ; \
  458. exit 1; } >&2
  459. distcleancheck: distclean
  460. @if test '$(srcdir)' = . ; then \
  461. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  462. exit 1 ; \
  463. fi
  464. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  465. || { echo "ERROR: files left in build directory after distclean:" ; \
  466. $(distcleancheck_listfiles) ; \
  467. exit 1; } >&2
  468. check-am: all-am
  469. check: check-recursive
  470. all-am: Makefile
  471. installdirs: installdirs-recursive
  472. installdirs-am:
  473. install: install-recursive
  474. install-exec: install-exec-recursive
  475. install-data: install-data-recursive
  476. uninstall: uninstall-recursive
  477. install-am: all-am
  478. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  479. installcheck: installcheck-recursive
  480. install-strip:
  481. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  482. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  483. `test -z '$(STRIP)' || \
  484. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  485. mostlyclean-generic:
  486. clean-generic:
  487. distclean-generic:
  488. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  489. maintainer-clean-generic:
  490. @echo "This command is intended for maintainers to use"
  491. @echo "it deletes files that may require special tools to rebuild."
  492. clean: clean-recursive
  493. clean-am: clean-generic clean-local mostlyclean-am
  494. distclean: distclean-recursive
  495. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  496. -rm -f Makefile
  497. distclean-am: clean-am distclean-generic distclean-tags
  498. dvi: dvi-recursive
  499. dvi-am:
  500. html: html-recursive
  501. info: info-recursive
  502. info-am:
  503. install-data-am:
  504. install-exec-am:
  505. install-info: install-info-recursive
  506. install-man:
  507. installcheck-am:
  508. maintainer-clean: maintainer-clean-recursive
  509. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  510. -rm -rf $(top_srcdir)/autom4te.cache
  511. -rm -f Makefile
  512. maintainer-clean-am: distclean-am maintainer-clean-generic \
  513. maintainer-clean-local
  514. mostlyclean: mostlyclean-recursive
  515. mostlyclean-am: mostlyclean-generic
  516. pdf: pdf-recursive
  517. pdf-am:
  518. ps: ps-recursive
  519. ps-am:
  520. uninstall-am: uninstall-info-am
  521. uninstall-info: uninstall-info-recursive
  522. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
  523. check-am clean clean-generic clean-local clean-recursive ctags \
  524. ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
  525. dist-tarZ dist-zip distcheck distclean distclean-generic \
  526. distclean-recursive distclean-tags distcleancheck distdir \
  527. distuninstallcheck dvi dvi-am html html-am info info-am \
  528. install install-am install-data install-data-am install-exec \
  529. install-exec-am install-info install-info-am install-man \
  530. install-strip installcheck installcheck-am installdirs \
  531. installdirs-am maintainer-clean maintainer-clean-generic \
  532. maintainer-clean-local maintainer-clean-recursive mostlyclean \
  533. mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \
  534. tags tags-recursive uninstall uninstall-am uninstall-info-am
  535. clean-local:
  536. rm -f build-stamp*
  537. maintainer-clean-local:
  538. rm -rf autom4te.cache
  539. rm -f Makefile.in Makefile aclocal.m4 configure
  540. rm -f mkinstalldirs missing depcomp install-sh
  541. rm -f config.log debian
  542. lint:
  543. make -C src/ngircd lint
  544. srcdoc:
  545. make -C doc srcdoc
  546. xcode:
  547. @xcodebuild -project contrib/MacOSX/ngIRCd.xcode -list >/dev/null 2>&1 \
  548. || ( echo; echo "Error: \"xcodebuild\" not found!"; echo; exit 1 )
  549. xcodebuild -project contrib/MacOSX/ngIRCd.xcode -alltargets \
  550. -buildstyle Development
  551. rpm: distcheck
  552. rpm -ta ngircd-*.tar.gz
  553. deb:
  554. [ -f debian/rules ] || ln -s contrib/Debian debian
  555. dpkg-buildpackage -rfakeroot
  556. # -eof-
  557. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  558. # Otherwise a system limit (for SysV at least) may be exceeded.
  559. .NOEXPORT: