Makefile.in 19 KB

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