Makefile.in 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527
  1. # Makefile.in generated by automake 1.10.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 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. #
  14. # ngIRCd -- The Next Generation IRC Daemon
  15. # Copyright (c)2001-2010 Alexander Barton (alex@barton.de)
  16. #
  17. # Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen
  18. # der GNU General Public License (GPL), wie von der Free Software Foundation
  19. # herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2
  20. # der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version.
  21. # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  22. # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  23. #
  24. VPATH = @srcdir@
  25. pkgdatadir = $(datadir)/@PACKAGE@
  26. pkglibdir = $(libdir)/@PACKAGE@
  27. pkgincludedir = $(includedir)/@PACKAGE@
  28. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  29. install_sh_DATA = $(install_sh) -c -m 644
  30. install_sh_PROGRAM = $(install_sh) -c
  31. install_sh_SCRIPT = $(install_sh) -c
  32. INSTALL_HEADER = $(INSTALL_DATA)
  33. transform = $(program_transform_name)
  34. NORMAL_INSTALL = :
  35. PRE_INSTALL = :
  36. POST_INSTALL = :
  37. NORMAL_UNINSTALL = :
  38. PRE_UNINSTALL = :
  39. POST_UNINSTALL = :
  40. build_triplet = @build@
  41. host_triplet = @host@
  42. target_triplet = @target@
  43. subdir = doc
  44. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  45. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  46. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  47. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  48. $(ACLOCAL_M4)
  49. mkinstalldirs = $(install_sh) -d
  50. CONFIG_HEADER = $(top_builddir)/src/config.h
  51. CONFIG_CLEAN_FILES =
  52. SOURCES =
  53. DIST_SOURCES =
  54. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  55. html-recursive info-recursive install-data-recursive \
  56. install-dvi-recursive install-exec-recursive \
  57. install-html-recursive install-info-recursive \
  58. install-pdf-recursive install-ps-recursive install-recursive \
  59. installcheck-recursive installdirs-recursive pdf-recursive \
  60. ps-recursive uninstall-recursive
  61. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  62. distclean-recursive maintainer-clean-recursive
  63. ETAGS = etags
  64. CTAGS = ctags
  65. DIST_SUBDIRS = $(SUBDIRS)
  66. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  67. ACLOCAL = @ACLOCAL@
  68. AMTAR = @AMTAR@
  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_VERSION = @PACKAGE_VERSION@
  106. PATH_SEPARATOR = @PATH_SEPARATOR@
  107. RANLIB = @RANLIB@
  108. SET_MAKE = @SET_MAKE@
  109. SHELL = @SHELL@
  110. STRIP = @STRIP@
  111. U = @U@
  112. VERSION = @VERSION@
  113. abs_builddir = @abs_builddir@
  114. abs_srcdir = @abs_srcdir@
  115. abs_top_builddir = @abs_top_builddir@
  116. abs_top_srcdir = @abs_top_srcdir@
  117. ac_ct_CC = @ac_ct_CC@
  118. am__include = @am__include@
  119. am__leading_dot = @am__leading_dot@
  120. am__quote = @am__quote@
  121. am__tar = @am__tar@
  122. am__untar = @am__untar@
  123. bindir = @bindir@
  124. build = @build@
  125. build_alias = @build_alias@
  126. build_cpu = @build_cpu@
  127. build_os = @build_os@
  128. build_vendor = @build_vendor@
  129. builddir = @builddir@
  130. datadir = @datadir@
  131. datarootdir = @datarootdir@
  132. docdir = @docdir@
  133. dvidir = @dvidir@
  134. exec_prefix = @exec_prefix@
  135. host = @host@
  136. host_alias = @host_alias@
  137. host_cpu = @host_cpu@
  138. host_os = @host_os@
  139. host_vendor = @host_vendor@
  140. htmldir = @htmldir@
  141. includedir = @includedir@
  142. infodir = @infodir@
  143. install_sh = @install_sh@
  144. libdir = @libdir@
  145. libexecdir = @libexecdir@
  146. localedir = @localedir@
  147. localstatedir = @localstatedir@
  148. mandir = @mandir@
  149. mkdir_p = @mkdir_p@
  150. oldincludedir = @oldincludedir@
  151. pdfdir = @pdfdir@
  152. prefix = @prefix@
  153. program_transform_name = @program_transform_name@
  154. psdir = @psdir@
  155. sbindir = @sbindir@
  156. sharedstatedir = @sharedstatedir@
  157. srcdir = @srcdir@
  158. sysconfdir = @sysconfdir@
  159. target = @target@
  160. target_alias = @target_alias@
  161. target_cpu = @target_cpu@
  162. target_os = @target_os@
  163. target_vendor = @target_vendor@
  164. top_builddir = @top_builddir@
  165. top_srcdir = @top_srcdir@
  166. SUFFIXES = .tmpl
  167. static_docs = Bopm.txt FAQ.txt GIT.txt HowToRelease.txt PAM.txt Platforms.txt \
  168. Protocol.txt README-AUX.txt README-BeOS.txt README-Interix.txt RFC.txt \
  169. SSL.txt Services.txt Zeroconf.txt
  170. doc_templates = sample-ngircd.conf.tmpl
  171. generated_docs = sample-ngircd.conf
  172. toplevel_docs = ../AUTHORS ../COPYING ../ChangeLog ../INSTALL ../NEWS ../README
  173. SUBDIRS = src
  174. EXTRA_DIST = $(static_docs) $(doc_templates)
  175. CLEANFILES = $(generated_docs)
  176. all: all-recursive
  177. .SUFFIXES:
  178. .SUFFIXES: .tmpl
  179. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  180. @for dep in $?; do \
  181. case '$(am__configure_deps)' in \
  182. *$$dep*) \
  183. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  184. && exit 0; \
  185. exit 1;; \
  186. esac; \
  187. done; \
  188. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
  189. cd $(top_srcdir) && \
  190. $(AUTOMAKE) --gnu doc/Makefile
  191. .PRECIOUS: Makefile
  192. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  193. @case '$?' in \
  194. *config.status*) \
  195. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  196. *) \
  197. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  198. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  199. esac;
  200. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  201. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  202. $(top_srcdir)/configure: $(am__configure_deps)
  203. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  204. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  205. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  206. # This directory's subdirectories are mostly independent; you can cd
  207. # into them and run `make' without going through this Makefile.
  208. # To change the values of `make' variables: instead of editing Makefiles,
  209. # (1) if the variable is set in `config.status', edit `config.status'
  210. # (which will cause the Makefiles to be regenerated when you run `make');
  211. # (2) otherwise, pass the desired values on the `make' command line.
  212. $(RECURSIVE_TARGETS):
  213. @failcom='exit 1'; \
  214. for f in x $$MAKEFLAGS; do \
  215. case $$f in \
  216. *=* | --[!k]*);; \
  217. *k*) failcom='fail=yes';; \
  218. esac; \
  219. done; \
  220. dot_seen=no; \
  221. target=`echo $@ | sed s/-recursive//`; \
  222. list='$(SUBDIRS)'; for subdir in $$list; do \
  223. echo "Making $$target in $$subdir"; \
  224. if test "$$subdir" = "."; then \
  225. dot_seen=yes; \
  226. local_target="$$target-am"; \
  227. else \
  228. local_target="$$target"; \
  229. fi; \
  230. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  231. || eval $$failcom; \
  232. done; \
  233. if test "$$dot_seen" = "no"; then \
  234. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  235. fi; test -z "$$fail"
  236. $(RECURSIVE_CLEAN_TARGETS):
  237. @failcom='exit 1'; \
  238. for f in x $$MAKEFLAGS; do \
  239. case $$f in \
  240. *=* | --[!k]*);; \
  241. *k*) failcom='fail=yes';; \
  242. esac; \
  243. done; \
  244. dot_seen=no; \
  245. case "$@" in \
  246. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  247. *) list='$(SUBDIRS)' ;; \
  248. esac; \
  249. rev=''; for subdir in $$list; do \
  250. if test "$$subdir" = "."; then :; else \
  251. rev="$$subdir $$rev"; \
  252. fi; \
  253. done; \
  254. rev="$$rev ."; \
  255. target=`echo $@ | sed s/-recursive//`; \
  256. for subdir in $$rev; do \
  257. echo "Making $$target in $$subdir"; \
  258. if test "$$subdir" = "."; then \
  259. local_target="$$target-am"; \
  260. else \
  261. local_target="$$target"; \
  262. fi; \
  263. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  264. || eval $$failcom; \
  265. done && test -z "$$fail"
  266. tags-recursive:
  267. list='$(SUBDIRS)'; for subdir in $$list; do \
  268. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  269. done
  270. ctags-recursive:
  271. list='$(SUBDIRS)'; for subdir in $$list; do \
  272. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  273. done
  274. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  275. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  276. unique=`for i in $$list; do \
  277. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  278. done | \
  279. $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
  280. END { if (nonempty) { for (i in files) print i; }; }'`; \
  281. mkid -fID $$unique
  282. tags: TAGS
  283. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  284. $(TAGS_FILES) $(LISP)
  285. tags=; \
  286. here=`pwd`; \
  287. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  288. include_option=--etags-include; \
  289. empty_fix=.; \
  290. else \
  291. include_option=--include; \
  292. empty_fix=; \
  293. fi; \
  294. list='$(SUBDIRS)'; for subdir in $$list; do \
  295. if test "$$subdir" = .; then :; else \
  296. test ! -f $$subdir/TAGS || \
  297. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  298. fi; \
  299. done; \
  300. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  301. unique=`for i in $$list; do \
  302. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  303. done | \
  304. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  305. END { if (nonempty) { for (i in files) print i; }; }'`; \
  306. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  307. test -n "$$unique" || unique=$$empty_fix; \
  308. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  309. $$tags $$unique; \
  310. fi
  311. ctags: CTAGS
  312. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  313. $(TAGS_FILES) $(LISP)
  314. tags=; \
  315. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  316. unique=`for i in $$list; do \
  317. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  318. done | \
  319. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  320. END { if (nonempty) { for (i in files) print i; }; }'`; \
  321. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  322. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  323. $$tags $$unique
  324. GTAGS:
  325. here=`$(am__cd) $(top_builddir) && pwd` \
  326. && cd $(top_srcdir) \
  327. && gtags -i $(GTAGS_ARGS) $$here
  328. distclean-tags:
  329. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  330. distdir: $(DISTFILES)
  331. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  332. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  333. list='$(DISTFILES)'; \
  334. dist_files=`for file in $$list; do echo $$file; done | \
  335. sed -e "s|^$$srcdirstrip/||;t" \
  336. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  337. case $$dist_files in \
  338. */*) $(MKDIR_P) `echo "$$dist_files" | \
  339. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  340. sort -u` ;; \
  341. esac; \
  342. for file in $$dist_files; do \
  343. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  344. if test -d $$d/$$file; then \
  345. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  346. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  347. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  348. fi; \
  349. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  350. else \
  351. test -f $(distdir)/$$file \
  352. || cp -p $$d/$$file $(distdir)/$$file \
  353. || exit 1; \
  354. fi; \
  355. done
  356. list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  357. if test "$$subdir" = .; then :; else \
  358. test -d "$(distdir)/$$subdir" \
  359. || $(MKDIR_P) "$(distdir)/$$subdir" \
  360. || exit 1; \
  361. distdir=`$(am__cd) $(distdir) && pwd`; \
  362. top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  363. (cd $$subdir && \
  364. $(MAKE) $(AM_MAKEFLAGS) \
  365. top_distdir="$$top_distdir" \
  366. distdir="$$distdir/$$subdir" \
  367. am__remove_distdir=: \
  368. am__skip_length_check=: \
  369. distdir) \
  370. || exit 1; \
  371. fi; \
  372. done
  373. check-am: all-am
  374. check: check-recursive
  375. all-am: Makefile
  376. installdirs: installdirs-recursive
  377. installdirs-am:
  378. install: install-recursive
  379. install-exec: install-exec-recursive
  380. install-data: install-data-recursive
  381. uninstall: uninstall-recursive
  382. install-am: all-am
  383. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  384. installcheck: installcheck-recursive
  385. install-strip:
  386. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  387. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  388. `test -z '$(STRIP)' || \
  389. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  390. mostlyclean-generic:
  391. clean-generic:
  392. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  393. distclean-generic:
  394. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  395. maintainer-clean-generic:
  396. @echo "This command is intended for maintainers to use"
  397. @echo "it deletes files that may require special tools to rebuild."
  398. clean: clean-recursive
  399. clean-am: clean-generic mostlyclean-am
  400. distclean: distclean-recursive
  401. -rm -f Makefile
  402. distclean-am: clean-am distclean-generic distclean-tags
  403. dvi: dvi-recursive
  404. dvi-am:
  405. html: html-recursive
  406. info: info-recursive
  407. info-am:
  408. install-data-am:
  409. @$(NORMAL_INSTALL)
  410. $(MAKE) $(AM_MAKEFLAGS) install-data-hook
  411. install-dvi: install-dvi-recursive
  412. install-exec-am:
  413. install-html: install-html-recursive
  414. install-info: install-info-recursive
  415. install-man:
  416. install-pdf: install-pdf-recursive
  417. install-ps: install-ps-recursive
  418. installcheck-am:
  419. maintainer-clean: maintainer-clean-recursive
  420. -rm -f Makefile
  421. maintainer-clean-am: distclean-am maintainer-clean-generic \
  422. maintainer-clean-local
  423. mostlyclean: mostlyclean-recursive
  424. mostlyclean-am: mostlyclean-generic
  425. pdf: pdf-recursive
  426. pdf-am:
  427. ps: ps-recursive
  428. ps-am:
  429. uninstall-am:
  430. @$(NORMAL_INSTALL)
  431. $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
  432. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
  433. install-data-am install-strip uninstall-am
  434. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  435. all all-am check check-am clean clean-generic ctags \
  436. ctags-recursive distclean distclean-generic distclean-tags \
  437. distdir dvi dvi-am html html-am info info-am install \
  438. install-am install-data install-data-am install-data-hook \
  439. install-dvi install-dvi-am install-exec install-exec-am \
  440. install-html install-html-am install-info install-info-am \
  441. install-man install-pdf install-pdf-am install-ps \
  442. install-ps-am install-strip installcheck installcheck-am \
  443. installdirs installdirs-am maintainer-clean \
  444. maintainer-clean-generic maintainer-clean-local mostlyclean \
  445. mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
  446. uninstall uninstall-am uninstall-hook
  447. .tmpl:
  448. sed \
  449. -e s@:ETCDIR:@${sysconfdir}@ \
  450. <$< >$@
  451. maintainer-clean-local:
  452. rm -f Makefile Makefile.in
  453. all: $(generated_docs)
  454. install-data-hook: $(static_docs) $(toplevel_docs) $(generated_docs)
  455. $(mkinstalldirs) $(DESTDIR)$(sysconfdir)
  456. if [ ! -f $(DESTDIR)$(sysconfdir)/ngircd.conf ]; then \
  457. $(INSTALL) -m 600 -c sample-ngircd.conf $(DESTDIR)$(sysconfdir)/ngircd.conf; \
  458. fi
  459. $(mkinstalldirs) $(DESTDIR)$(docdir)
  460. for f in $(static_docs) $(toplevel_docs); do \
  461. $(INSTALL) -m 644 -c $(srcdir)/$$f $(DESTDIR)$(docdir)/; \
  462. done
  463. for f in $(generated_docs); do \
  464. $(INSTALL) -m 644 -c $$f $(DESTDIR)$(docdir)/; \
  465. done
  466. uninstall-hook:
  467. rm -rf $(DESTDIR)$(docdir)
  468. srcdoc:
  469. make -C src srcdoc
  470. # -eof-
  471. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  472. # Otherwise a system limit (for SysV at least) may be exceeded.
  473. .NOEXPORT: