Makefile.in 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519
  1. # Makefile.in generated by automake 1.10 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006 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; } \
  272. END { 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; } \
  297. END { 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. here=`pwd`; \
  308. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  309. unique=`for i in $$list; do \
  310. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  311. done | \
  312. $(AWK) ' { files[$$0] = 1; } \
  313. END { for (i in files) print i; }'`; \
  314. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  315. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  316. $$tags $$unique
  317. GTAGS:
  318. here=`$(am__cd) $(top_builddir) && pwd` \
  319. && cd $(top_srcdir) \
  320. && gtags -i $(GTAGS_ARGS) $$here
  321. distclean-tags:
  322. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  323. distdir: $(DISTFILES)
  324. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  325. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  326. list='$(DISTFILES)'; \
  327. dist_files=`for file in $$list; do echo $$file; done | \
  328. sed -e "s|^$$srcdirstrip/||;t" \
  329. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  330. case $$dist_files in \
  331. */*) $(MKDIR_P) `echo "$$dist_files" | \
  332. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  333. sort -u` ;; \
  334. esac; \
  335. for file in $$dist_files; do \
  336. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  337. if test -d $$d/$$file; then \
  338. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  339. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  340. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  341. fi; \
  342. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  343. else \
  344. test -f $(distdir)/$$file \
  345. || cp -p $$d/$$file $(distdir)/$$file \
  346. || exit 1; \
  347. fi; \
  348. done
  349. list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  350. if test "$$subdir" = .; then :; else \
  351. test -d "$(distdir)/$$subdir" \
  352. || $(MKDIR_P) "$(distdir)/$$subdir" \
  353. || exit 1; \
  354. distdir=`$(am__cd) $(distdir) && pwd`; \
  355. top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  356. (cd $$subdir && \
  357. $(MAKE) $(AM_MAKEFLAGS) \
  358. top_distdir="$$top_distdir" \
  359. distdir="$$distdir/$$subdir" \
  360. am__remove_distdir=: \
  361. am__skip_length_check=: \
  362. distdir) \
  363. || exit 1; \
  364. fi; \
  365. done
  366. check-am: all-am
  367. check: check-recursive
  368. all-am: Makefile
  369. installdirs: installdirs-recursive
  370. installdirs-am:
  371. install: install-recursive
  372. install-exec: install-exec-recursive
  373. install-data: install-data-recursive
  374. uninstall: uninstall-recursive
  375. install-am: all-am
  376. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  377. installcheck: installcheck-recursive
  378. install-strip:
  379. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  380. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  381. `test -z '$(STRIP)' || \
  382. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  383. mostlyclean-generic:
  384. clean-generic:
  385. distclean-generic:
  386. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  387. maintainer-clean-generic:
  388. @echo "This command is intended for maintainers to use"
  389. @echo "it deletes files that may require special tools to rebuild."
  390. clean: clean-recursive
  391. clean-am: clean-generic clean-local mostlyclean-am
  392. distclean: distclean-recursive
  393. -rm -f Makefile
  394. distclean-am: clean-am distclean-generic distclean-tags
  395. dvi: dvi-recursive
  396. dvi-am:
  397. html: html-recursive
  398. info: info-recursive
  399. info-am:
  400. install-data-am: install-data-local
  401. install-dvi: install-dvi-recursive
  402. install-exec-am:
  403. install-html: install-html-recursive
  404. install-info: install-info-recursive
  405. install-man:
  406. install-pdf: install-pdf-recursive
  407. install-ps: install-ps-recursive
  408. installcheck-am:
  409. maintainer-clean: maintainer-clean-recursive
  410. -rm -f Makefile
  411. maintainer-clean-am: distclean-am maintainer-clean-generic \
  412. maintainer-clean-local
  413. mostlyclean: mostlyclean-recursive
  414. mostlyclean-am: mostlyclean-generic
  415. pdf: pdf-recursive
  416. pdf-am:
  417. ps: ps-recursive
  418. ps-am:
  419. uninstall-am:
  420. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
  421. install-strip
  422. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  423. all all-am check check-am clean clean-generic clean-local \
  424. ctags ctags-recursive distclean distclean-generic \
  425. distclean-tags distdir dvi dvi-am html html-am info info-am \
  426. install install-am install-data install-data-am \
  427. install-data-local install-dvi install-dvi-am install-exec \
  428. install-exec-am install-html install-html-am install-info \
  429. install-info-am install-man install-pdf install-pdf-am \
  430. install-ps install-ps-am install-strip installcheck \
  431. installcheck-am installdirs installdirs-am maintainer-clean \
  432. maintainer-clean-generic maintainer-clean-local mostlyclean \
  433. mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
  434. uninstall uninstall-am
  435. .tmpl:
  436. sed \
  437. -e s@:SBINDIR:@${sbindir}@ \
  438. <$< >$@
  439. install-data-local:
  440. [ `uname -s` != "Darwin" ] || make install-sys-darwin
  441. install-sys-darwin:
  442. @if [ `id -u` -eq 0 ]; then \
  443. make install-sys-darwin-root; \
  444. else \
  445. echo; \
  446. echo " ** NOTE: Not installing with root privileges, so the LaunchDaemon script"; \
  447. echo " ** \"/Library/LaunchDaemons/de.barton.ngircd.plist\" can't be installed/updated!"; \
  448. echo; \
  449. fi
  450. install-sys-darwin-root: de.barton.ngircd.plist
  451. install -d -m 755 -o root -g wheel $(DESTDIR)/Library/LaunchDaemons
  452. install -c -m 644 -b -o root -g wheel de.barton.ngircd.plist \
  453. $(DESTDIR)/Library/LaunchDaemons/de.barton.ngircd.plist
  454. @echo
  455. @echo " ** \"/Library/LaunchDaemons/de.barton.ngircd.plist\" has been installed,"
  456. @echo " ** but is disabled. Use launchctl(8) to enable/run ngIRCd on Darwin/Mac OS X."
  457. @echo
  458. clean-local:
  459. rm -rf build
  460. rm -f de.barton.ngircd.plist
  461. maintainer-clean-local:
  462. rm -f Makefile Makefile.in
  463. # -eof-
  464. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  465. # Otherwise a system limit (for SysV at least) may be exceeded.
  466. .NOEXPORT: