Makefile.in 15 KB

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