Makefile.in 15 KB

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