Makefile.in 18 KB

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