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.

816 lines
25 KiB

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