Makefile.in 19 KB

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