Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662
  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-2020 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 = doc
  61. DIST_COMMON = $(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. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  79. html-recursive info-recursive install-data-recursive \
  80. install-dvi-recursive install-exec-recursive \
  81. install-html-recursive install-info-recursive \
  82. install-pdf-recursive install-ps-recursive install-recursive \
  83. installcheck-recursive installdirs-recursive pdf-recursive \
  84. ps-recursive uninstall-recursive
  85. am__can_run_installinfo = \
  86. case $$AM_UPDATE_INFO_DIR in \
  87. n|no|NO) false;; \
  88. *) (install-info --version) >/dev/null 2>&1;; \
  89. esac
  90. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  91. distclean-recursive maintainer-clean-recursive
  92. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  93. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  94. distdir
  95. ETAGS = etags
  96. CTAGS = ctags
  97. DIST_SUBDIRS = $(SUBDIRS)
  98. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  99. am__relativize = \
  100. dir0=`pwd`; \
  101. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  102. sed_rest='s,^[^/]*/*,,'; \
  103. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  104. sed_butlast='s,/*[^/]*$$,,'; \
  105. while test -n "$$dir1"; do \
  106. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  107. if test "$$first" != "."; then \
  108. if test "$$first" = ".."; then \
  109. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  110. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  111. else \
  112. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  113. if test "$$first2" = "$$first"; then \
  114. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  115. else \
  116. dir2="../$$dir2"; \
  117. fi; \
  118. dir0="$$dir0"/"$$first"; \
  119. fi; \
  120. fi; \
  121. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  122. done; \
  123. reldir="$$dir2"
  124. ACLOCAL = @ACLOCAL@
  125. AMTAR = @AMTAR@
  126. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  127. AR = @AR@
  128. AUTOCONF = @AUTOCONF@
  129. AUTOHEADER = @AUTOHEADER@
  130. AUTOMAKE = @AUTOMAKE@
  131. AWK = @AWK@
  132. CC = @CC@
  133. CCDEPMODE = @CCDEPMODE@
  134. CFLAGS = @CFLAGS@
  135. CPP = @CPP@
  136. CPPFLAGS = @CPPFLAGS@
  137. CYGPATH_W = @CYGPATH_W@
  138. DEFS = @DEFS@
  139. DEPDIR = @DEPDIR@
  140. ECHO_C = @ECHO_C@
  141. ECHO_N = @ECHO_N@
  142. ECHO_T = @ECHO_T@
  143. EGREP = @EGREP@
  144. EXEEXT = @EXEEXT@
  145. GREP = @GREP@
  146. INSTALL = @INSTALL@
  147. INSTALL_DATA = @INSTALL_DATA@
  148. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  149. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  150. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  151. LDFLAGS = @LDFLAGS@
  152. LIBOBJS = @LIBOBJS@
  153. LIBS = @LIBS@
  154. LN_S = @LN_S@
  155. LTLIBOBJS = @LTLIBOBJS@
  156. MAKEINFO = @MAKEINFO@
  157. MKDIR_P = @MKDIR_P@
  158. OBJEXT = @OBJEXT@
  159. OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
  160. OPENSSL_LIBS = @OPENSSL_LIBS@
  161. PACKAGE = @PACKAGE@
  162. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  163. PACKAGE_NAME = @PACKAGE_NAME@
  164. PACKAGE_STRING = @PACKAGE_STRING@
  165. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  166. PACKAGE_URL = @PACKAGE_URL@
  167. PACKAGE_VERSION = @PACKAGE_VERSION@
  168. PATH_SEPARATOR = @PATH_SEPARATOR@
  169. PKG_CONFIG = @PKG_CONFIG@
  170. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  171. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  172. RANLIB = @RANLIB@
  173. SET_MAKE = @SET_MAKE@
  174. SHELL = @SHELL@
  175. STRIP = @STRIP@
  176. U = @U@
  177. VERSION = @VERSION@
  178. abs_builddir = @abs_builddir@
  179. abs_srcdir = @abs_srcdir@
  180. abs_top_builddir = @abs_top_builddir@
  181. abs_top_srcdir = @abs_top_srcdir@
  182. ac_ct_AR = @ac_ct_AR@
  183. ac_ct_CC = @ac_ct_CC@
  184. am__include = @am__include@
  185. am__leading_dot = @am__leading_dot@
  186. am__quote = @am__quote@
  187. am__tar = @am__tar@
  188. am__untar = @am__untar@
  189. bindir = @bindir@
  190. build = @build@
  191. build_alias = @build_alias@
  192. build_cpu = @build_cpu@
  193. build_os = @build_os@
  194. build_vendor = @build_vendor@
  195. builddir = @builddir@
  196. datadir = @datadir@
  197. datarootdir = @datarootdir@
  198. docdir = @docdir@
  199. dvidir = @dvidir@
  200. exec_prefix = @exec_prefix@
  201. host = @host@
  202. host_alias = @host_alias@
  203. host_cpu = @host_cpu@
  204. host_os = @host_os@
  205. host_vendor = @host_vendor@
  206. htmldir = @htmldir@
  207. includedir = @includedir@
  208. infodir = @infodir@
  209. install_sh = @install_sh@
  210. libdir = @libdir@
  211. libexecdir = @libexecdir@
  212. localedir = @localedir@
  213. localstatedir = @localstatedir@
  214. mandir = @mandir@
  215. mkdir_p = @mkdir_p@
  216. oldincludedir = @oldincludedir@
  217. pdfdir = @pdfdir@
  218. prefix = @prefix@
  219. program_transform_name = @program_transform_name@
  220. psdir = @psdir@
  221. runstatedir = @runstatedir@
  222. sbindir = @sbindir@
  223. sharedstatedir = @sharedstatedir@
  224. srcdir = @srcdir@
  225. sysconfdir = @sysconfdir@
  226. target_alias = @target_alias@
  227. top_build_prefix = @top_build_prefix@
  228. top_builddir = @top_builddir@
  229. top_srcdir = @top_srcdir@
  230. SUFFIXES = .tmpl
  231. static_docs = \
  232. Bopm.txt \
  233. Capabilities.txt \
  234. Commands.txt \
  235. Contributing.txt \
  236. FAQ.txt \
  237. HowToRelease.txt \
  238. Modes.txt \
  239. PAM.txt \
  240. Platforms.txt \
  241. Protocol.txt \
  242. README-AUX.txt \
  243. README-BeOS.txt \
  244. README-Interix.txt \
  245. RFC.txt \
  246. Services.txt \
  247. SSL.txt
  248. doc_templates = sample-ngircd.conf.tmpl
  249. generated_docs = sample-ngircd.conf
  250. toplevel_docs = ../AUTHORS ../COPYING ../ChangeLog ../INSTALL.md ../NEWS ../README.md
  251. SUBDIRS = src
  252. EXTRA_DIST = $(static_docs) $(doc_templates)
  253. CLEANFILES = $(generated_docs)
  254. all: all-recursive
  255. .SUFFIXES:
  256. .SUFFIXES: .tmpl
  257. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  258. @for dep in $?; do \
  259. case '$(am__configure_deps)' in \
  260. *$$dep*) \
  261. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  262. && { if test -f $@; then exit 0; else break; fi; }; \
  263. exit 1;; \
  264. esac; \
  265. done; \
  266. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
  267. $(am__cd) $(top_srcdir) && \
  268. $(AUTOMAKE) --foreign doc/Makefile
  269. .PRECIOUS: Makefile
  270. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  271. @case '$?' in \
  272. *config.status*) \
  273. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  274. *) \
  275. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  276. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  277. esac;
  278. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  279. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  280. $(top_srcdir)/configure: $(am__configure_deps)
  281. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  282. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  283. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  284. $(am__aclocal_m4_deps):
  285. # This directory's subdirectories are mostly independent; you can cd
  286. # into them and run `make' without going through this Makefile.
  287. # To change the values of `make' variables: instead of editing Makefiles,
  288. # (1) if the variable is set in `config.status', edit `config.status'
  289. # (which will cause the Makefiles to be regenerated when you run `make');
  290. # (2) otherwise, pass the desired values on the `make' command line.
  291. $(RECURSIVE_TARGETS):
  292. @fail= failcom='exit 1'; \
  293. for f in x $$MAKEFLAGS; do \
  294. case $$f in \
  295. *=* | --[!k]*);; \
  296. *k*) failcom='fail=yes';; \
  297. esac; \
  298. done; \
  299. dot_seen=no; \
  300. target=`echo $@ | sed s/-recursive//`; \
  301. list='$(SUBDIRS)'; for subdir in $$list; do \
  302. echo "Making $$target in $$subdir"; \
  303. if test "$$subdir" = "."; then \
  304. dot_seen=yes; \
  305. local_target="$$target-am"; \
  306. else \
  307. local_target="$$target"; \
  308. fi; \
  309. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  310. || eval $$failcom; \
  311. done; \
  312. if test "$$dot_seen" = "no"; then \
  313. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  314. fi; test -z "$$fail"
  315. $(RECURSIVE_CLEAN_TARGETS):
  316. @fail= failcom='exit 1'; \
  317. for f in x $$MAKEFLAGS; do \
  318. case $$f in \
  319. *=* | --[!k]*);; \
  320. *k*) failcom='fail=yes';; \
  321. esac; \
  322. done; \
  323. dot_seen=no; \
  324. case "$@" in \
  325. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  326. *) list='$(SUBDIRS)' ;; \
  327. esac; \
  328. rev=''; for subdir in $$list; do \
  329. if test "$$subdir" = "."; then :; else \
  330. rev="$$subdir $$rev"; \
  331. fi; \
  332. done; \
  333. rev="$$rev ."; \
  334. target=`echo $@ | sed s/-recursive//`; \
  335. for subdir in $$rev; do \
  336. echo "Making $$target in $$subdir"; \
  337. if test "$$subdir" = "."; then \
  338. local_target="$$target-am"; \
  339. else \
  340. local_target="$$target"; \
  341. fi; \
  342. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  343. || eval $$failcom; \
  344. done && test -z "$$fail"
  345. tags-recursive:
  346. list='$(SUBDIRS)'; for subdir in $$list; do \
  347. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  348. done
  349. ctags-recursive:
  350. list='$(SUBDIRS)'; for subdir in $$list; do \
  351. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  352. done
  353. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  354. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  355. unique=`for i in $$list; do \
  356. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  357. done | \
  358. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  359. END { if (nonempty) { for (i in files) print i; }; }'`; \
  360. mkid -fID $$unique
  361. tags: TAGS
  362. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  363. $(TAGS_FILES) $(LISP)
  364. set x; \
  365. here=`pwd`; \
  366. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  367. include_option=--etags-include; \
  368. empty_fix=.; \
  369. else \
  370. include_option=--include; \
  371. empty_fix=; \
  372. fi; \
  373. list='$(SUBDIRS)'; for subdir in $$list; do \
  374. if test "$$subdir" = .; then :; else \
  375. test ! -f $$subdir/TAGS || \
  376. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  377. fi; \
  378. done; \
  379. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  380. unique=`for i in $$list; do \
  381. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  382. done | \
  383. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  384. END { if (nonempty) { for (i in files) print i; }; }'`; \
  385. shift; \
  386. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  387. test -n "$$unique" || unique=$$empty_fix; \
  388. if test $$# -gt 0; then \
  389. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  390. "$$@" $$unique; \
  391. else \
  392. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  393. $$unique; \
  394. fi; \
  395. fi
  396. ctags: CTAGS
  397. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  398. $(TAGS_FILES) $(LISP)
  399. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  400. unique=`for i in $$list; do \
  401. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  402. done | \
  403. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  404. END { if (nonempty) { for (i in files) print i; }; }'`; \
  405. test -z "$(CTAGS_ARGS)$$unique" \
  406. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  407. $$unique
  408. GTAGS:
  409. here=`$(am__cd) $(top_builddir) && pwd` \
  410. && $(am__cd) $(top_srcdir) \
  411. && gtags -i $(GTAGS_ARGS) "$$here"
  412. distclean-tags:
  413. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  414. distdir: $(DISTFILES)
  415. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  416. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  417. list='$(DISTFILES)'; \
  418. dist_files=`for file in $$list; do echo $$file; done | \
  419. sed -e "s|^$$srcdirstrip/||;t" \
  420. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  421. case $$dist_files in \
  422. */*) $(MKDIR_P) `echo "$$dist_files" | \
  423. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  424. sort -u` ;; \
  425. esac; \
  426. for file in $$dist_files; do \
  427. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  428. if test -d $$d/$$file; then \
  429. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  430. if test -d "$(distdir)/$$file"; then \
  431. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  432. fi; \
  433. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  434. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  435. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  436. fi; \
  437. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  438. else \
  439. test -f "$(distdir)/$$file" \
  440. || cp -p $$d/$$file "$(distdir)/$$file" \
  441. || exit 1; \
  442. fi; \
  443. done
  444. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  445. if test "$$subdir" = .; then :; else \
  446. $(am__make_dryrun) \
  447. || test -d "$(distdir)/$$subdir" \
  448. || $(MKDIR_P) "$(distdir)/$$subdir" \
  449. || exit 1; \
  450. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  451. $(am__relativize); \
  452. new_distdir=$$reldir; \
  453. dir1=$$subdir; dir2="$(top_distdir)"; \
  454. $(am__relativize); \
  455. new_top_distdir=$$reldir; \
  456. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  457. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  458. ($(am__cd) $$subdir && \
  459. $(MAKE) $(AM_MAKEFLAGS) \
  460. top_distdir="$$new_top_distdir" \
  461. distdir="$$new_distdir" \
  462. am__remove_distdir=: \
  463. am__skip_length_check=: \
  464. am__skip_mode_fix=: \
  465. distdir) \
  466. || exit 1; \
  467. fi; \
  468. done
  469. check-am: all-am
  470. check: check-recursive
  471. all-am: Makefile
  472. installdirs: installdirs-recursive
  473. installdirs-am:
  474. install: install-recursive
  475. install-exec: install-exec-recursive
  476. install-data: install-data-recursive
  477. uninstall: uninstall-recursive
  478. install-am: all-am
  479. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  480. installcheck: installcheck-recursive
  481. install-strip:
  482. if test -z '$(STRIP)'; then \
  483. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  484. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  485. install; \
  486. else \
  487. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  488. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  489. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  490. fi
  491. mostlyclean-generic:
  492. clean-generic:
  493. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  494. distclean-generic:
  495. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  496. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  497. maintainer-clean-generic:
  498. @echo "This command is intended for maintainers to use"
  499. @echo "it deletes files that may require special tools to rebuild."
  500. clean: clean-recursive
  501. clean-am: clean-generic mostlyclean-am
  502. distclean: distclean-recursive
  503. -rm -f Makefile
  504. distclean-am: clean-am distclean-generic distclean-tags
  505. dvi: dvi-recursive
  506. dvi-am:
  507. html: html-recursive
  508. html-am:
  509. info: info-recursive
  510. info-am:
  511. install-data-am:
  512. @$(NORMAL_INSTALL)
  513. $(MAKE) $(AM_MAKEFLAGS) install-data-hook
  514. install-dvi: install-dvi-recursive
  515. install-dvi-am:
  516. install-exec-am:
  517. install-html: install-html-recursive
  518. install-html-am:
  519. install-info: install-info-recursive
  520. install-info-am:
  521. install-man:
  522. install-pdf: install-pdf-recursive
  523. install-pdf-am:
  524. install-ps: install-ps-recursive
  525. install-ps-am:
  526. installcheck-am:
  527. maintainer-clean: maintainer-clean-recursive
  528. -rm -f Makefile
  529. maintainer-clean-am: distclean-am maintainer-clean-generic \
  530. maintainer-clean-local
  531. mostlyclean: mostlyclean-recursive
  532. mostlyclean-am: mostlyclean-generic
  533. pdf: pdf-recursive
  534. pdf-am:
  535. ps: ps-recursive
  536. ps-am:
  537. uninstall-am:
  538. @$(NORMAL_INSTALL)
  539. $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
  540. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  541. install-am install-data-am install-strip tags-recursive \
  542. uninstall-am
  543. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  544. all all-am check check-am clean clean-generic ctags \
  545. ctags-recursive distclean distclean-generic distclean-tags \
  546. distdir dvi dvi-am html html-am info info-am install \
  547. install-am install-data install-data-am install-data-hook \
  548. install-dvi install-dvi-am install-exec install-exec-am \
  549. install-html install-html-am install-info install-info-am \
  550. install-man install-pdf install-pdf-am install-ps \
  551. install-ps-am install-strip installcheck installcheck-am \
  552. installdirs installdirs-am maintainer-clean \
  553. maintainer-clean-generic maintainer-clean-local mostlyclean \
  554. mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
  555. uninstall uninstall-am uninstall-hook
  556. .tmpl:
  557. $(AM_V_GEN)sed \
  558. -e "s@:ETCDIR:@${sysconfdir}@" \
  559. -e "s@:DOCDIR:@${docdir}@" \
  560. <$< >$@
  561. maintainer-clean-local:
  562. rm -f Makefile Makefile.in
  563. all: $(generated_docs)
  564. install-data-hook: $(static_docs) $(toplevel_docs) $(generated_docs)
  565. $(MKDIR_P) -m 755 $(DESTDIR)$(sysconfdir)
  566. @if [ ! -f $(DESTDIR)$(sysconfdir)/ngircd.conf ]; then \
  567. ${MAKE} install-config; \
  568. fi
  569. $(MKDIR_P) -m 755 $(DESTDIR)$(docdir)
  570. for f in $(static_docs) $(toplevel_docs); do \
  571. $(INSTALL) -m 644 -c $(srcdir)/$$f $(DESTDIR)$(docdir)/; \
  572. done
  573. for f in $(generated_docs); do \
  574. $(INSTALL) -m 644 -c $$f $(DESTDIR)$(docdir)/; \
  575. done
  576. install-config:
  577. $(INSTALL) -m 600 -c sample-ngircd.conf $(DESTDIR)$(sysconfdir)/ngircd.conf
  578. @echo; \
  579. echo " ** NOTE: Installed sample configuration file:"; \
  580. echo " ** \"$(DESTDIR)$(sysconfdir)/ngircd.conf\""; \
  581. echo
  582. uninstall-hook:
  583. rm -rf $(DESTDIR)$(docdir)
  584. @if cmp --silent sample-ngircd.conf $(DESTDIR)$(sysconfdir)/ngircd.conf; then \
  585. ${MAKE} uninstall-config; \
  586. else \
  587. echo; \
  588. echo " ** NOTE: Not uninstalling changed configuration file:"; \
  589. echo " ** \"$(DESTDIR)$(sysconfdir)/ngircd.conf\""; \
  590. echo; \
  591. fi
  592. uninstall-config:
  593. rm -f $(DESTDIR)$(sysconfdir)/ngircd.conf
  594. srcdoc:
  595. ${MAKE} -C src srcdoc
  596. .PHONY: install-config uninstall-config srcdoc
  597. # -eof-
  598. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  599. # Otherwise a system limit (for SysV at least) may be exceeded.
  600. .NOEXPORT: