Makefile.in 18 KB

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