Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650
  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-2008 Alexander Barton <alex@barton.de>
  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 = contrib/MacOSX
  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. SUBDIRS = ngIRCd.xcodeproj ngIRCd.pmdoc
  294. EXTRA_DIST = de.barton.ngircd.plist.tmpl config.h preinstall.sh postinstall.sh
  295. SUFFIXES = .tmpl .
  296. all: all-recursive
  297. .SUFFIXES:
  298. .SUFFIXES: .tmpl .
  299. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  300. @for dep in $?; do \
  301. case '$(am__configure_deps)' in \
  302. *$$dep*) \
  303. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  304. && { if test -f $@; then exit 0; else break; fi; }; \
  305. exit 1;; \
  306. esac; \
  307. done; \
  308. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/MacOSX/Makefile'; \
  309. $(am__cd) $(top_srcdir) && \
  310. $(AUTOMAKE) --foreign contrib/MacOSX/Makefile
  311. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  312. @case '$?' in \
  313. *config.status*) \
  314. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  315. *) \
  316. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  317. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  318. esac;
  319. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  320. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  321. $(top_srcdir)/configure: $(am__configure_deps)
  322. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  323. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  324. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  325. $(am__aclocal_m4_deps):
  326. # This directory's subdirectories are mostly independent; you can cd
  327. # into them and run 'make' without going through this Makefile.
  328. # To change the values of 'make' variables: instead of editing Makefiles,
  329. # (1) if the variable is set in 'config.status', edit 'config.status'
  330. # (which will cause the Makefiles to be regenerated when you run 'make');
  331. # (2) otherwise, pass the desired values on the 'make' command line.
  332. $(am__recursive_targets):
  333. @fail=; \
  334. if $(am__make_keepgoing); then \
  335. failcom='fail=yes'; \
  336. else \
  337. failcom='exit 1'; \
  338. fi; \
  339. dot_seen=no; \
  340. target=`echo $@ | sed s/-recursive//`; \
  341. case "$@" in \
  342. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  343. *) list='$(SUBDIRS)' ;; \
  344. esac; \
  345. for subdir in $$list; do \
  346. echo "Making $$target in $$subdir"; \
  347. if test "$$subdir" = "."; then \
  348. dot_seen=yes; \
  349. local_target="$$target-am"; \
  350. else \
  351. local_target="$$target"; \
  352. fi; \
  353. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  354. || eval $$failcom; \
  355. done; \
  356. if test "$$dot_seen" = "no"; then \
  357. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  358. fi; test -z "$$fail"
  359. ID: $(am__tagged_files)
  360. $(am__define_uniq_tagged_files); mkid -fID $$unique
  361. tags: tags-recursive
  362. TAGS: tags
  363. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  364. set x; \
  365. here=`pwd`; \
  366. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  367. include_option=--etags-include; \
  368. empty_fix=.; \
  369. else \
  370. include_option=--include; \
  371. empty_fix=; \
  372. fi; \
  373. list='$(SUBDIRS)'; for subdir in $$list; do \
  374. if test "$$subdir" = .; then :; else \
  375. test ! -f $$subdir/TAGS || \
  376. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  377. fi; \
  378. done; \
  379. $(am__define_uniq_tagged_files); \
  380. shift; \
  381. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  382. test -n "$$unique" || unique=$$empty_fix; \
  383. if test $$# -gt 0; then \
  384. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  385. "$$@" $$unique; \
  386. else \
  387. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  388. $$unique; \
  389. fi; \
  390. fi
  391. ctags: ctags-recursive
  392. CTAGS: ctags
  393. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  394. $(am__define_uniq_tagged_files); \
  395. test -z "$(CTAGS_ARGS)$$unique" \
  396. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  397. $$unique
  398. GTAGS:
  399. here=`$(am__cd) $(top_builddir) && pwd` \
  400. && $(am__cd) $(top_srcdir) \
  401. && gtags -i $(GTAGS_ARGS) "$$here"
  402. cscopelist: cscopelist-recursive
  403. cscopelist-am: $(am__tagged_files)
  404. list='$(am__tagged_files)'; \
  405. case "$(srcdir)" in \
  406. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  407. *) sdir=$(subdir)/$(srcdir) ;; \
  408. esac; \
  409. for i in $$list; do \
  410. if test -f "$$i"; then \
  411. echo "$(subdir)/$$i"; \
  412. else \
  413. echo "$$sdir/$$i"; \
  414. fi; \
  415. done >> $(top_builddir)/cscope.files
  416. distclean-tags:
  417. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  418. distdir: $(BUILT_SOURCES)
  419. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  420. distdir-am: $(DISTFILES)
  421. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  422. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  423. list='$(DISTFILES)'; \
  424. dist_files=`for file in $$list; do echo $$file; done | \
  425. sed -e "s|^$$srcdirstrip/||;t" \
  426. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  427. case $$dist_files in \
  428. */*) $(MKDIR_P) `echo "$$dist_files" | \
  429. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  430. sort -u` ;; \
  431. esac; \
  432. for file in $$dist_files; do \
  433. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  434. if test -d $$d/$$file; then \
  435. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  436. if test -d "$(distdir)/$$file"; then \
  437. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  438. fi; \
  439. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  440. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  441. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  442. fi; \
  443. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  444. else \
  445. test -f "$(distdir)/$$file" \
  446. || cp -p $$d/$$file "$(distdir)/$$file" \
  447. || exit 1; \
  448. fi; \
  449. done
  450. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  451. if test "$$subdir" = .; then :; else \
  452. $(am__make_dryrun) \
  453. || test -d "$(distdir)/$$subdir" \
  454. || $(MKDIR_P) "$(distdir)/$$subdir" \
  455. || exit 1; \
  456. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  457. $(am__relativize); \
  458. new_distdir=$$reldir; \
  459. dir1=$$subdir; dir2="$(top_distdir)"; \
  460. $(am__relativize); \
  461. new_top_distdir=$$reldir; \
  462. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  463. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  464. ($(am__cd) $$subdir && \
  465. $(MAKE) $(AM_MAKEFLAGS) \
  466. top_distdir="$$new_top_distdir" \
  467. distdir="$$new_distdir" \
  468. am__remove_distdir=: \
  469. am__skip_length_check=: \
  470. am__skip_mode_fix=: \
  471. distdir) \
  472. || exit 1; \
  473. fi; \
  474. done
  475. check-am: all-am
  476. check: check-recursive
  477. all-am: Makefile
  478. installdirs: installdirs-recursive
  479. installdirs-am:
  480. install: install-recursive
  481. install-exec: install-exec-recursive
  482. install-data: install-data-recursive
  483. uninstall: uninstall-recursive
  484. install-am: all-am
  485. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  486. installcheck: installcheck-recursive
  487. install-strip:
  488. if test -z '$(STRIP)'; then \
  489. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  490. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  491. install; \
  492. else \
  493. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  494. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  495. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  496. fi
  497. mostlyclean-generic:
  498. clean-generic:
  499. distclean-generic:
  500. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  501. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  502. maintainer-clean-generic:
  503. @echo "This command is intended for maintainers to use"
  504. @echo "it deletes files that may require special tools to rebuild."
  505. clean: clean-recursive
  506. clean-am: clean-generic clean-local mostlyclean-am
  507. distclean: distclean-recursive
  508. -rm -f Makefile
  509. distclean-am: clean-am distclean-generic distclean-tags
  510. dvi: dvi-recursive
  511. dvi-am:
  512. html: html-recursive
  513. html-am:
  514. info: info-recursive
  515. info-am:
  516. install-data-am: install-data-local
  517. install-dvi: install-dvi-recursive
  518. install-dvi-am:
  519. install-exec-am:
  520. install-html: install-html-recursive
  521. install-html-am:
  522. install-info: install-info-recursive
  523. install-info-am:
  524. install-man:
  525. install-pdf: install-pdf-recursive
  526. install-pdf-am:
  527. install-ps: install-ps-recursive
  528. install-ps-am:
  529. installcheck-am:
  530. maintainer-clean: maintainer-clean-recursive
  531. -rm -f Makefile
  532. maintainer-clean-am: distclean-am maintainer-clean-generic \
  533. maintainer-clean-local
  534. mostlyclean: mostlyclean-recursive
  535. mostlyclean-am: mostlyclean-generic
  536. pdf: pdf-recursive
  537. pdf-am:
  538. ps: ps-recursive
  539. ps-am:
  540. uninstall-am:
  541. .MAKE: $(am__recursive_targets) install-am install-strip
  542. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  543. check-am clean clean-generic clean-local cscopelist-am ctags \
  544. ctags-am distclean distclean-generic distclean-tags distdir \
  545. dvi dvi-am html html-am info info-am install install-am \
  546. install-data install-data-am install-data-local install-dvi \
  547. install-dvi-am install-exec install-exec-am install-html \
  548. install-html-am install-info install-info-am install-man \
  549. install-pdf install-pdf-am install-ps install-ps-am \
  550. install-strip installcheck installcheck-am installdirs \
  551. installdirs-am maintainer-clean maintainer-clean-generic \
  552. maintainer-clean-local mostlyclean mostlyclean-generic pdf \
  553. pdf-am ps ps-am tags tags-am uninstall uninstall-am
  554. .PRECIOUS: Makefile
  555. .tmpl:
  556. sed \
  557. -e s@:SBINDIR:@${sbindir}@ \
  558. <$< >$@
  559. install-data-local:
  560. [ `uname -s` != "Darwin" ] || make install-sys-darwin
  561. install-sys-darwin:
  562. @if [ `id -u` -eq 0 ]; then \
  563. make install-sys-darwin-root; \
  564. else \
  565. echo; \
  566. echo " ** NOTE: Not installing with root privileges, so the LaunchDaemon script"; \
  567. echo " ** \"/Library/LaunchDaemons/de.barton.ngircd.plist\" can't be installed/updated!"; \
  568. echo; \
  569. fi
  570. install-sys-darwin-root: de.barton.ngircd.plist
  571. install -d -m 755 -o root -g wheel $(DESTDIR)/Library/LaunchDaemons
  572. install -c -m 644 -b -o root -g wheel de.barton.ngircd.plist \
  573. $(DESTDIR)/Library/LaunchDaemons/de.barton.ngircd.plist
  574. @echo
  575. @echo " ** \"/Library/LaunchDaemons/de.barton.ngircd.plist\" has been installed,"
  576. @echo " ** but is disabled. Use launchctl(8) to enable/run ngIRCd on Darwin/Mac OS X."
  577. @echo
  578. clean-local:
  579. rm -rf build
  580. rm -f de.barton.ngircd.plist
  581. maintainer-clean-local:
  582. rm -f Makefile Makefile.in
  583. # -eof-
  584. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  585. # Otherwise a system limit (for SysV at least) may be exceeded.
  586. .NOEXPORT: