Makefile.in 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  1. # Makefile.in generated by automake 1.11.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
  5. # Foundation, Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. #
  15. # ngIRCd -- The Next Generation IRC Daemon
  16. # Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors
  17. #
  18. # This program is free software; you can redistribute it and/or modify
  19. # it under the terms of the GNU General Public License as published by
  20. # the Free Software Foundation; either version 2 of the License, or
  21. # (at your option) any later version.
  22. # Please read the file COPYING, README and AUTHORS for more information.
  23. #
  24. VPATH = @srcdir@
  25. am__make_dryrun = \
  26. { \
  27. am__dry=no; \
  28. case $$MAKEFLAGS in \
  29. *\\[\ \ ]*) \
  30. echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
  31. | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  32. *) \
  33. for am__flg in $$MAKEFLAGS; do \
  34. case $$am__flg in \
  35. *=*|--*) ;; \
  36. *n*) am__dry=yes; break;; \
  37. esac; \
  38. done;; \
  39. esac; \
  40. test $$am__dry = yes; \
  41. }
  42. pkgdatadir = $(datadir)/@PACKAGE@
  43. pkgincludedir = $(includedir)/@PACKAGE@
  44. pkglibdir = $(libdir)/@PACKAGE@
  45. pkglibexecdir = $(libexecdir)/@PACKAGE@
  46. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  47. install_sh_DATA = $(install_sh) -c -m 644
  48. install_sh_PROGRAM = $(install_sh) -c
  49. install_sh_SCRIPT = $(install_sh) -c
  50. INSTALL_HEADER = $(INSTALL_DATA)
  51. transform = $(program_transform_name)
  52. NORMAL_INSTALL = :
  53. PRE_INSTALL = :
  54. POST_INSTALL = :
  55. NORMAL_UNINSTALL = :
  56. PRE_UNINSTALL = :
  57. POST_UNINSTALL = :
  58. build_triplet = @build@
  59. host_triplet = @host@
  60. @HAVE_SSL_TRUE@am__append_1 = \
  61. @HAVE_SSL_TRUE@ prep-server3 \
  62. @HAVE_SSL_TRUE@ start-server3 \
  63. @HAVE_SSL_TRUE@ connect-ssl-cert1-test \
  64. @HAVE_SSL_TRUE@ switch-server3 \
  65. @HAVE_SSL_TRUE@ reload-server3 \
  66. @HAVE_SSL_TRUE@ connect-ssl-cert2-test \
  67. @HAVE_SSL_TRUE@ cleanup-server3 \
  68. @HAVE_SSL_TRUE@ stop-server3
  69. subdir = src/testsuite
  70. DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  71. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  72. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  73. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  74. $(ACLOCAL_M4)
  75. mkinstalldirs = $(install_sh) -d
  76. CONFIG_HEADER = $(top_builddir)/src/config.h
  77. CONFIG_CLEAN_FILES =
  78. CONFIG_CLEAN_VPATH_FILES =
  79. AM_V_GEN = $(am__v_GEN_@AM_V@)
  80. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  81. am__v_GEN_0 = @echo " GEN " $@;
  82. AM_V_at = $(am__v_at_@AM_V@)
  83. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  84. am__v_at_0 = @
  85. SOURCES =
  86. DIST_SOURCES =
  87. am__can_run_installinfo = \
  88. case $$AM_UPDATE_INFO_DIR in \
  89. n|no|NO) false;; \
  90. *) (install-info --version) >/dev/null 2>&1;; \
  91. esac
  92. # If stdout is a non-dumb tty, use colors. If test -t is not supported,
  93. # then this fails; a conservative approach. Of course do not redirect
  94. # stdout here, just stderr.
  95. am__tty_colors = \
  96. red=; grn=; lgn=; blu=; std=; \
  97. test "X$(AM_COLOR_TESTS)" != Xno \
  98. && test "X$$TERM" != Xdumb \
  99. && { test "X$(AM_COLOR_TESTS)" = Xalways || test -t 1 2>/dev/null; } \
  100. && { \
  101. red=''; \
  102. grn=''; \
  103. lgn=''; \
  104. blu=''; \
  105. std=''; \
  106. }
  107. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  108. ACLOCAL = @ACLOCAL@
  109. AMTAR = @AMTAR@
  110. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  111. AR = @AR@
  112. AUTOCONF = @AUTOCONF@
  113. AUTOHEADER = @AUTOHEADER@
  114. AUTOMAKE = @AUTOMAKE@
  115. AWK = @AWK@
  116. CC = @CC@
  117. CCDEPMODE = @CCDEPMODE@
  118. CFLAGS = @CFLAGS@
  119. CPP = @CPP@
  120. CPPFLAGS = @CPPFLAGS@
  121. CYGPATH_W = @CYGPATH_W@
  122. DEFS = @DEFS@
  123. DEPDIR = @DEPDIR@
  124. ECHO_C = @ECHO_C@
  125. ECHO_N = @ECHO_N@
  126. ECHO_T = @ECHO_T@
  127. EGREP = @EGREP@
  128. EXEEXT = @EXEEXT@
  129. GREP = @GREP@
  130. INSTALL = @INSTALL@
  131. INSTALL_DATA = @INSTALL_DATA@
  132. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  133. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  134. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  135. LDFLAGS = @LDFLAGS@
  136. LIBOBJS = @LIBOBJS@
  137. LIBS = @LIBS@
  138. LN_S = @LN_S@
  139. LTLIBOBJS = @LTLIBOBJS@
  140. MAKEINFO = @MAKEINFO@
  141. MKDIR_P = @MKDIR_P@
  142. OBJEXT = @OBJEXT@
  143. OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
  144. OPENSSL_LIBS = @OPENSSL_LIBS@
  145. PACKAGE = @PACKAGE@
  146. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  147. PACKAGE_NAME = @PACKAGE_NAME@
  148. PACKAGE_STRING = @PACKAGE_STRING@
  149. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  150. PACKAGE_URL = @PACKAGE_URL@
  151. PACKAGE_VERSION = @PACKAGE_VERSION@
  152. PATH_SEPARATOR = @PATH_SEPARATOR@
  153. PKG_CONFIG = @PKG_CONFIG@
  154. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  155. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  156. RANLIB = @RANLIB@
  157. SET_MAKE = @SET_MAKE@
  158. SHELL = @SHELL@
  159. STRIP = @STRIP@
  160. U = @U@
  161. VERSION = @VERSION@
  162. abs_builddir = @abs_builddir@
  163. abs_srcdir = @abs_srcdir@
  164. abs_top_builddir = @abs_top_builddir@
  165. abs_top_srcdir = @abs_top_srcdir@
  166. ac_ct_AR = @ac_ct_AR@
  167. ac_ct_CC = @ac_ct_CC@
  168. am__include = @am__include@
  169. am__leading_dot = @am__leading_dot@
  170. am__quote = @am__quote@
  171. am__tar = @am__tar@
  172. am__untar = @am__untar@
  173. bindir = @bindir@
  174. build = @build@
  175. build_alias = @build_alias@
  176. build_cpu = @build_cpu@
  177. build_os = @build_os@
  178. build_vendor = @build_vendor@
  179. builddir = @builddir@
  180. datadir = @datadir@
  181. datarootdir = @datarootdir@
  182. docdir = @docdir@
  183. dvidir = @dvidir@
  184. exec_prefix = @exec_prefix@
  185. host = @host@
  186. host_alias = @host_alias@
  187. host_cpu = @host_cpu@
  188. host_os = @host_os@
  189. host_vendor = @host_vendor@
  190. htmldir = @htmldir@
  191. includedir = @includedir@
  192. infodir = @infodir@
  193. install_sh = @install_sh@
  194. libdir = @libdir@
  195. libexecdir = @libexecdir@
  196. localedir = @localedir@
  197. localstatedir = @localstatedir@
  198. mandir = @mandir@
  199. mkdir_p = @mkdir_p@
  200. oldincludedir = @oldincludedir@
  201. pdfdir = @pdfdir@
  202. prefix = @prefix@
  203. program_transform_name = @program_transform_name@
  204. psdir = @psdir@
  205. runstatedir = @runstatedir@
  206. sbindir = @sbindir@
  207. sharedstatedir = @sharedstatedir@
  208. srcdir = @srcdir@
  209. sysconfdir = @sysconfdir@
  210. target_alias = @target_alias@
  211. top_build_prefix = @top_build_prefix@
  212. top_builddir = @top_builddir@
  213. top_srcdir = @top_srcdir@
  214. AUTOMAKE_OPTIONS = ../portab/ansi2knr
  215. AM_CPPFLAGS = -I$(srcdir)/../portab
  216. EXTRA_DIST = \
  217. Makefile.ng README functions.inc getpid.sh \
  218. start-server.sh stop-server.sh tests.sh stress-server.sh \
  219. test-loop.sh wait-tests.sh \
  220. channel-test.e connect-test.e check-idle.e invite-test.e \
  221. join-test.e kick-test.e message-test.e misc-test.e mode-test.e \
  222. opless-channel-test.e server-link-test.e who-test.e whois-test.e \
  223. stress-A.e stress-B.e \
  224. server-login-test.e \
  225. start-server1 stop-server1 ngircd-test1.conf \
  226. start-server2 stop-server2 ngircd-test2.conf \
  227. start-server3 stop-server3 ngircd-test3.conf \
  228. reload-server3 reload-server.sh prep-server3 cleanup-server3 switch-server3 \
  229. connect-ssl-cert1-test.e connect-ssl-cert2-test.e \
  230. ssl/cert-my-first-domain-tld.pem ssl/cert-my-second-domain-tld.pem \
  231. ssl/dhparams-my-first-domain-tld.pem ssl/dhparams-my-second-domain-tld.pem \
  232. ssl/key-my-first-domain-tld.pem ssl/key-my-second-domain-tld.pem
  233. check_SCRIPTS = ngircd-TEST-Binary tests.sh
  234. TESTS = start-server1 connect-test start-server2 channel-test \
  235. invite-test join-test kick-test message-test misc-test \
  236. mode-test opless-channel-test who-test whois-test \
  237. server-link-test server-login-test stop-server2 \
  238. stress-server.sh stop-server1 $(am__append_1)
  239. all: all-am
  240. .SUFFIXES:
  241. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  242. @for dep in $?; do \
  243. case '$(am__configure_deps)' in \
  244. *$$dep*) \
  245. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  246. && { if test -f $@; then exit 0; else break; fi; }; \
  247. exit 1;; \
  248. esac; \
  249. done; \
  250. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/testsuite/Makefile'; \
  251. $(am__cd) $(top_srcdir) && \
  252. $(AUTOMAKE) --foreign src/testsuite/Makefile
  253. .PRECIOUS: Makefile
  254. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  255. @case '$?' in \
  256. *config.status*) \
  257. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  258. *) \
  259. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  260. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  261. esac;
  262. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  263. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  264. $(top_srcdir)/configure: $(am__configure_deps)
  265. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  266. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  267. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  268. $(am__aclocal_m4_deps):
  269. tags: TAGS
  270. TAGS:
  271. ctags: CTAGS
  272. CTAGS:
  273. check-TESTS: $(TESTS)
  274. @failed=0; all=0; xfail=0; xpass=0; skip=0; \
  275. srcdir=$(srcdir); export srcdir; \
  276. list=' $(TESTS) '; \
  277. $(am__tty_colors); \
  278. if test -n "$$list"; then \
  279. for tst in $$list; do \
  280. if test -f ./$$tst; then dir=./; \
  281. elif test -f $$tst; then dir=; \
  282. else dir="$(srcdir)/"; fi; \
  283. if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
  284. all=`expr $$all + 1`; \
  285. case " $(XFAIL_TESTS) " in \
  286. *[\ \ ]$$tst[\ \ ]*) \
  287. xpass=`expr $$xpass + 1`; \
  288. failed=`expr $$failed + 1`; \
  289. col=$$red; res=XPASS; \
  290. ;; \
  291. *) \
  292. col=$$grn; res=PASS; \
  293. ;; \
  294. esac; \
  295. elif test $$? -ne 77; then \
  296. all=`expr $$all + 1`; \
  297. case " $(XFAIL_TESTS) " in \
  298. *[\ \ ]$$tst[\ \ ]*) \
  299. xfail=`expr $$xfail + 1`; \
  300. col=$$lgn; res=XFAIL; \
  301. ;; \
  302. *) \
  303. failed=`expr $$failed + 1`; \
  304. col=$$red; res=FAIL; \
  305. ;; \
  306. esac; \
  307. else \
  308. skip=`expr $$skip + 1`; \
  309. col=$$blu; res=SKIP; \
  310. fi; \
  311. echo "$${col}$$res$${std}: $$tst"; \
  312. done; \
  313. if test "$$all" -eq 1; then \
  314. tests="test"; \
  315. All=""; \
  316. else \
  317. tests="tests"; \
  318. All="All "; \
  319. fi; \
  320. if test "$$failed" -eq 0; then \
  321. if test "$$xfail" -eq 0; then \
  322. banner="$$All$$all $$tests passed"; \
  323. else \
  324. if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
  325. banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
  326. fi; \
  327. else \
  328. if test "$$xpass" -eq 0; then \
  329. banner="$$failed of $$all $$tests failed"; \
  330. else \
  331. if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
  332. banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
  333. fi; \
  334. fi; \
  335. dashes="$$banner"; \
  336. skipped=""; \
  337. if test "$$skip" -ne 0; then \
  338. if test "$$skip" -eq 1; then \
  339. skipped="($$skip test was not run)"; \
  340. else \
  341. skipped="($$skip tests were not run)"; \
  342. fi; \
  343. test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  344. dashes="$$skipped"; \
  345. fi; \
  346. report=""; \
  347. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  348. report="Please report to $(PACKAGE_BUGREPORT)"; \
  349. test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  350. dashes="$$report"; \
  351. fi; \
  352. dashes=`echo "$$dashes" | sed s/./=/g`; \
  353. if test "$$failed" -eq 0; then \
  354. col="$$grn"; \
  355. else \
  356. col="$$red"; \
  357. fi; \
  358. echo "$${col}$$dashes$${std}"; \
  359. echo "$${col}$$banner$${std}"; \
  360. test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
  361. test -z "$$report" || echo "$${col}$$report$${std}"; \
  362. echo "$${col}$$dashes$${std}"; \
  363. test "$$failed" -eq 0; \
  364. else :; fi
  365. distdir: $(DISTFILES)
  366. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  367. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  368. list='$(DISTFILES)'; \
  369. dist_files=`for file in $$list; do echo $$file; done | \
  370. sed -e "s|^$$srcdirstrip/||;t" \
  371. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  372. case $$dist_files in \
  373. */*) $(MKDIR_P) `echo "$$dist_files" | \
  374. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  375. sort -u` ;; \
  376. esac; \
  377. for file in $$dist_files; do \
  378. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  379. if test -d $$d/$$file; then \
  380. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  381. if test -d "$(distdir)/$$file"; then \
  382. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  383. fi; \
  384. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  385. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  386. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  387. fi; \
  388. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  389. else \
  390. test -f "$(distdir)/$$file" \
  391. || cp -p $$d/$$file "$(distdir)/$$file" \
  392. || exit 1; \
  393. fi; \
  394. done
  395. check-am: all-am
  396. $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
  397. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  398. check: check-am
  399. all-am: Makefile
  400. installdirs:
  401. install: install-am
  402. install-exec: install-exec-am
  403. install-data: install-data-am
  404. uninstall: uninstall-am
  405. install-am: all-am
  406. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  407. installcheck: installcheck-am
  408. install-strip:
  409. if test -z '$(STRIP)'; then \
  410. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  411. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  412. install; \
  413. else \
  414. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  415. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  416. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  417. fi
  418. mostlyclean-generic:
  419. clean-generic:
  420. distclean-generic:
  421. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  422. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  423. maintainer-clean-generic:
  424. @echo "This command is intended for maintainers to use"
  425. @echo "it deletes files that may require special tools to rebuild."
  426. clean: clean-am
  427. clean-am: clean-generic clean-local mostlyclean-am
  428. distclean: distclean-am
  429. -rm -f Makefile
  430. distclean-am: clean-am distclean-generic
  431. dvi: dvi-am
  432. dvi-am:
  433. html: html-am
  434. html-am:
  435. info: info-am
  436. info-am:
  437. install-data-am:
  438. install-dvi: install-dvi-am
  439. install-dvi-am:
  440. install-exec-am:
  441. install-html: install-html-am
  442. install-html-am:
  443. install-info: install-info-am
  444. install-info-am:
  445. install-man:
  446. install-pdf: install-pdf-am
  447. install-pdf-am:
  448. install-ps: install-ps-am
  449. install-ps-am:
  450. installcheck-am:
  451. maintainer-clean: maintainer-clean-am
  452. -rm -f Makefile
  453. maintainer-clean-am: distclean-am maintainer-clean-generic \
  454. maintainer-clean-local
  455. mostlyclean: mostlyclean-am
  456. mostlyclean-am: mostlyclean-generic
  457. pdf: pdf-am
  458. pdf-am:
  459. ps: ps-am
  460. ps-am:
  461. uninstall-am:
  462. .MAKE: check-am install-am install-strip
  463. .PHONY: all all-am check check-TESTS check-am clean clean-generic \
  464. clean-local distclean distclean-generic distdir dvi dvi-am \
  465. html html-am info info-am install install-am install-data \
  466. install-data-am install-dvi install-dvi-am install-exec \
  467. install-exec-am install-html install-html-am install-info \
  468. install-info-am install-man install-pdf install-pdf-am \
  469. install-ps install-ps-am install-strip installcheck \
  470. installcheck-am installdirs maintainer-clean \
  471. maintainer-clean-generic maintainer-clean-local mostlyclean \
  472. mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
  473. all:
  474. clean-local:
  475. rm -rf logs tests *-test ngircd-test*.log procs.tmp tests-skipped.lst \
  476. T-ngircd1 ngircd-test1.motd T-ngircd2 ngircd-test2.motd T-ngircd3 ngircd-test3.motd
  477. maintainer-clean-local:
  478. rm -f Makefile Makefile.in Makefile.am
  479. ngircd-TEST-Binary:
  480. cp ../ngircd/ngircd T-ngircd1
  481. cp ../ngircd/ngircd T-ngircd2
  482. cp ../ngircd/ngircd T-ngircd3
  483. [ -f getpid.sh ] || ln -s $(srcdir)/getpid.sh .
  484. rm -f tests-skipped.lst
  485. connect-test: tests.sh
  486. rm -f connect-test
  487. ln -s $(srcdir)/tests.sh connect-test
  488. connect-ssl-cert1-test: tests.sh
  489. rm -f connect-ssl-cert1-test
  490. ln -s $(srcdir)/tests.sh connect-ssl-cert1-test
  491. connect-ssl-cert2-test: tests.sh
  492. rm -f connect-ssl-cert2-test
  493. ln -s $(srcdir)/tests.sh connect-ssl-cert2-test
  494. channel-test: tests.sh
  495. rm -f channel-test
  496. ln -s $(srcdir)/tests.sh channel-test
  497. invite-test: tests.sh
  498. rm -f invite-test
  499. ln -s $(srcdir)/tests.sh invite-test
  500. join-test: tests.sh
  501. rm -f join-test
  502. ln -s $(srcdir)/tests.sh join-test
  503. kick-test: tests.sh
  504. rm -f kick-test
  505. ln -s $(srcdir)/tests.sh kick-test
  506. message-test: tests.sh
  507. rm -f message-test
  508. ln -s $(srcdir)/tests.sh message-test
  509. misc-test: tests.sh
  510. rm -f misc-test
  511. ln -s $(srcdir)/tests.sh misc-test
  512. mode-test: tests.sh
  513. rm -f mode-test
  514. ln -s $(srcdir)/tests.sh mode-test
  515. opless-channel-test: tests.sh
  516. rm -f opless-channel-test
  517. ln -s $(srcdir)/tests.sh opless-channel-test
  518. server-link-test: tests.sh
  519. rm -f server-link-test
  520. ln -s $(srcdir)/tests.sh server-link-test
  521. server-login-test: tests.sh
  522. rm -f server-login-test
  523. ln -s $(srcdir)/tests.sh server-login-test
  524. who-test: tests.sh
  525. rm -f who-test
  526. ln -s $(srcdir)/tests.sh who-test
  527. whois-test: tests.sh
  528. rm -f whois-test
  529. ln -s $(srcdir)/tests.sh whois-test
  530. # -eof-
  531. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  532. # Otherwise a system limit (for SysV at least) may be exceeded.
  533. .NOEXPORT: