Makefile.in 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518
  1. # Makefile.in generated by automake 1.10.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. #
  14. # ngIRCd -- The Next Generation IRC Daemon
  15. # Copyright (c)2001-2008 Alexander Barton <alex@barton.de>
  16. #
  17. # This program is free software; you can redistribute it and/or modify
  18. # it under the terms of the GNU General Public License as published by
  19. # the Free Software Foundation; either version 2 of the License, or
  20. # (at your option) any later version.
  21. # Please read the file COPYING, README and AUTHORS for more information.
  22. #
  23. VPATH = @srcdir@
  24. pkgdatadir = $(datadir)/@PACKAGE@
  25. pkglibdir = $(libdir)/@PACKAGE@
  26. pkgincludedir = $(includedir)/@PACKAGE@
  27. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  28. install_sh_DATA = $(install_sh) -c -m 644
  29. install_sh_PROGRAM = $(install_sh) -c
  30. install_sh_SCRIPT = $(install_sh) -c
  31. INSTALL_HEADER = $(INSTALL_DATA)
  32. transform = $(program_transform_name)
  33. NORMAL_INSTALL = :
  34. PRE_INSTALL = :
  35. POST_INSTALL = :
  36. NORMAL_UNINSTALL = :
  37. PRE_UNINSTALL = :
  38. POST_UNINSTALL = :
  39. build_triplet = @build@
  40. host_triplet = @host@
  41. target_triplet = @target@
  42. subdir = contrib/MacOSX
  43. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  44. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  45. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  46. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  47. $(ACLOCAL_M4)
  48. mkinstalldirs = $(install_sh) -d
  49. CONFIG_HEADER = $(top_builddir)/src/config.h
  50. CONFIG_CLEAN_FILES =
  51. SOURCES =
  52. DIST_SOURCES =
  53. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  54. html-recursive info-recursive install-data-recursive \
  55. install-dvi-recursive install-exec-recursive \
  56. install-html-recursive install-info-recursive \
  57. install-pdf-recursive install-ps-recursive install-recursive \
  58. installcheck-recursive installdirs-recursive pdf-recursive \
  59. ps-recursive uninstall-recursive
  60. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  61. distclean-recursive maintainer-clean-recursive
  62. ETAGS = etags
  63. CTAGS = ctags
  64. DIST_SUBDIRS = $(SUBDIRS)
  65. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  66. ACLOCAL = @ACLOCAL@
  67. AMTAR = @AMTAR@
  68. AUTOCONF = @AUTOCONF@
  69. AUTOHEADER = @AUTOHEADER@
  70. AUTOMAKE = @AUTOMAKE@
  71. AWK = @AWK@
  72. CC = @CC@
  73. CCDEPMODE = @CCDEPMODE@
  74. CFLAGS = @CFLAGS@
  75. CPP = @CPP@
  76. CPPFLAGS = @CPPFLAGS@
  77. CYGPATH_W = @CYGPATH_W@
  78. DEFS = @DEFS@
  79. DEPDIR = @DEPDIR@
  80. ECHO_C = @ECHO_C@
  81. ECHO_N = @ECHO_N@
  82. ECHO_T = @ECHO_T@
  83. EGREP = @EGREP@
  84. EXEEXT = @EXEEXT@
  85. GREP = @GREP@
  86. INSTALL = @INSTALL@
  87. INSTALL_DATA = @INSTALL_DATA@
  88. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  89. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  90. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  91. LDFLAGS = @LDFLAGS@
  92. LIBOBJS = @LIBOBJS@
  93. LIBS = @LIBS@
  94. LN_S = @LN_S@
  95. LTLIBOBJS = @LTLIBOBJS@
  96. MAKEINFO = @MAKEINFO@
  97. MKDIR_P = @MKDIR_P@
  98. OBJEXT = @OBJEXT@
  99. PACKAGE = @PACKAGE@
  100. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  101. PACKAGE_NAME = @PACKAGE_NAME@
  102. PACKAGE_STRING = @PACKAGE_STRING@
  103. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  104. PACKAGE_VERSION = @PACKAGE_VERSION@
  105. PATH_SEPARATOR = @PATH_SEPARATOR@
  106. RANLIB = @RANLIB@
  107. SET_MAKE = @SET_MAKE@
  108. SHELL = @SHELL@
  109. STRIP = @STRIP@
  110. U = @U@
  111. VERSION = @VERSION@
  112. abs_builddir = @abs_builddir@
  113. abs_srcdir = @abs_srcdir@
  114. abs_top_builddir = @abs_top_builddir@
  115. abs_top_srcdir = @abs_top_srcdir@
  116. ac_ct_CC = @ac_ct_CC@
  117. am__include = @am__include@
  118. am__leading_dot = @am__leading_dot@
  119. am__quote = @am__quote@
  120. am__tar = @am__tar@
  121. am__untar = @am__untar@
  122. bindir = @bindir@
  123. build = @build@
  124. build_alias = @build_alias@
  125. build_cpu = @build_cpu@
  126. build_os = @build_os@
  127. build_vendor = @build_vendor@
  128. builddir = @builddir@
  129. datadir = @datadir@
  130. datarootdir = @datarootdir@
  131. docdir = @docdir@
  132. dvidir = @dvidir@
  133. exec_prefix = @exec_prefix@
  134. host = @host@
  135. host_alias = @host_alias@
  136. host_cpu = @host_cpu@
  137. host_os = @host_os@
  138. host_vendor = @host_vendor@
  139. htmldir = @htmldir@
  140. includedir = @includedir@
  141. infodir = @infodir@
  142. install_sh = @install_sh@
  143. libdir = @libdir@
  144. libexecdir = @libexecdir@
  145. localedir = @localedir@
  146. localstatedir = @localstatedir@
  147. mandir = @mandir@
  148. mkdir_p = @mkdir_p@
  149. oldincludedir = @oldincludedir@
  150. pdfdir = @pdfdir@
  151. prefix = @prefix@
  152. program_transform_name = @program_transform_name@
  153. psdir = @psdir@
  154. sbindir = @sbindir@
  155. sharedstatedir = @sharedstatedir@
  156. srcdir = @srcdir@
  157. sysconfdir = @sysconfdir@
  158. target = @target@
  159. target_alias = @target_alias@
  160. target_cpu = @target_cpu@
  161. target_os = @target_os@
  162. target_vendor = @target_vendor@
  163. top_builddir = @top_builddir@
  164. top_srcdir = @top_srcdir@
  165. SUBDIRS = ngIRCd.xcodeproj ngIRCd.pmdoc
  166. EXTRA_DIST = de.barton.ngircd.plist.tmpl config.h preinstall.sh postinstall.sh
  167. SUFFIXES = .tmpl .
  168. all: all-recursive
  169. .SUFFIXES:
  170. .SUFFIXES: .tmpl .
  171. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  172. @for dep in $?; do \
  173. case '$(am__configure_deps)' in \
  174. *$$dep*) \
  175. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  176. && exit 0; \
  177. exit 1;; \
  178. esac; \
  179. done; \
  180. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu contrib/MacOSX/Makefile'; \
  181. cd $(top_srcdir) && \
  182. $(AUTOMAKE) --gnu contrib/MacOSX/Makefile
  183. .PRECIOUS: Makefile
  184. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  185. @case '$?' in \
  186. *config.status*) \
  187. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  188. *) \
  189. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  190. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  191. esac;
  192. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  193. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  194. $(top_srcdir)/configure: $(am__configure_deps)
  195. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  196. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  197. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  198. # This directory's subdirectories are mostly independent; you can cd
  199. # into them and run `make' without going through this Makefile.
  200. # To change the values of `make' variables: instead of editing Makefiles,
  201. # (1) if the variable is set in `config.status', edit `config.status'
  202. # (which will cause the Makefiles to be regenerated when you run `make');
  203. # (2) otherwise, pass the desired values on the `make' command line.
  204. $(RECURSIVE_TARGETS):
  205. @failcom='exit 1'; \
  206. for f in x $$MAKEFLAGS; do \
  207. case $$f in \
  208. *=* | --[!k]*);; \
  209. *k*) failcom='fail=yes';; \
  210. esac; \
  211. done; \
  212. dot_seen=no; \
  213. target=`echo $@ | sed s/-recursive//`; \
  214. list='$(SUBDIRS)'; for subdir in $$list; do \
  215. echo "Making $$target in $$subdir"; \
  216. if test "$$subdir" = "."; then \
  217. dot_seen=yes; \
  218. local_target="$$target-am"; \
  219. else \
  220. local_target="$$target"; \
  221. fi; \
  222. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  223. || eval $$failcom; \
  224. done; \
  225. if test "$$dot_seen" = "no"; then \
  226. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  227. fi; test -z "$$fail"
  228. $(RECURSIVE_CLEAN_TARGETS):
  229. @failcom='exit 1'; \
  230. for f in x $$MAKEFLAGS; do \
  231. case $$f in \
  232. *=* | --[!k]*);; \
  233. *k*) failcom='fail=yes';; \
  234. esac; \
  235. done; \
  236. dot_seen=no; \
  237. case "$@" in \
  238. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  239. *) list='$(SUBDIRS)' ;; \
  240. esac; \
  241. rev=''; for subdir in $$list; do \
  242. if test "$$subdir" = "."; then :; else \
  243. rev="$$subdir $$rev"; \
  244. fi; \
  245. done; \
  246. rev="$$rev ."; \
  247. target=`echo $@ | sed s/-recursive//`; \
  248. for subdir in $$rev; do \
  249. echo "Making $$target in $$subdir"; \
  250. if test "$$subdir" = "."; then \
  251. local_target="$$target-am"; \
  252. else \
  253. local_target="$$target"; \
  254. fi; \
  255. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  256. || eval $$failcom; \
  257. done && test -z "$$fail"
  258. tags-recursive:
  259. list='$(SUBDIRS)'; for subdir in $$list; do \
  260. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  261. done
  262. ctags-recursive:
  263. list='$(SUBDIRS)'; for subdir in $$list; do \
  264. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  265. done
  266. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  267. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  268. unique=`for i in $$list; do \
  269. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  270. done | \
  271. $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
  272. END { if (nonempty) { for (i in files) print i; }; }'`; \
  273. mkid -fID $$unique
  274. tags: TAGS
  275. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  276. $(TAGS_FILES) $(LISP)
  277. tags=; \
  278. here=`pwd`; \
  279. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  280. include_option=--etags-include; \
  281. empty_fix=.; \
  282. else \
  283. include_option=--include; \
  284. empty_fix=; \
  285. fi; \
  286. list='$(SUBDIRS)'; for subdir in $$list; do \
  287. if test "$$subdir" = .; then :; else \
  288. test ! -f $$subdir/TAGS || \
  289. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  290. fi; \
  291. done; \
  292. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  293. unique=`for i in $$list; do \
  294. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  295. done | \
  296. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  297. END { if (nonempty) { for (i in files) print i; }; }'`; \
  298. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  299. test -n "$$unique" || unique=$$empty_fix; \
  300. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  301. $$tags $$unique; \
  302. fi
  303. ctags: CTAGS
  304. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  305. $(TAGS_FILES) $(LISP)
  306. tags=; \
  307. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  308. unique=`for i in $$list; do \
  309. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  310. done | \
  311. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  312. END { if (nonempty) { for (i in files) print i; }; }'`; \
  313. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  314. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  315. $$tags $$unique
  316. GTAGS:
  317. here=`$(am__cd) $(top_builddir) && pwd` \
  318. && cd $(top_srcdir) \
  319. && gtags -i $(GTAGS_ARGS) $$here
  320. distclean-tags:
  321. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  322. distdir: $(DISTFILES)
  323. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  324. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  325. list='$(DISTFILES)'; \
  326. dist_files=`for file in $$list; do echo $$file; done | \
  327. sed -e "s|^$$srcdirstrip/||;t" \
  328. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  329. case $$dist_files in \
  330. */*) $(MKDIR_P) `echo "$$dist_files" | \
  331. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  332. sort -u` ;; \
  333. esac; \
  334. for file in $$dist_files; do \
  335. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  336. if test -d $$d/$$file; then \
  337. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  338. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  339. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  340. fi; \
  341. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  342. else \
  343. test -f $(distdir)/$$file \
  344. || cp -p $$d/$$file $(distdir)/$$file \
  345. || exit 1; \
  346. fi; \
  347. done
  348. list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  349. if test "$$subdir" = .; then :; else \
  350. test -d "$(distdir)/$$subdir" \
  351. || $(MKDIR_P) "$(distdir)/$$subdir" \
  352. || exit 1; \
  353. distdir=`$(am__cd) $(distdir) && pwd`; \
  354. top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  355. (cd $$subdir && \
  356. $(MAKE) $(AM_MAKEFLAGS) \
  357. top_distdir="$$top_distdir" \
  358. distdir="$$distdir/$$subdir" \
  359. am__remove_distdir=: \
  360. am__skip_length_check=: \
  361. distdir) \
  362. || exit 1; \
  363. fi; \
  364. done
  365. check-am: all-am
  366. check: check-recursive
  367. all-am: Makefile
  368. installdirs: installdirs-recursive
  369. installdirs-am:
  370. install: install-recursive
  371. install-exec: install-exec-recursive
  372. install-data: install-data-recursive
  373. uninstall: uninstall-recursive
  374. install-am: all-am
  375. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  376. installcheck: installcheck-recursive
  377. install-strip:
  378. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  379. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  380. `test -z '$(STRIP)' || \
  381. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  382. mostlyclean-generic:
  383. clean-generic:
  384. distclean-generic:
  385. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  386. maintainer-clean-generic:
  387. @echo "This command is intended for maintainers to use"
  388. @echo "it deletes files that may require special tools to rebuild."
  389. clean: clean-recursive
  390. clean-am: clean-generic clean-local mostlyclean-am
  391. distclean: distclean-recursive
  392. -rm -f Makefile
  393. distclean-am: clean-am distclean-generic distclean-tags
  394. dvi: dvi-recursive
  395. dvi-am:
  396. html: html-recursive
  397. info: info-recursive
  398. info-am:
  399. install-data-am: install-data-local
  400. install-dvi: install-dvi-recursive
  401. install-exec-am:
  402. install-html: install-html-recursive
  403. install-info: install-info-recursive
  404. install-man:
  405. install-pdf: install-pdf-recursive
  406. install-ps: install-ps-recursive
  407. installcheck-am:
  408. maintainer-clean: maintainer-clean-recursive
  409. -rm -f Makefile
  410. maintainer-clean-am: distclean-am maintainer-clean-generic \
  411. maintainer-clean-local
  412. mostlyclean: mostlyclean-recursive
  413. mostlyclean-am: mostlyclean-generic
  414. pdf: pdf-recursive
  415. pdf-am:
  416. ps: ps-recursive
  417. ps-am:
  418. uninstall-am:
  419. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
  420. install-strip
  421. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  422. all all-am check check-am clean clean-generic clean-local \
  423. ctags ctags-recursive distclean distclean-generic \
  424. distclean-tags distdir dvi dvi-am html html-am info info-am \
  425. install install-am install-data install-data-am \
  426. install-data-local install-dvi install-dvi-am install-exec \
  427. install-exec-am install-html install-html-am install-info \
  428. install-info-am install-man install-pdf install-pdf-am \
  429. install-ps install-ps-am install-strip installcheck \
  430. installcheck-am installdirs installdirs-am maintainer-clean \
  431. maintainer-clean-generic maintainer-clean-local mostlyclean \
  432. mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
  433. uninstall uninstall-am
  434. .tmpl:
  435. sed \
  436. -e s@:SBINDIR:@${sbindir}@ \
  437. <$< >$@
  438. install-data-local:
  439. [ `uname -s` != "Darwin" ] || make install-sys-darwin
  440. install-sys-darwin:
  441. @if [ `id -u` -eq 0 ]; then \
  442. make install-sys-darwin-root; \
  443. else \
  444. echo; \
  445. echo " ** NOTE: Not installing with root privileges, so the LaunchDaemon script"; \
  446. echo " ** \"/Library/LaunchDaemons/de.barton.ngircd.plist\" can't be installed/updated!"; \
  447. echo; \
  448. fi
  449. install-sys-darwin-root: de.barton.ngircd.plist
  450. install -d -m 755 -o root -g wheel $(DESTDIR)/Library/LaunchDaemons
  451. install -c -m 644 -b -o root -g wheel de.barton.ngircd.plist \
  452. $(DESTDIR)/Library/LaunchDaemons/de.barton.ngircd.plist
  453. @echo
  454. @echo " ** \"/Library/LaunchDaemons/de.barton.ngircd.plist\" has been installed,"
  455. @echo " ** but is disabled. Use launchctl(8) to enable/run ngIRCd on Darwin/Mac OS X."
  456. @echo
  457. clean-local:
  458. rm -rf build
  459. rm -f de.barton.ngircd.plist
  460. maintainer-clean-local:
  461. rm -f Makefile Makefile.in
  462. # -eof-
  463. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  464. # Otherwise a system limit (for SysV at least) may be exceeded.
  465. .NOEXPORT: