Makefile.in 15 KB

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