Makefile.in 18 KB

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