Makefile.in 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588
  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. server-login-test.e \
  210. start-server1 stop-server1 ngircd-test1.conf \
  211. start-server2 stop-server2 ngircd-test2.conf
  212. check_SCRIPTS = ngircd-TEST-Binary tests.sh
  213. TESTS = start-server1 \
  214. connect-test \
  215. start-server2 \
  216. channel-test \
  217. invite-test \
  218. join-test \
  219. kick-test \
  220. message-test \
  221. misc-test \
  222. mode-test \
  223. opless-channel-test \
  224. who-test \
  225. whois-test \
  226. server-link-test \
  227. server-login-test \
  228. stop-server2 \
  229. stress-server.sh \
  230. stop-server1
  231. all: all-am
  232. .SUFFIXES:
  233. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  234. @for dep in $?; do \
  235. case '$(am__configure_deps)' in \
  236. *$$dep*) \
  237. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  238. && { if test -f $@; then exit 0; else break; fi; }; \
  239. exit 1;; \
  240. esac; \
  241. done; \
  242. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/testsuite/Makefile'; \
  243. $(am__cd) $(top_srcdir) && \
  244. $(AUTOMAKE) --gnu src/testsuite/Makefile
  245. .PRECIOUS: Makefile
  246. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  247. @case '$?' in \
  248. *config.status*) \
  249. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  250. *) \
  251. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  252. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  253. esac;
  254. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  255. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  256. $(top_srcdir)/configure: $(am__configure_deps)
  257. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  258. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  259. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  260. $(am__aclocal_m4_deps):
  261. tags: TAGS
  262. TAGS:
  263. ctags: CTAGS
  264. CTAGS:
  265. check-TESTS: $(TESTS)
  266. @failed=0; all=0; xfail=0; xpass=0; skip=0; \
  267. srcdir=$(srcdir); export srcdir; \
  268. list=' $(TESTS) '; \
  269. $(am__tty_colors); \
  270. if test -n "$$list"; then \
  271. for tst in $$list; do \
  272. if test -f ./$$tst; then dir=./; \
  273. elif test -f $$tst; then dir=; \
  274. else dir="$(srcdir)/"; fi; \
  275. if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
  276. all=`expr $$all + 1`; \
  277. case " $(XFAIL_TESTS) " in \
  278. *[\ \ ]$$tst[\ \ ]*) \
  279. xpass=`expr $$xpass + 1`; \
  280. failed=`expr $$failed + 1`; \
  281. col=$$red; res=XPASS; \
  282. ;; \
  283. *) \
  284. col=$$grn; res=PASS; \
  285. ;; \
  286. esac; \
  287. elif test $$? -ne 77; then \
  288. all=`expr $$all + 1`; \
  289. case " $(XFAIL_TESTS) " in \
  290. *[\ \ ]$$tst[\ \ ]*) \
  291. xfail=`expr $$xfail + 1`; \
  292. col=$$lgn; res=XFAIL; \
  293. ;; \
  294. *) \
  295. failed=`expr $$failed + 1`; \
  296. col=$$red; res=FAIL; \
  297. ;; \
  298. esac; \
  299. else \
  300. skip=`expr $$skip + 1`; \
  301. col=$$blu; res=SKIP; \
  302. fi; \
  303. echo "$${col}$$res$${std}: $$tst"; \
  304. done; \
  305. if test "$$all" -eq 1; then \
  306. tests="test"; \
  307. All=""; \
  308. else \
  309. tests="tests"; \
  310. All="All "; \
  311. fi; \
  312. if test "$$failed" -eq 0; then \
  313. if test "$$xfail" -eq 0; then \
  314. banner="$$All$$all $$tests passed"; \
  315. else \
  316. if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
  317. banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
  318. fi; \
  319. else \
  320. if test "$$xpass" -eq 0; then \
  321. banner="$$failed of $$all $$tests failed"; \
  322. else \
  323. if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
  324. banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
  325. fi; \
  326. fi; \
  327. dashes="$$banner"; \
  328. skipped=""; \
  329. if test "$$skip" -ne 0; then \
  330. if test "$$skip" -eq 1; then \
  331. skipped="($$skip test was not run)"; \
  332. else \
  333. skipped="($$skip tests were not run)"; \
  334. fi; \
  335. test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  336. dashes="$$skipped"; \
  337. fi; \
  338. report=""; \
  339. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  340. report="Please report to $(PACKAGE_BUGREPORT)"; \
  341. test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  342. dashes="$$report"; \
  343. fi; \
  344. dashes=`echo "$$dashes" | sed s/./=/g`; \
  345. if test "$$failed" -eq 0; then \
  346. col="$$grn"; \
  347. else \
  348. col="$$red"; \
  349. fi; \
  350. echo "$${col}$$dashes$${std}"; \
  351. echo "$${col}$$banner$${std}"; \
  352. test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
  353. test -z "$$report" || echo "$${col}$$report$${std}"; \
  354. echo "$${col}$$dashes$${std}"; \
  355. test "$$failed" -eq 0; \
  356. else :; fi
  357. distdir: $(DISTFILES)
  358. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  359. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  360. list='$(DISTFILES)'; \
  361. dist_files=`for file in $$list; do echo $$file; done | \
  362. sed -e "s|^$$srcdirstrip/||;t" \
  363. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  364. case $$dist_files in \
  365. */*) $(MKDIR_P) `echo "$$dist_files" | \
  366. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  367. sort -u` ;; \
  368. esac; \
  369. for file in $$dist_files; do \
  370. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  371. if test -d $$d/$$file; then \
  372. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  373. if test -d "$(distdir)/$$file"; then \
  374. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  375. fi; \
  376. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  377. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  378. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  379. fi; \
  380. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  381. else \
  382. test -f "$(distdir)/$$file" \
  383. || cp -p $$d/$$file "$(distdir)/$$file" \
  384. || exit 1; \
  385. fi; \
  386. done
  387. check-am: all-am
  388. $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
  389. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  390. check: check-am
  391. all-am: Makefile
  392. installdirs:
  393. install: install-am
  394. install-exec: install-exec-am
  395. install-data: install-data-am
  396. uninstall: uninstall-am
  397. install-am: all-am
  398. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  399. installcheck: installcheck-am
  400. install-strip:
  401. if test -z '$(STRIP)'; then \
  402. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  403. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  404. install; \
  405. else \
  406. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  407. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  408. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  409. fi
  410. mostlyclean-generic:
  411. clean-generic:
  412. distclean-generic:
  413. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  414. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  415. maintainer-clean-generic:
  416. @echo "This command is intended for maintainers to use"
  417. @echo "it deletes files that may require special tools to rebuild."
  418. clean: clean-am
  419. clean-am: clean-generic clean-local mostlyclean-am
  420. distclean: distclean-am
  421. -rm -f Makefile
  422. distclean-am: clean-am distclean-generic
  423. dvi: dvi-am
  424. dvi-am:
  425. html: html-am
  426. html-am:
  427. info: info-am
  428. info-am:
  429. install-data-am:
  430. install-dvi: install-dvi-am
  431. install-dvi-am:
  432. install-exec-am:
  433. install-html: install-html-am
  434. install-html-am:
  435. install-info: install-info-am
  436. install-info-am:
  437. install-man:
  438. install-pdf: install-pdf-am
  439. install-pdf-am:
  440. install-ps: install-ps-am
  441. install-ps-am:
  442. installcheck-am:
  443. maintainer-clean: maintainer-clean-am
  444. -rm -f Makefile
  445. maintainer-clean-am: distclean-am maintainer-clean-generic \
  446. maintainer-clean-local
  447. mostlyclean: mostlyclean-am
  448. mostlyclean-am: mostlyclean-generic
  449. pdf: pdf-am
  450. pdf-am:
  451. ps: ps-am
  452. ps-am:
  453. uninstall-am:
  454. .MAKE: check-am install-am install-strip
  455. .PHONY: all all-am check check-TESTS check-am clean clean-generic \
  456. clean-local distclean distclean-generic distdir dvi dvi-am \
  457. html html-am info info-am install install-am install-data \
  458. install-data-am install-dvi install-dvi-am install-exec \
  459. install-exec-am install-html install-html-am install-info \
  460. install-info-am install-man install-pdf install-pdf-am \
  461. install-ps install-ps-am install-strip installcheck \
  462. installcheck-am installdirs maintainer-clean \
  463. maintainer-clean-generic maintainer-clean-local mostlyclean \
  464. mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
  465. all:
  466. clean-local:
  467. rm -rf logs tests *-test ngircd-test*.log procs.tmp tests-skipped.lst \
  468. T-ngircd1 ngircd-test1.motd T-ngircd2 ngircd-test2.motd
  469. maintainer-clean-local:
  470. rm -f Makefile Makefile.in Makefile.am
  471. ngircd-TEST-Binary:
  472. cp ../ngircd/ngircd T-ngircd1
  473. cp ../ngircd/ngircd T-ngircd2
  474. [ -f getpid.sh ] || ln -s $(srcdir)/getpid.sh .
  475. rm -f tests-skipped.lst
  476. connect-test: tests.sh
  477. rm -f connect-test
  478. ln -s $(srcdir)/tests.sh connect-test
  479. channel-test: tests.sh
  480. rm -f channel-test
  481. ln -s $(srcdir)/tests.sh channel-test
  482. invite-test: tests.sh
  483. rm -f invite-test
  484. ln -s $(srcdir)/tests.sh invite-test
  485. join-test: tests.sh
  486. rm -f join-test
  487. ln -s $(srcdir)/tests.sh join-test
  488. kick-test: tests.sh
  489. rm -f kick-test
  490. ln -s $(srcdir)/tests.sh kick-test
  491. message-test: tests.sh
  492. rm -f message-test
  493. ln -s $(srcdir)/tests.sh message-test
  494. misc-test: tests.sh
  495. rm -f misc-test
  496. ln -s $(srcdir)/tests.sh misc-test
  497. mode-test: tests.sh
  498. rm -f mode-test
  499. ln -s $(srcdir)/tests.sh mode-test
  500. opless-channel-test: tests.sh
  501. rm -f opless-channel-test
  502. ln -s $(srcdir)/tests.sh opless-channel-test
  503. server-link-test: tests.sh
  504. rm -f server-link-test
  505. ln -s $(srcdir)/tests.sh server-link-test
  506. server-login-test: tests.sh
  507. rm -f server-login-test
  508. ln -s $(srcdir)/tests.sh server-login-test
  509. who-test: tests.sh
  510. rm -f who-test
  511. ln -s $(srcdir)/tests.sh who-test
  512. whois-test: tests.sh
  513. rm -f whois-test
  514. ln -s $(srcdir)/tests.sh whois-test
  515. # -eof-
  516. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  517. # Otherwise a system limit (for SysV at least) may be exceeded.
  518. .NOEXPORT: