The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

760 lines
23 KiB

4 weeks ago
  1. # Makefile.in generated by automake 1.12.5 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2012 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. VPATH = @srcdir@
  13. am__make_dryrun = \
  14. { \
  15. am__dry=no; \
  16. case $$MAKEFLAGS in \
  17. *\\[\ \ ]*) \
  18. echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
  19. | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  20. *) \
  21. for am__flg in $$MAKEFLAGS; do \
  22. case $$am__flg in \
  23. *=*|--*) ;; \
  24. *n*) am__dry=yes; break;; \
  25. esac; \
  26. done;; \
  27. esac; \
  28. test $$am__dry = yes; \
  29. }
  30. pkgdatadir = $(datadir)/@PACKAGE@
  31. pkgincludedir = $(includedir)/@PACKAGE@
  32. pkglibdir = $(libdir)/@PACKAGE@
  33. pkglibexecdir = $(libexecdir)/@PACKAGE@
  34. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  35. install_sh_DATA = $(install_sh) -c -m 644
  36. install_sh_PROGRAM = $(install_sh) -c
  37. install_sh_SCRIPT = $(install_sh) -c
  38. INSTALL_HEADER = $(INSTALL_DATA)
  39. transform = $(program_transform_name)
  40. NORMAL_INSTALL = :
  41. PRE_INSTALL = :
  42. POST_INSTALL = :
  43. NORMAL_UNINSTALL = :
  44. PRE_UNINSTALL = :
  45. POST_UNINSTALL = :
  46. build_triplet = @build@
  47. host_triplet = @host@
  48. subdir = .
  49. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
  50. $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  51. $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
  52. THANKS config.guess config.sub install-sh ltmain.sh missing
  53. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  54. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  55. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  56. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  57. $(top_srcdir)/configure.ac
  58. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  59. $(ACLOCAL_M4)
  60. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  61. configure.lineno config.status.lineno
  62. mkinstalldirs = $(install_sh) -d
  63. CONFIG_HEADER = config.h
  64. CONFIG_CLEAN_FILES =
  65. CONFIG_CLEAN_VPATH_FILES =
  66. SOURCES =
  67. DIST_SOURCES =
  68. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  69. html-recursive info-recursive install-data-recursive \
  70. install-dvi-recursive install-exec-recursive \
  71. install-html-recursive install-info-recursive \
  72. install-pdf-recursive install-ps-recursive install-recursive \
  73. installcheck-recursive installdirs-recursive pdf-recursive \
  74. ps-recursive uninstall-recursive
  75. am__can_run_installinfo = \
  76. case $$AM_UPDATE_INFO_DIR in \
  77. n|no|NO) false;; \
  78. *) (install-info --version) >/dev/null 2>&1;; \
  79. esac
  80. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  81. distclean-recursive maintainer-clean-recursive
  82. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  83. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  84. cscope distdir dist dist-all distcheck
  85. ETAGS = etags
  86. CTAGS = ctags
  87. CSCOPE = cscope
  88. DIST_SUBDIRS = $(SUBDIRS)
  89. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  90. distdir = $(PACKAGE)-$(VERSION)
  91. top_distdir = $(distdir)
  92. am__remove_distdir = \
  93. if test -d "$(distdir)"; then \
  94. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  95. && rm -rf "$(distdir)" \
  96. || { sleep 5 && rm -rf "$(distdir)"; }; \
  97. else :; fi
  98. am__post_remove_distdir = $(am__remove_distdir)
  99. am__relativize = \
  100. dir0=`pwd`; \
  101. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  102. sed_rest='s,^[^/]*/*,,'; \
  103. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  104. sed_butlast='s,/*[^/]*$$,,'; \
  105. while test -n "$$dir1"; do \
  106. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  107. if test "$$first" != "."; then \
  108. if test "$$first" = ".."; then \
  109. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  110. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  111. else \
  112. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  113. if test "$$first2" = "$$first"; then \
  114. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  115. else \
  116. dir2="../$$dir2"; \
  117. fi; \
  118. dir0="$$dir0"/"$$first"; \
  119. fi; \
  120. fi; \
  121. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  122. done; \
  123. reldir="$$dir2"
  124. DIST_ARCHIVES = $(distdir).tar.gz
  125. GZIP_ENV = --best
  126. DIST_TARGETS = dist-gzip
  127. distuninstallcheck_listfiles = find . -type f -print
  128. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  129. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  130. distcleancheck_listfiles = find . -type f -print
  131. ACLOCAL = @ACLOCAL@
  132. AMTAR = @AMTAR@
  133. AR = @AR@
  134. AUTOCONF = @AUTOCONF@
  135. AUTOHEADER = @AUTOHEADER@
  136. AUTOMAKE = @AUTOMAKE@
  137. AWK = @AWK@
  138. CC = @CC@
  139. CCDEPMODE = @CCDEPMODE@
  140. CFLAGS = @CFLAGS@
  141. CPP = @CPP@
  142. CPPFLAGS = @CPPFLAGS@
  143. CYGPATH_W = @CYGPATH_W@
  144. DEFS = @DEFS@
  145. DEPDIR = @DEPDIR@
  146. DLLTOOL = @DLLTOOL@
  147. DSYMUTIL = @DSYMUTIL@
  148. DUMPBIN = @DUMPBIN@
  149. ECHO_C = @ECHO_C@
  150. ECHO_N = @ECHO_N@
  151. ECHO_T = @ECHO_T@
  152. EGREP = @EGREP@
  153. EXEEXT = @EXEEXT@
  154. FGREP = @FGREP@
  155. GREP = @GREP@
  156. INSTALL = @INSTALL@
  157. INSTALL_DATA = @INSTALL_DATA@
  158. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  159. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  160. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  161. LD = @LD@
  162. LDFLAGS = @LDFLAGS@
  163. LIBOBJS = @LIBOBJS@
  164. LIBS = @LIBS@
  165. LIBTOOL = @LIBTOOL@
  166. LIPO = @LIPO@
  167. LN_S = @LN_S@
  168. LTLIBOBJS = @LTLIBOBJS@
  169. MAKEINFO = @MAKEINFO@
  170. MANIFEST_TOOL = @MANIFEST_TOOL@
  171. MKDIR_P = @MKDIR_P@
  172. NM = @NM@
  173. NMEDIT = @NMEDIT@
  174. NOUNDEFINED = @NOUNDEFINED@
  175. OBJDUMP = @OBJDUMP@
  176. OBJEXT = @OBJEXT@
  177. OTOOL = @OTOOL@
  178. OTOOL64 = @OTOOL64@
  179. PACKAGE = @PACKAGE@
  180. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  181. PACKAGE_NAME = @PACKAGE_NAME@
  182. PACKAGE_STRING = @PACKAGE_STRING@
  183. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  184. PACKAGE_URL = @PACKAGE_URL@
  185. PACKAGE_VERSION = @PACKAGE_VERSION@
  186. PATH_SEPARATOR = @PATH_SEPARATOR@
  187. RANLIB = @RANLIB@
  188. SED = @SED@
  189. SET_MAKE = @SET_MAKE@
  190. SHELL = @SHELL@
  191. STRIP = @STRIP@
  192. VERSION = @VERSION@
  193. abs_builddir = @abs_builddir@
  194. abs_srcdir = @abs_srcdir@
  195. abs_top_builddir = @abs_top_builddir@
  196. abs_top_srcdir = @abs_top_srcdir@
  197. ac_ct_AR = @ac_ct_AR@
  198. ac_ct_CC = @ac_ct_CC@
  199. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  200. am__include = @am__include@
  201. am__leading_dot = @am__leading_dot@
  202. am__quote = @am__quote@
  203. am__tar = @am__tar@
  204. am__untar = @am__untar@
  205. bindir = @bindir@
  206. build = @build@
  207. build_alias = @build_alias@
  208. build_cpu = @build_cpu@
  209. build_os = @build_os@
  210. build_vendor = @build_vendor@
  211. builddir = @builddir@
  212. datadir = @datadir@
  213. datarootdir = @datarootdir@
  214. docdir = @docdir@
  215. dvidir = @dvidir@
  216. exec_prefix = @exec_prefix@
  217. host = @host@
  218. host_alias = @host_alias@
  219. host_cpu = @host_cpu@
  220. host_os = @host_os@
  221. host_vendor = @host_vendor@
  222. htmldir = @htmldir@
  223. includedir = @includedir@
  224. infodir = @infodir@
  225. install_sh = @install_sh@
  226. libdir = @libdir@
  227. libexecdir = @libexecdir@
  228. localedir = @localedir@
  229. localstatedir = @localstatedir@
  230. mandir = @mandir@
  231. mkdir_p = @mkdir_p@
  232. oldincludedir = @oldincludedir@
  233. pdfdir = @pdfdir@
  234. prefix = @prefix@
  235. program_transform_name = @program_transform_name@
  236. psdir = @psdir@
  237. sbindir = @sbindir@
  238. sharedstatedir = @sharedstatedir@
  239. srcdir = @srcdir@
  240. sysconfdir = @sysconfdir@
  241. target_alias = @target_alias@
  242. top_build_prefix = @top_build_prefix@
  243. top_builddir = @top_builddir@
  244. top_srcdir = @top_srcdir@
  245. ACLOCAL_AMFLAGS = -I m4
  246. SUBDIRS = src examples
  247. all: config.h
  248. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  249. .SUFFIXES:
  250. am--refresh: Makefile
  251. @:
  252. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  253. @for dep in $?; do \
  254. case '$(am__configure_deps)' in \
  255. *$$dep*) \
  256. echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
  257. $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
  258. && exit 0; \
  259. exit 1;; \
  260. esac; \
  261. done; \
  262. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  263. $(am__cd) $(top_srcdir) && \
  264. $(AUTOMAKE) --gnu Makefile
  265. .PRECIOUS: Makefile
  266. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  267. @case '$?' in \
  268. *config.status*) \
  269. echo ' $(SHELL) ./config.status'; \
  270. $(SHELL) ./config.status;; \
  271. *) \
  272. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  273. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  274. esac;
  275. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  276. $(SHELL) ./config.status --recheck
  277. $(top_srcdir)/configure: $(am__configure_deps)
  278. $(am__cd) $(srcdir) && $(AUTOCONF)
  279. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  280. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  281. $(am__aclocal_m4_deps):
  282. config.h: stamp-h1
  283. @if test ! -f $@; then rm -f stamp-h1; else :; fi
  284. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
  285. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  286. @rm -f stamp-h1
  287. cd $(top_builddir) && $(SHELL) ./config.status config.h
  288. $(srcdir)/config.h.in: $(am__configure_deps)
  289. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  290. rm -f stamp-h1
  291. touch $@
  292. distclean-hdr:
  293. -rm -f config.h stamp-h1
  294. mostlyclean-libtool:
  295. -rm -f *.lo
  296. clean-libtool:
  297. -rm -rf .libs _libs
  298. distclean-libtool:
  299. -rm -f libtool config.lt
  300. # This directory's subdirectories are mostly independent; you can cd
  301. # into them and run 'make' without going through this Makefile.
  302. # To change the values of 'make' variables: instead of editing Makefiles,
  303. # (1) if the variable is set in 'config.status', edit 'config.status'
  304. # (which will cause the Makefiles to be regenerated when you run 'make');
  305. # (2) otherwise, pass the desired values on the 'make' command line.
  306. $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
  307. @fail= failcom='exit 1'; \
  308. for f in x $$MAKEFLAGS; do \
  309. case $$f in \
  310. *=* | --[!k]*);; \
  311. *k*) failcom='fail=yes';; \
  312. esac; \
  313. done; \
  314. dot_seen=no; \
  315. target=`echo $@ | sed s/-recursive//`; \
  316. case "$@" in \
  317. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  318. *) list='$(SUBDIRS)' ;; \
  319. esac; \
  320. for subdir in $$list; do \
  321. echo "Making $$target in $$subdir"; \
  322. if test "$$subdir" = "."; then \
  323. dot_seen=yes; \
  324. local_target="$$target-am"; \
  325. else \
  326. local_target="$$target"; \
  327. fi; \
  328. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  329. || eval $$failcom; \
  330. done; \
  331. if test "$$dot_seen" = "no"; then \
  332. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  333. fi; test -z "$$fail"
  334. tags-recursive:
  335. list='$(SUBDIRS)'; for subdir in $$list; do \
  336. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  337. done
  338. ctags-recursive:
  339. list='$(SUBDIRS)'; for subdir in $$list; do \
  340. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  341. done
  342. cscopelist-recursive:
  343. list='$(SUBDIRS)'; for subdir in $$list; do \
  344. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
  345. done
  346. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  347. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  348. unique=`for i in $$list; do \
  349. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  350. done | \
  351. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  352. END { if (nonempty) { for (i in files) print i; }; }'`; \
  353. mkid -fID $$unique
  354. tags: TAGS
  355. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  356. $(TAGS_FILES) $(LISP)
  357. set x; \
  358. here=`pwd`; \
  359. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  360. include_option=--etags-include; \
  361. empty_fix=.; \
  362. else \
  363. include_option=--include; \
  364. empty_fix=; \
  365. fi; \
  366. list='$(SUBDIRS)'; for subdir in $$list; do \
  367. if test "$$subdir" = .; then :; else \
  368. test ! -f $$subdir/TAGS || \
  369. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  370. fi; \
  371. done; \
  372. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  373. unique=`for i in $$list; do \
  374. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  375. done | \
  376. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  377. END { if (nonempty) { for (i in files) print i; }; }'`; \
  378. shift; \
  379. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  380. test -n "$$unique" || unique=$$empty_fix; \
  381. if test $$# -gt 0; then \
  382. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  383. "$$@" $$unique; \
  384. else \
  385. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  386. $$unique; \
  387. fi; \
  388. fi
  389. ctags: CTAGS
  390. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  391. $(TAGS_FILES) $(LISP)
  392. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  393. unique=`for i in $$list; do \
  394. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  395. done | \
  396. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  397. END { if (nonempty) { for (i in files) print i; }; }'`; \
  398. test -z "$(CTAGS_ARGS)$$unique" \
  399. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  400. $$unique
  401. GTAGS:
  402. here=`$(am__cd) $(top_builddir) && pwd` \
  403. && $(am__cd) $(top_srcdir) \
  404. && gtags -i $(GTAGS_ARGS) "$$here"
  405. cscope: cscope.files
  406. test ! -s cscope.files \
  407. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  408. clean-cscope:
  409. -rm -f cscope.files
  410. cscope.files: clean-cscope cscopelist-recursive cscopelist
  411. cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
  412. list='$(SOURCES) $(HEADERS) $(LISP)'; \
  413. case "$(srcdir)" in \
  414. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  415. *) sdir=$(subdir)/$(srcdir) ;; \
  416. esac; \
  417. for i in $$list; do \
  418. if test -f "$$i"; then \
  419. echo "$(subdir)/$$i"; \
  420. else \
  421. echo "$$sdir/$$i"; \
  422. fi; \
  423. done >> $(top_builddir)/cscope.files
  424. distclean-tags:
  425. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  426. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  427. distdir: $(DISTFILES)
  428. $(am__remove_distdir)
  429. test -d "$(distdir)" || mkdir "$(distdir)"
  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. -test -n "$(am__skip_mode_fix)" \
  485. || find "$(distdir)" -type d ! -perm -755 \
  486. -exec chmod u+rwx,go+rx {} \; -o \
  487. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  488. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  489. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  490. || chmod -R a+r "$(distdir)"
  491. dist-gzip: distdir
  492. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  493. $(am__post_remove_distdir)
  494. dist-bzip2: distdir
  495. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  496. $(am__post_remove_distdir)
  497. dist-lzip: distdir
  498. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  499. $(am__post_remove_distdir)
  500. dist-xz: distdir
  501. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  502. $(am__post_remove_distdir)
  503. dist-tarZ: distdir
  504. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  505. $(am__post_remove_distdir)
  506. dist-shar: distdir
  507. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  508. $(am__post_remove_distdir)
  509. dist-zip: distdir
  510. -rm -f $(distdir).zip
  511. zip -rq $(distdir).zip $(distdir)
  512. $(am__post_remove_distdir)
  513. dist dist-all:
  514. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  515. $(am__post_remove_distdir)
  516. # This target untars the dist file and tries a VPATH configuration. Then
  517. # it guarantees that the distribution is self-contained by making another
  518. # tarfile.
  519. distcheck: dist
  520. case '$(DIST_ARCHIVES)' in \
  521. *.tar.gz*) \
  522. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  523. *.tar.bz2*) \
  524. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  525. *.tar.lz*) \
  526. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  527. *.tar.xz*) \
  528. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  529. *.tar.Z*) \
  530. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  531. *.shar.gz*) \
  532. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  533. *.zip*) \
  534. unzip $(distdir).zip ;;\
  535. esac
  536. chmod -R a-w $(distdir)
  537. chmod u+w $(distdir)
  538. mkdir $(distdir)/_build $(distdir)/_inst
  539. chmod a-w $(distdir)
  540. test -d $(distdir)/_build || exit 0; \
  541. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  542. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  543. && am__cwd=`pwd` \
  544. && $(am__cd) $(distdir)/_build \
  545. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  546. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  547. $(DISTCHECK_CONFIGURE_FLAGS) \
  548. && $(MAKE) $(AM_MAKEFLAGS) \
  549. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  550. && $(MAKE) $(AM_MAKEFLAGS) check \
  551. && $(MAKE) $(AM_MAKEFLAGS) install \
  552. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  553. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  554. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  555. distuninstallcheck \
  556. && chmod -R a-w "$$dc_install_base" \
  557. && ({ \
  558. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  559. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  560. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  561. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  562. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  563. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  564. && rm -rf "$$dc_destdir" \
  565. && $(MAKE) $(AM_MAKEFLAGS) dist \
  566. && rm -rf $(DIST_ARCHIVES) \
  567. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  568. && cd "$$am__cwd" \
  569. || exit 1
  570. $(am__post_remove_distdir)
  571. @(echo "$(distdir) archives ready for distribution: "; \
  572. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  573. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  574. distuninstallcheck:
  575. @test -n '$(distuninstallcheck_dir)' || { \
  576. echo 'ERROR: trying to run $@ with an empty' \
  577. '$$(distuninstallcheck_dir)' >&2; \
  578. exit 1; \
  579. }; \
  580. $(am__cd) '$(distuninstallcheck_dir)' || { \
  581. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  582. exit 1; \
  583. }; \
  584. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  585. || { echo "ERROR: files left after uninstall:" ; \
  586. if test -n "$(DESTDIR)"; then \
  587. echo " (check DESTDIR support)"; \
  588. fi ; \
  589. $(distuninstallcheck_listfiles) ; \
  590. exit 1; } >&2
  591. distcleancheck: distclean
  592. @if test '$(srcdir)' = . ; then \
  593. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  594. exit 1 ; \
  595. fi
  596. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  597. || { echo "ERROR: files left in build directory after distclean:" ; \
  598. $(distcleancheck_listfiles) ; \
  599. exit 1; } >&2
  600. check-am: all-am
  601. check: check-recursive
  602. all-am: Makefile config.h
  603. installdirs: installdirs-recursive
  604. installdirs-am:
  605. install: install-recursive
  606. install-exec: install-exec-recursive
  607. install-data: install-data-recursive
  608. uninstall: uninstall-recursive
  609. install-am: all-am
  610. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  611. installcheck: installcheck-recursive
  612. install-strip:
  613. if test -z '$(STRIP)'; then \
  614. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  615. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  616. install; \
  617. else \
  618. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  619. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  620. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  621. fi
  622. mostlyclean-generic:
  623. clean-generic:
  624. distclean-generic:
  625. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  626. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  627. maintainer-clean-generic:
  628. @echo "This command is intended for maintainers to use"
  629. @echo "it deletes files that may require special tools to rebuild."
  630. clean: clean-recursive
  631. clean-am: clean-generic clean-libtool mostlyclean-am
  632. distclean: distclean-recursive
  633. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  634. -rm -f Makefile
  635. distclean-am: clean-am distclean-generic distclean-hdr \
  636. distclean-libtool distclean-tags
  637. dvi: dvi-recursive
  638. dvi-am:
  639. html: html-recursive
  640. html-am:
  641. info: info-recursive
  642. info-am:
  643. install-data-am:
  644. install-dvi: install-dvi-recursive
  645. install-dvi-am:
  646. install-exec-am:
  647. install-html: install-html-recursive
  648. install-html-am:
  649. install-info: install-info-recursive
  650. install-info-am:
  651. install-man:
  652. install-pdf: install-pdf-recursive
  653. install-pdf-am:
  654. install-ps: install-ps-recursive
  655. install-ps-am:
  656. installcheck-am:
  657. maintainer-clean: maintainer-clean-recursive
  658. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  659. -rm -rf $(top_srcdir)/autom4te.cache
  660. -rm -f Makefile
  661. maintainer-clean-am: distclean-am maintainer-clean-generic
  662. mostlyclean: mostlyclean-recursive
  663. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  664. pdf: pdf-recursive
  665. pdf-am:
  666. ps: ps-recursive
  667. ps-am:
  668. uninstall-am:
  669. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
  670. cscopelist-recursive ctags-recursive install-am install-strip \
  671. tags-recursive
  672. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  673. all all-am am--refresh check check-am clean clean-cscope \
  674. clean-generic clean-libtool cscope cscopelist \
  675. cscopelist-recursive ctags ctags-recursive dist dist-all \
  676. dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
  677. dist-zip distcheck distclean distclean-generic distclean-hdr \
  678. distclean-libtool distclean-tags distcleancheck distdir \
  679. distuninstallcheck dvi dvi-am html html-am info info-am \
  680. install install-am install-data install-data-am install-dvi \
  681. install-dvi-am install-exec install-exec-am install-html \
  682. install-html-am install-info install-info-am install-man \
  683. install-pdf install-pdf-am install-ps install-ps-am \
  684. install-strip installcheck installcheck-am installdirs \
  685. installdirs-am maintainer-clean maintainer-clean-generic \
  686. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  687. ps ps-am tags tags-recursive uninstall uninstall-am
  688. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  689. # Otherwise a system limit (for SysV at least) may be exceeded.
  690. .NOEXPORT: