Makefile.in 20 KB

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