Makefile.in 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582
  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. subdir = src/testsuite
  61. DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  62. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  63. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  64. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  65. $(ACLOCAL_M4)
  66. mkinstalldirs = $(install_sh) -d
  67. CONFIG_HEADER = $(top_builddir)/src/config.h
  68. CONFIG_CLEAN_FILES =
  69. CONFIG_CLEAN_VPATH_FILES =
  70. AM_V_GEN = $(am__v_GEN_@AM_V@)
  71. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  72. am__v_GEN_0 = @echo " GEN " $@;
  73. AM_V_at = $(am__v_at_@AM_V@)
  74. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  75. am__v_at_0 = @
  76. SOURCES =
  77. DIST_SOURCES =
  78. am__can_run_installinfo = \
  79. case $$AM_UPDATE_INFO_DIR in \
  80. n|no|NO) false;; \
  81. *) (install-info --version) >/dev/null 2>&1;; \
  82. esac
  83. # If stdout is a non-dumb tty, use colors. If test -t is not supported,
  84. # then this fails; a conservative approach. Of course do not redirect
  85. # stdout here, just stderr.
  86. am__tty_colors = \
  87. red=; grn=; lgn=; blu=; std=; \
  88. test "X$(AM_COLOR_TESTS)" != Xno \
  89. && test "X$$TERM" != Xdumb \
  90. && { test "X$(AM_COLOR_TESTS)" = Xalways || test -t 1 2>/dev/null; } \
  91. && { \
  92. red=''; \
  93. grn=''; \
  94. lgn=''; \
  95. blu=''; \
  96. std=''; \
  97. }
  98. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  99. ACLOCAL = @ACLOCAL@
  100. AMTAR = @AMTAR@
  101. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  102. AR = @AR@
  103. AUTOCONF = @AUTOCONF@
  104. AUTOHEADER = @AUTOHEADER@
  105. AUTOMAKE = @AUTOMAKE@
  106. AWK = @AWK@
  107. CC = @CC@
  108. CCDEPMODE = @CCDEPMODE@
  109. CFLAGS = @CFLAGS@
  110. CPP = @CPP@
  111. CPPFLAGS = @CPPFLAGS@
  112. CYGPATH_W = @CYGPATH_W@
  113. DEFS = @DEFS@
  114. DEPDIR = @DEPDIR@
  115. ECHO_C = @ECHO_C@
  116. ECHO_N = @ECHO_N@
  117. ECHO_T = @ECHO_T@
  118. EGREP = @EGREP@
  119. EXEEXT = @EXEEXT@
  120. GREP = @GREP@
  121. INSTALL = @INSTALL@
  122. INSTALL_DATA = @INSTALL_DATA@
  123. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  124. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  125. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  126. LDFLAGS = @LDFLAGS@
  127. LIBOBJS = @LIBOBJS@
  128. LIBS = @LIBS@
  129. LN_S = @LN_S@
  130. LTLIBOBJS = @LTLIBOBJS@
  131. MAKEINFO = @MAKEINFO@
  132. MKDIR_P = @MKDIR_P@
  133. OBJEXT = @OBJEXT@
  134. PACKAGE = @PACKAGE@
  135. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  136. PACKAGE_NAME = @PACKAGE_NAME@
  137. PACKAGE_STRING = @PACKAGE_STRING@
  138. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  139. PACKAGE_URL = @PACKAGE_URL@
  140. PACKAGE_VERSION = @PACKAGE_VERSION@
  141. PATH_SEPARATOR = @PATH_SEPARATOR@
  142. RANLIB = @RANLIB@
  143. SET_MAKE = @SET_MAKE@
  144. SHELL = @SHELL@
  145. STRIP = @STRIP@
  146. U = @U@
  147. VERSION = @VERSION@
  148. abs_builddir = @abs_builddir@
  149. abs_srcdir = @abs_srcdir@
  150. abs_top_builddir = @abs_top_builddir@
  151. abs_top_srcdir = @abs_top_srcdir@
  152. ac_ct_AR = @ac_ct_AR@
  153. ac_ct_CC = @ac_ct_CC@
  154. am__include = @am__include@
  155. am__leading_dot = @am__leading_dot@
  156. am__quote = @am__quote@
  157. am__tar = @am__tar@
  158. am__untar = @am__untar@
  159. bindir = @bindir@
  160. build = @build@
  161. build_alias = @build_alias@
  162. build_cpu = @build_cpu@
  163. build_os = @build_os@
  164. build_vendor = @build_vendor@
  165. builddir = @builddir@
  166. datadir = @datadir@
  167. datarootdir = @datarootdir@
  168. docdir = @docdir@
  169. dvidir = @dvidir@
  170. exec_prefix = @exec_prefix@
  171. host = @host@
  172. host_alias = @host_alias@
  173. host_cpu = @host_cpu@
  174. host_os = @host_os@
  175. host_vendor = @host_vendor@
  176. htmldir = @htmldir@
  177. includedir = @includedir@
  178. infodir = @infodir@
  179. install_sh = @install_sh@
  180. libdir = @libdir@
  181. libexecdir = @libexecdir@
  182. localedir = @localedir@
  183. localstatedir = @localstatedir@
  184. mandir = @mandir@
  185. mkdir_p = @mkdir_p@
  186. oldincludedir = @oldincludedir@
  187. pdfdir = @pdfdir@
  188. prefix = @prefix@
  189. program_transform_name = @program_transform_name@
  190. psdir = @psdir@
  191. sbindir = @sbindir@
  192. sharedstatedir = @sharedstatedir@
  193. srcdir = @srcdir@
  194. sysconfdir = @sysconfdir@
  195. target_alias = @target_alias@
  196. top_build_prefix = @top_build_prefix@
  197. top_builddir = @top_builddir@
  198. top_srcdir = @top_srcdir@
  199. AUTOMAKE_OPTIONS = ../portab/ansi2knr
  200. AM_CPPFLAGS = -I$(srcdir)/../portab
  201. EXTRA_DIST = \
  202. Makefile.ng README functions.inc getpid.sh \
  203. start-server.sh stop-server.sh tests.sh stress-server.sh \
  204. test-loop.sh wait-tests.sh \
  205. channel-test.e connect-test.e check-idle.e invite-test.e \
  206. join-test.e kick-test.e message-test.e misc-test.e mode-test.e \
  207. opless-channel-test.e server-link-test.e who-test.e whois-test.e \
  208. stress-A.e stress-B.e \
  209. start-server1 stop-server1 ngircd-test1.conf \
  210. start-server2 stop-server2 ngircd-test2.conf
  211. check_SCRIPTS = ngircd-TEST-Binary tests.sh
  212. TESTS = start-server1 \
  213. connect-test \
  214. start-server2 \
  215. channel-test \
  216. invite-test \
  217. join-test \
  218. kick-test \
  219. message-test \
  220. misc-test \
  221. mode-test \
  222. opless-channel-test \
  223. who-test \
  224. whois-test \
  225. server-link-test \
  226. stop-server2 \
  227. stress-server.sh \
  228. stop-server1
  229. all: all-am
  230. .SUFFIXES:
  231. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  232. @for dep in $?; do \
  233. case '$(am__configure_deps)' in \
  234. *$$dep*) \
  235. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  236. && { if test -f $@; then exit 0; else break; fi; }; \
  237. exit 1;; \
  238. esac; \
  239. done; \
  240. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/testsuite/Makefile'; \
  241. $(am__cd) $(top_srcdir) && \
  242. $(AUTOMAKE) --gnu src/testsuite/Makefile
  243. .PRECIOUS: Makefile
  244. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  245. @case '$?' in \
  246. *config.status*) \
  247. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  248. *) \
  249. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  250. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  251. esac;
  252. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  253. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  254. $(top_srcdir)/configure: $(am__configure_deps)
  255. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  256. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  257. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  258. $(am__aclocal_m4_deps):
  259. tags: TAGS
  260. TAGS:
  261. ctags: CTAGS
  262. CTAGS:
  263. check-TESTS: $(TESTS)
  264. @failed=0; all=0; xfail=0; xpass=0; skip=0; \
  265. srcdir=$(srcdir); export srcdir; \
  266. list=' $(TESTS) '; \
  267. $(am__tty_colors); \
  268. if test -n "$$list"; then \
  269. for tst in $$list; do \
  270. if test -f ./$$tst; then dir=./; \
  271. elif test -f $$tst; then dir=; \
  272. else dir="$(srcdir)/"; fi; \
  273. if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
  274. all=`expr $$all + 1`; \
  275. case " $(XFAIL_TESTS) " in \
  276. *[\ \ ]$$tst[\ \ ]*) \
  277. xpass=`expr $$xpass + 1`; \
  278. failed=`expr $$failed + 1`; \
  279. col=$$red; res=XPASS; \
  280. ;; \
  281. *) \
  282. col=$$grn; res=PASS; \
  283. ;; \
  284. esac; \
  285. elif test $$? -ne 77; then \
  286. all=`expr $$all + 1`; \
  287. case " $(XFAIL_TESTS) " in \
  288. *[\ \ ]$$tst[\ \ ]*) \
  289. xfail=`expr $$xfail + 1`; \
  290. col=$$lgn; res=XFAIL; \
  291. ;; \
  292. *) \
  293. failed=`expr $$failed + 1`; \
  294. col=$$red; res=FAIL; \
  295. ;; \
  296. esac; \
  297. else \
  298. skip=`expr $$skip + 1`; \
  299. col=$$blu; res=SKIP; \
  300. fi; \
  301. echo "$${col}$$res$${std}: $$tst"; \
  302. done; \
  303. if test "$$all" -eq 1; then \
  304. tests="test"; \
  305. All=""; \
  306. else \
  307. tests="tests"; \
  308. All="All "; \
  309. fi; \
  310. if test "$$failed" -eq 0; then \
  311. if test "$$xfail" -eq 0; then \
  312. banner="$$All$$all $$tests passed"; \
  313. else \
  314. if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
  315. banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
  316. fi; \
  317. else \
  318. if test "$$xpass" -eq 0; then \
  319. banner="$$failed of $$all $$tests failed"; \
  320. else \
  321. if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
  322. banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
  323. fi; \
  324. fi; \
  325. dashes="$$banner"; \
  326. skipped=""; \
  327. if test "$$skip" -ne 0; then \
  328. if test "$$skip" -eq 1; then \
  329. skipped="($$skip test was not run)"; \
  330. else \
  331. skipped="($$skip tests were not run)"; \
  332. fi; \
  333. test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  334. dashes="$$skipped"; \
  335. fi; \
  336. report=""; \
  337. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  338. report="Please report to $(PACKAGE_BUGREPORT)"; \
  339. test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  340. dashes="$$report"; \
  341. fi; \
  342. dashes=`echo "$$dashes" | sed s/./=/g`; \
  343. if test "$$failed" -eq 0; then \
  344. col="$$grn"; \
  345. else \
  346. col="$$red"; \
  347. fi; \
  348. echo "$${col}$$dashes$${std}"; \
  349. echo "$${col}$$banner$${std}"; \
  350. test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
  351. test -z "$$report" || echo "$${col}$$report$${std}"; \
  352. echo "$${col}$$dashes$${std}"; \
  353. test "$$failed" -eq 0; \
  354. else :; fi
  355. distdir: $(DISTFILES)
  356. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  357. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  358. list='$(DISTFILES)'; \
  359. dist_files=`for file in $$list; do echo $$file; done | \
  360. sed -e "s|^$$srcdirstrip/||;t" \
  361. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  362. case $$dist_files in \
  363. */*) $(MKDIR_P) `echo "$$dist_files" | \
  364. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  365. sort -u` ;; \
  366. esac; \
  367. for file in $$dist_files; do \
  368. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  369. if test -d $$d/$$file; then \
  370. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  371. if test -d "$(distdir)/$$file"; then \
  372. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  373. fi; \
  374. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  375. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  376. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  377. fi; \
  378. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  379. else \
  380. test -f "$(distdir)/$$file" \
  381. || cp -p $$d/$$file "$(distdir)/$$file" \
  382. || exit 1; \
  383. fi; \
  384. done
  385. check-am: all-am
  386. $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
  387. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  388. check: check-am
  389. all-am: Makefile
  390. installdirs:
  391. install: install-am
  392. install-exec: install-exec-am
  393. install-data: install-data-am
  394. uninstall: uninstall-am
  395. install-am: all-am
  396. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  397. installcheck: installcheck-am
  398. install-strip:
  399. if test -z '$(STRIP)'; then \
  400. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  401. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  402. install; \
  403. else \
  404. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  405. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  406. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  407. fi
  408. mostlyclean-generic:
  409. clean-generic:
  410. distclean-generic:
  411. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  412. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  413. maintainer-clean-generic:
  414. @echo "This command is intended for maintainers to use"
  415. @echo "it deletes files that may require special tools to rebuild."
  416. clean: clean-am
  417. clean-am: clean-generic clean-local mostlyclean-am
  418. distclean: distclean-am
  419. -rm -f Makefile
  420. distclean-am: clean-am distclean-generic
  421. dvi: dvi-am
  422. dvi-am:
  423. html: html-am
  424. html-am:
  425. info: info-am
  426. info-am:
  427. install-data-am:
  428. install-dvi: install-dvi-am
  429. install-dvi-am:
  430. install-exec-am:
  431. install-html: install-html-am
  432. install-html-am:
  433. install-info: install-info-am
  434. install-info-am:
  435. install-man:
  436. install-pdf: install-pdf-am
  437. install-pdf-am:
  438. install-ps: install-ps-am
  439. install-ps-am:
  440. installcheck-am:
  441. maintainer-clean: maintainer-clean-am
  442. -rm -f Makefile
  443. maintainer-clean-am: distclean-am maintainer-clean-generic \
  444. maintainer-clean-local
  445. mostlyclean: mostlyclean-am
  446. mostlyclean-am: mostlyclean-generic
  447. pdf: pdf-am
  448. pdf-am:
  449. ps: ps-am
  450. ps-am:
  451. uninstall-am:
  452. .MAKE: check-am install-am install-strip
  453. .PHONY: all all-am check check-TESTS check-am clean clean-generic \
  454. clean-local distclean distclean-generic distdir dvi dvi-am \
  455. html html-am info info-am install install-am install-data \
  456. install-data-am install-dvi install-dvi-am install-exec \
  457. install-exec-am install-html install-html-am install-info \
  458. install-info-am install-man install-pdf install-pdf-am \
  459. install-ps install-ps-am install-strip installcheck \
  460. installcheck-am installdirs maintainer-clean \
  461. maintainer-clean-generic maintainer-clean-local mostlyclean \
  462. mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
  463. all:
  464. clean-local:
  465. rm -rf logs tests *-test ngircd-test*.log procs.tmp tests-skipped.lst \
  466. T-ngircd1 ngircd-test1.motd T-ngircd2 ngircd-test2.motd
  467. maintainer-clean-local:
  468. rm -f Makefile Makefile.in Makefile.am
  469. ngircd-TEST-Binary:
  470. cp ../ngircd/ngircd T-ngircd1
  471. cp ../ngircd/ngircd T-ngircd2
  472. [ -f getpid.sh ] || ln -s $(srcdir)/getpid.sh .
  473. rm -f tests-skipped.lst
  474. connect-test: tests.sh
  475. rm -f connect-test
  476. ln -s $(srcdir)/tests.sh connect-test
  477. channel-test: tests.sh
  478. rm -f channel-test
  479. ln -s $(srcdir)/tests.sh channel-test
  480. invite-test: tests.sh
  481. rm -f invite-test
  482. ln -s $(srcdir)/tests.sh invite-test
  483. join-test: tests.sh
  484. rm -f join-test
  485. ln -s $(srcdir)/tests.sh join-test
  486. kick-test: tests.sh
  487. rm -f kick-test
  488. ln -s $(srcdir)/tests.sh kick-test
  489. message-test: tests.sh
  490. rm -f message-test
  491. ln -s $(srcdir)/tests.sh message-test
  492. misc-test: tests.sh
  493. rm -f misc-test
  494. ln -s $(srcdir)/tests.sh misc-test
  495. mode-test: tests.sh
  496. rm -f mode-test
  497. ln -s $(srcdir)/tests.sh mode-test
  498. opless-channel-test: tests.sh
  499. rm -f opless-channel-test
  500. ln -s $(srcdir)/tests.sh opless-channel-test
  501. server-link-test: tests.sh
  502. rm -f server-link-test
  503. ln -s $(srcdir)/tests.sh server-link-test
  504. who-test: tests.sh
  505. rm -f who-test
  506. ln -s $(srcdir)/tests.sh who-test
  507. whois-test: tests.sh
  508. rm -f whois-test
  509. ln -s $(srcdir)/tests.sh whois-test
  510. # -eof-
  511. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  512. # Otherwise a system limit (for SysV at least) may be exceeded.
  513. .NOEXPORT: