Makefile.in 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  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-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.16 2005/04/09 12:27:40 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. AUTOMAKE_OPTIONS = gnu
  131. SUBDIRS = doc src man contrib
  132. subdir = .
  133. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  134. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  135. CONFIG_HEADER = $(top_builddir)/src/config.h
  136. CONFIG_CLEAN_FILES =
  137. DIST_SOURCES =
  138. RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
  139. ps-recursive install-info-recursive uninstall-info-recursive \
  140. all-recursive install-data-recursive install-exec-recursive \
  141. installdirs-recursive install-recursive uninstall-recursive \
  142. check-recursive installcheck-recursive
  143. DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
  144. COPYING ChangeLog INSTALL Makefile.am NEWS aclocal.m4 \
  145. config.guess config.sub configure.in depcomp install-sh missing \
  146. mkinstalldirs
  147. DIST_SUBDIRS = $(SUBDIRS)
  148. all: all-recursive
  149. .SUFFIXES:
  150. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  151. configure.lineno
  152. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  153. cd $(top_srcdir) && \
  154. $(AUTOMAKE) --gnu Makefile
  155. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  156. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
  157. $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  158. $(SHELL) ./config.status --recheck
  159. $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  160. cd $(srcdir) && $(AUTOCONF)
  161. $(ACLOCAL_M4): configure.in
  162. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  163. uninstall-info-am:
  164. # This directory's subdirectories are mostly independent; you can cd
  165. # into them and run `make' without going through this Makefile.
  166. # To change the values of `make' variables: instead of editing Makefiles,
  167. # (1) if the variable is set in `config.status', edit `config.status'
  168. # (which will cause the Makefiles to be regenerated when you run `make');
  169. # (2) otherwise, pass the desired values on the `make' command line.
  170. $(RECURSIVE_TARGETS):
  171. @set fnord $$MAKEFLAGS; amf=$$2; \
  172. dot_seen=no; \
  173. target=`echo $@ | sed s/-recursive//`; \
  174. list='$(SUBDIRS)'; for subdir in $$list; do \
  175. echo "Making $$target in $$subdir"; \
  176. if test "$$subdir" = "."; then \
  177. dot_seen=yes; \
  178. local_target="$$target-am"; \
  179. else \
  180. local_target="$$target"; \
  181. fi; \
  182. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  183. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  184. done; \
  185. if test "$$dot_seen" = "no"; then \
  186. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  187. fi; test -z "$$fail"
  188. mostlyclean-recursive clean-recursive distclean-recursive \
  189. maintainer-clean-recursive:
  190. @set fnord $$MAKEFLAGS; amf=$$2; \
  191. dot_seen=no; \
  192. case "$@" in \
  193. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  194. *) list='$(SUBDIRS)' ;; \
  195. esac; \
  196. rev=''; for subdir in $$list; do \
  197. if test "$$subdir" = "."; then :; else \
  198. rev="$$subdir $$rev"; \
  199. fi; \
  200. done; \
  201. rev="$$rev ."; \
  202. target=`echo $@ | sed s/-recursive//`; \
  203. for subdir in $$rev; do \
  204. echo "Making $$target in $$subdir"; \
  205. if test "$$subdir" = "."; then \
  206. local_target="$$target-am"; \
  207. else \
  208. local_target="$$target"; \
  209. fi; \
  210. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  211. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  212. done && test -z "$$fail"
  213. tags-recursive:
  214. list='$(SUBDIRS)'; for subdir in $$list; do \
  215. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  216. done
  217. ctags-recursive:
  218. list='$(SUBDIRS)'; for subdir in $$list; do \
  219. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  220. done
  221. ETAGS = etags
  222. ETAGSFLAGS =
  223. CTAGS = ctags
  224. CTAGSFLAGS =
  225. tags: TAGS
  226. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  227. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  228. unique=`for i in $$list; do \
  229. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  230. done | \
  231. $(AWK) ' { files[$$0] = 1; } \
  232. END { for (i in files) print i; }'`; \
  233. mkid -fID $$unique
  234. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  235. $(TAGS_FILES) $(LISP)
  236. tags=; \
  237. here=`pwd`; \
  238. if (etags --etags-include --version) >/dev/null 2>&1; then \
  239. include_option=--etags-include; \
  240. else \
  241. include_option=--include; \
  242. fi; \
  243. list='$(SUBDIRS)'; for subdir in $$list; do \
  244. if test "$$subdir" = .; then :; else \
  245. test -f $$subdir/TAGS && \
  246. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  247. fi; \
  248. done; \
  249. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  250. unique=`for i in $$list; do \
  251. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  252. done | \
  253. $(AWK) ' { files[$$0] = 1; } \
  254. END { for (i in files) print i; }'`; \
  255. test -z "$(ETAGS_ARGS)$$tags$$unique" \
  256. || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  257. $$tags $$unique
  258. ctags: CTAGS
  259. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  260. $(TAGS_FILES) $(LISP)
  261. tags=; \
  262. here=`pwd`; \
  263. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  264. unique=`for i in $$list; do \
  265. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  266. done | \
  267. $(AWK) ' { files[$$0] = 1; } \
  268. END { for (i in files) print i; }'`; \
  269. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  270. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  271. $$tags $$unique
  272. GTAGS:
  273. here=`$(am__cd) $(top_builddir) && pwd` \
  274. && cd $(top_srcdir) \
  275. && gtags -i $(GTAGS_ARGS) $$here
  276. distclean-tags:
  277. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  278. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  279. top_distdir = .
  280. distdir = $(PACKAGE)-$(VERSION)
  281. am__remove_distdir = \
  282. { test ! -d $(distdir) \
  283. || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  284. && rm -fr $(distdir); }; }
  285. GZIP_ENV = --best
  286. distuninstallcheck_listfiles = find . -type f -print
  287. distcleancheck_listfiles = find . -type f -print
  288. distdir: $(DISTFILES)
  289. $(am__remove_distdir)
  290. mkdir $(distdir)
  291. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  292. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  293. list='$(DISTFILES)'; for file in $$list; do \
  294. case $$file in \
  295. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  296. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  297. esac; \
  298. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  299. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  300. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  301. dir="/$$dir"; \
  302. $(mkinstalldirs) "$(distdir)$$dir"; \
  303. else \
  304. dir=''; \
  305. fi; \
  306. if test -d $$d/$$file; then \
  307. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  308. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  309. fi; \
  310. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  311. else \
  312. test -f $(distdir)/$$file \
  313. || cp -p $$d/$$file $(distdir)/$$file \
  314. || exit 1; \
  315. fi; \
  316. done
  317. list='$(SUBDIRS)'; for subdir in $$list; do \
  318. if test "$$subdir" = .; then :; else \
  319. test -d $(distdir)/$$subdir \
  320. || mkdir $(distdir)/$$subdir \
  321. || exit 1; \
  322. (cd $$subdir && \
  323. $(MAKE) $(AM_MAKEFLAGS) \
  324. top_distdir="$(top_distdir)" \
  325. distdir=../$(distdir)/$$subdir \
  326. distdir) \
  327. || exit 1; \
  328. fi; \
  329. done
  330. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  331. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  332. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  333. ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
  334. || chmod -R a+r $(distdir)
  335. dist-gzip: distdir
  336. $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  337. $(am__remove_distdir)
  338. dist dist-all: distdir
  339. $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  340. $(am__remove_distdir)
  341. # This target untars the dist file and tries a VPATH configuration. Then
  342. # it guarantees that the distribution is self-contained by making another
  343. # tarfile.
  344. distcheck: dist
  345. $(am__remove_distdir)
  346. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
  347. chmod -R a-w $(distdir); chmod a+w $(distdir)
  348. mkdir $(distdir)/_build
  349. mkdir $(distdir)/_inst
  350. chmod a-w $(distdir)
  351. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  352. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  353. && cd $(distdir)/_build \
  354. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  355. $(DISTCHECK_CONFIGURE_FLAGS) \
  356. && $(MAKE) $(AM_MAKEFLAGS) \
  357. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  358. && $(MAKE) $(AM_MAKEFLAGS) check \
  359. && $(MAKE) $(AM_MAKEFLAGS) install \
  360. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  361. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  362. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  363. distuninstallcheck \
  364. && chmod -R a-w "$$dc_install_base" \
  365. && ({ \
  366. (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
  367. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  368. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  369. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  370. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  371. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  372. && rm -rf "$$dc_destdir" \
  373. && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
  374. && rm -f $(distdir).tar.gz \
  375. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  376. $(am__remove_distdir)
  377. @echo "$(distdir).tar.gz is ready for distribution" | \
  378. sed 'h;s/./=/g;p;x;p;x'
  379. distuninstallcheck:
  380. @cd $(distuninstallcheck_dir) \
  381. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  382. || { echo "ERROR: files left after uninstall:" ; \
  383. if test -n "$(DESTDIR)"; then \
  384. echo " (check DESTDIR support)"; \
  385. fi ; \
  386. $(distuninstallcheck_listfiles) ; \
  387. exit 1; } >&2
  388. distcleancheck: distclean
  389. @if test '$(srcdir)' = . ; then \
  390. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  391. exit 1 ; \
  392. fi
  393. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  394. || { echo "ERROR: files left in build directory after distclean:" ; \
  395. $(distcleancheck_listfiles) ; \
  396. exit 1; } >&2
  397. check-am: all-am
  398. check: check-recursive
  399. all-am: Makefile
  400. installdirs: installdirs-recursive
  401. installdirs-am:
  402. install: install-recursive
  403. install-exec: install-exec-recursive
  404. install-data: install-data-recursive
  405. uninstall: uninstall-recursive
  406. install-am: all-am
  407. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  408. installcheck: installcheck-recursive
  409. install-strip:
  410. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  411. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  412. `test -z '$(STRIP)' || \
  413. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  414. mostlyclean-generic:
  415. clean-generic:
  416. distclean-generic:
  417. -rm -f $(CONFIG_CLEAN_FILES)
  418. maintainer-clean-generic:
  419. @echo "This command is intended for maintainers to use"
  420. @echo "it deletes files that may require special tools to rebuild."
  421. clean: clean-recursive
  422. clean-am: clean-generic clean-local mostlyclean-am
  423. distclean: distclean-recursive
  424. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  425. -rm -f Makefile
  426. distclean-am: clean-am distclean-generic distclean-tags
  427. dvi: dvi-recursive
  428. dvi-am:
  429. info: info-recursive
  430. info-am:
  431. install-data-am:
  432. install-exec-am:
  433. install-info: install-info-recursive
  434. install-man:
  435. installcheck-am:
  436. maintainer-clean: maintainer-clean-recursive
  437. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  438. -rm -rf $(top_srcdir)/autom4te.cache
  439. -rm -f Makefile
  440. maintainer-clean-am: distclean-am maintainer-clean-generic \
  441. maintainer-clean-local
  442. mostlyclean: mostlyclean-recursive
  443. mostlyclean-am: mostlyclean-generic
  444. pdf: pdf-recursive
  445. pdf-am:
  446. ps: ps-recursive
  447. ps-am:
  448. uninstall-am: uninstall-info-am
  449. uninstall-info: uninstall-info-recursive
  450. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
  451. clean-generic clean-local clean-recursive ctags ctags-recursive \
  452. dist dist-all dist-gzip distcheck distclean distclean-generic \
  453. distclean-recursive distclean-tags distcleancheck distdir \
  454. distuninstallcheck dvi dvi-am dvi-recursive info info-am \
  455. info-recursive install install-am install-data install-data-am \
  456. install-data-recursive install-exec install-exec-am \
  457. install-exec-recursive install-info install-info-am \
  458. install-info-recursive install-man install-recursive \
  459. install-strip installcheck installcheck-am installdirs \
  460. installdirs-am installdirs-recursive maintainer-clean \
  461. maintainer-clean-generic maintainer-clean-local \
  462. maintainer-clean-recursive mostlyclean mostlyclean-generic \
  463. mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
  464. ps-recursive tags tags-recursive uninstall uninstall-am \
  465. uninstall-info-am uninstall-info-recursive uninstall-recursive
  466. clean-local:
  467. rm -f build-stamp*
  468. maintainer-clean-local:
  469. rm -rf autom4te.cache
  470. rm -f Makefile.in Makefile aclocal.m4 configure
  471. rm -f mkinstalldirs missing depcomp install-sh
  472. rm -f config.log debian
  473. lint:
  474. make -C src/ngircd lint
  475. srcdoc:
  476. make -C src srcdoc
  477. xcode:
  478. @xcodebuild -project contrib/MacOSX/ngIRCd.xcode -list >/dev/null 2>&1 \
  479. || ( echo; echo "Error: \"xcodebuild\" not found!"; echo; exit 1 )
  480. xcodebuild -project contrib/MacOSX/ngIRCd.xcode -alltargets \
  481. -buildstyle Development
  482. rpm: distcheck
  483. rpm -ta ngircd-*.tar.gz
  484. deb:
  485. [ -f debian/rules ] || ln -s contrib/Debian debian
  486. dpkg-buildpackage -rfakeroot
  487. # -eof-
  488. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  489. # Otherwise a system limit (for SysV at least) may be exceeded.
  490. .NOEXPORT: