Makefile.in 19 KB

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