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.

613 lines
18 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 = include
  77. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  78. $(nobase_include_HEADERS)
  79. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  80. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  81. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  82. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  83. $(top_srcdir)/configure.ac
  84. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  85. $(ACLOCAL_M4)
  86. mkinstalldirs = $(install_sh) -d
  87. CONFIG_HEADER = $(top_builddir)/config.h
  88. CONFIG_CLEAN_FILES =
  89. CONFIG_CLEAN_VPATH_FILES =
  90. AM_V_P = $(am__v_P_@AM_V@)
  91. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  92. am__v_P_0 = false
  93. am__v_P_1 = :
  94. AM_V_GEN = $(am__v_GEN_@AM_V@)
  95. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  96. am__v_GEN_0 = @echo " GEN " $@;
  97. am__v_GEN_1 =
  98. AM_V_at = $(am__v_at_@AM_V@)
  99. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  100. am__v_at_0 = @
  101. am__v_at_1 =
  102. SOURCES =
  103. DIST_SOURCES =
  104. am__can_run_installinfo = \
  105. case $$AM_UPDATE_INFO_DIR in \
  106. n|no|NO) false;; \
  107. *) (install-info --version) >/dev/null 2>&1;; \
  108. esac
  109. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  110. am__vpath_adj = case $$p in \
  111. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  112. *) f=$$p;; \
  113. esac;
  114. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  115. am__install_max = 40
  116. am__nobase_strip_setup = \
  117. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  118. am__nobase_strip = \
  119. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  120. am__nobase_list = $(am__nobase_strip_setup); \
  121. for p in $$list; do echo "$$p $$p"; done | \
  122. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  123. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  124. if (++n[$$2] == $(am__install_max)) \
  125. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  126. END { for (dir in files) print dir, files[dir] }'
  127. am__base_list = \
  128. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  129. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  130. am__uninstall_files_from_dir = { \
  131. test -z "$$files" \
  132. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  133. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  134. $(am__cd) "$$dir" && rm -f $$files; }; \
  135. }
  136. am__installdirs = "$(DESTDIR)$(includedir)"
  137. HEADERS = $(nobase_include_HEADERS)
  138. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  139. # Read a list of newline-separated strings from the standard input,
  140. # and print each of them once, without duplicates. Input order is
  141. # *not* preserved.
  142. am__uniquify_input = $(AWK) '\
  143. BEGIN { nonempty = 0; } \
  144. { items[$$0] = 1; nonempty = 1; } \
  145. END { if (nonempty) { for (i in items) print i; }; } \
  146. '
  147. # Make sure the list of sources is unique. This is necessary because,
  148. # e.g., the same source file might be shared among _SOURCES variables
  149. # for different programs/libraries.
  150. am__define_uniq_tagged_files = \
  151. list='$(am__tagged_files)'; \
  152. unique=`for i in $$list; do \
  153. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  154. done | $(am__uniquify_input)`
  155. ETAGS = etags
  156. CTAGS = ctags
  157. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  158. ACLOCAL = @ACLOCAL@
  159. AMTAR = @AMTAR@
  160. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  161. AR = @AR@
  162. AUTOCONF = @AUTOCONF@
  163. AUTOHEADER = @AUTOHEADER@
  164. AUTOMAKE = @AUTOMAKE@
  165. AWK = @AWK@
  166. BUILDDATE = @BUILDDATE@
  167. BUILDER = @BUILDER@
  168. CC = @CC@
  169. CCDEPMODE = @CCDEPMODE@
  170. CFLAGS = @CFLAGS@
  171. CONFIGURE_ARGS = @CONFIGURE_ARGS@
  172. CPP = @CPP@
  173. CPPFLAGS = @CPPFLAGS@
  174. CXX = @CXX@
  175. CXXCPP = @CXXCPP@
  176. CXXDEPMODE = @CXXDEPMODE@
  177. CXXFLAGS = @CXXFLAGS@
  178. CYGPATH_W = @CYGPATH_W@
  179. DEFS = @DEFS@
  180. DEPDIR = @DEPDIR@
  181. DLLTOOL = @DLLTOOL@
  182. DSYMUTIL = @DSYMUTIL@
  183. DUMPBIN = @DUMPBIN@
  184. ECHO_C = @ECHO_C@
  185. ECHO_N = @ECHO_N@
  186. ECHO_T = @ECHO_T@
  187. EGREP = @EGREP@
  188. EXEEXT = @EXEEXT@
  189. FGREP = @FGREP@
  190. GREP = @GREP@
  191. INSTALL = @INSTALL@
  192. INSTALL_DATA = @INSTALL_DATA@
  193. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  194. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  195. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  196. LD = @LD@
  197. LDFLAGS = @LDFLAGS@
  198. LIBOBJS = @LIBOBJS@
  199. LIBS = @LIBS@
  200. LIBTOOL = @LIBTOOL@
  201. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  202. LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
  203. LIPO = @LIPO@
  204. LN_S = @LN_S@
  205. LTLIBOBJS = @LTLIBOBJS@
  206. MAKEINFO = @MAKEINFO@
  207. MANIFEST_TOOL = @MANIFEST_TOOL@
  208. MKDIR_P = @MKDIR_P@
  209. NM = @NM@
  210. NMEDIT = @NMEDIT@
  211. OBJDUMP = @OBJDUMP@
  212. OBJEXT = @OBJEXT@
  213. OTOOL = @OTOOL@
  214. OTOOL64 = @OTOOL64@
  215. PACKAGE = @PACKAGE@
  216. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  217. PACKAGE_NAME = @PACKAGE_NAME@
  218. PACKAGE_STRING = @PACKAGE_STRING@
  219. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  220. PACKAGE_URL = @PACKAGE_URL@
  221. PACKAGE_VERSION = @PACKAGE_VERSION@
  222. PATH_SEPARATOR = @PATH_SEPARATOR@
  223. RANLIB = @RANLIB@
  224. SED = @SED@
  225. SET_MAKE = @SET_MAKE@
  226. SHELL = @SHELL@
  227. STRIP = @STRIP@
  228. SUPLDFLAGS = @SUPLDFLAGS@
  229. VERSION = @VERSION@
  230. abs_builddir = @abs_builddir@
  231. abs_srcdir = @abs_srcdir@
  232. abs_top_builddir = @abs_top_builddir@
  233. abs_top_srcdir = @abs_top_srcdir@
  234. ac_ct_AR = @ac_ct_AR@
  235. ac_ct_CC = @ac_ct_CC@
  236. ac_ct_CXX = @ac_ct_CXX@
  237. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  238. am__include = @am__include@
  239. am__leading_dot = @am__leading_dot@
  240. am__quote = @am__quote@
  241. am__tar = @am__tar@
  242. am__untar = @am__untar@
  243. bindir = @bindir@
  244. build = @build@
  245. build_alias = @build_alias@
  246. build_cpu = @build_cpu@
  247. build_os = @build_os@
  248. build_vendor = @build_vendor@
  249. builddir = @builddir@
  250. datadir = @datadir@
  251. datarootdir = @datarootdir@
  252. docdir = @docdir@
  253. dvidir = @dvidir@
  254. exec_prefix = @exec_prefix@
  255. host = @host@
  256. host_alias = @host_alias@
  257. host_cpu = @host_cpu@
  258. host_os = @host_os@
  259. host_vendor = @host_vendor@
  260. htmldir = @htmldir@
  261. includedir = @includedir@
  262. infodir = @infodir@
  263. install_sh = @install_sh@
  264. libdir = @libdir@
  265. libexecdir = @libexecdir@
  266. localedir = @localedir@
  267. localstatedir = @localstatedir@
  268. mandir = @mandir@
  269. mkdir_p = @mkdir_p@
  270. oldincludedir = @oldincludedir@
  271. pdfdir = @pdfdir@
  272. prefix = @prefix@
  273. program_transform_name = @program_transform_name@
  274. psdir = @psdir@
  275. sbindir = @sbindir@
  276. sharedstatedir = @sharedstatedir@
  277. srcdir = @srcdir@
  278. sysconfdir = @sysconfdir@
  279. target_alias = @target_alias@
  280. top_build_prefix = @top_build_prefix@
  281. top_builddir = @top_builddir@
  282. top_srcdir = @top_srcdir@
  283. nobase_include_HEADERS = \
  284. gmm/gmm_algobase.h\
  285. gmm/gmm_blas.h\
  286. gmm/gmm_blas_interface.h\
  287. gmm/gmm_condition_number.h\
  288. gmm/gmm_conjugated.h\
  289. gmm/gmm_def.h\
  290. gmm/gmm_dense_Householder.h\
  291. gmm/gmm_dense_lu.h\
  292. gmm/gmm_dense_matrix_functions.h\
  293. gmm/gmm_dense_qr.h\
  294. gmm/gmm_dense_sylvester.h\
  295. gmm/gmm_domain_decomp.h\
  296. gmm/gmm_except.h\
  297. gmm/gmm.h\
  298. gmm/gmm_inoutput.h\
  299. gmm/gmm_interface_bgeot.h\
  300. gmm/gmm_interface.h\
  301. gmm/gmm_iter.h\
  302. gmm/gmm_iter_solvers.h\
  303. gmm/gmm_kernel.h\
  304. gmm/gmm_lapack_interface.h\
  305. gmm/gmm_least_squares_cg.h\
  306. gmm/gmm_matrix.h\
  307. gmm/gmm_modified_gram_schmidt.h\
  308. gmm/gmm_MUMPS_interface.h\
  309. gmm/gmm_opt.h\
  310. gmm/gmm_precond_diagonal.h\
  311. gmm/gmm_precond.h\
  312. gmm/gmm_precond_ildlt.h\
  313. gmm/gmm_precond_ildltt.h\
  314. gmm/gmm_precond_ilu.h\
  315. gmm/gmm_precond_ilut.h\
  316. gmm/gmm_precond_ilutp.h\
  317. gmm/gmm_precond_mr_approx_inverse.h\
  318. gmm/gmm_range_basis.h\
  319. gmm/gmm_real_part.h\
  320. gmm/gmm_ref.h\
  321. gmm/gmm_scaled.h\
  322. gmm/gmm_solver_bfgs.h\
  323. gmm/gmm_solver_bicgstab.h\
  324. gmm/gmm_solver_cg.h\
  325. gmm/gmm_solver_constrained_cg.h\
  326. gmm/gmm_solver_gmres.h\
  327. gmm/gmm_solver_idgmres.h\
  328. gmm/gmm_solver_qmr.h\
  329. gmm/gmm_solver_Schwarz_additive.h\
  330. gmm/gmm_std.h\
  331. gmm/gmm_sub_index.h\
  332. gmm/gmm_sub_matrix.h\
  333. gmm/gmm_sub_vector.h\
  334. gmm/gmm_superlu_interface.h\
  335. gmm/gmm_transposed.h\
  336. gmm/gmm_tri_solve.h\
  337. gmm/gmm_vector.h\
  338. gmm/gmm_vector_to_matrix.h
  339. all: all-am
  340. .SUFFIXES:
  341. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  342. @for dep in $?; do \
  343. case '$(am__configure_deps)' in \
  344. *$$dep*) \
  345. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  346. && { if test -f $@; then exit 0; else break; fi; }; \
  347. exit 1;; \
  348. esac; \
  349. done; \
  350. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
  351. $(am__cd) $(top_srcdir) && \
  352. $(AUTOMAKE) --gnu include/Makefile
  353. .PRECIOUS: Makefile
  354. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  355. @case '$?' in \
  356. *config.status*) \
  357. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  358. *) \
  359. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  360. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  361. esac;
  362. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  363. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  364. $(top_srcdir)/configure: $(am__configure_deps)
  365. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  366. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  367. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  368. $(am__aclocal_m4_deps):
  369. mostlyclean-libtool:
  370. -rm -f *.lo
  371. clean-libtool:
  372. -rm -rf .libs _libs
  373. install-nobase_includeHEADERS: $(nobase_include_HEADERS)
  374. @$(NORMAL_INSTALL)
  375. @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
  376. if test -n "$$list"; then \
  377. echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
  378. $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
  379. fi; \
  380. $(am__nobase_list) | while read dir files; do \
  381. xfiles=; for file in $$files; do \
  382. if test -f "$$file"; then xfiles="$$xfiles $$file"; \
  383. else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
  384. test -z "$$xfiles" || { \
  385. test "x$$dir" = x. || { \
  386. echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
  387. $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
  388. echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
  389. $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
  390. done
  391. uninstall-nobase_includeHEADERS:
  392. @$(NORMAL_UNINSTALL)
  393. @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
  394. $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
  395. dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
  396. ID: $(am__tagged_files)
  397. $(am__define_uniq_tagged_files); mkid -fID $$unique
  398. tags: tags-am
  399. TAGS: tags
  400. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  401. set x; \
  402. here=`pwd`; \
  403. $(am__define_uniq_tagged_files); \
  404. shift; \
  405. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  406. test -n "$$unique" || unique=$$empty_fix; \
  407. if test $$# -gt 0; then \
  408. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  409. "$$@" $$unique; \
  410. else \
  411. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  412. $$unique; \
  413. fi; \
  414. fi
  415. ctags: ctags-am
  416. CTAGS: ctags
  417. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  418. $(am__define_uniq_tagged_files); \
  419. test -z "$(CTAGS_ARGS)$$unique" \
  420. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  421. $$unique
  422. GTAGS:
  423. here=`$(am__cd) $(top_builddir) && pwd` \
  424. && $(am__cd) $(top_srcdir) \
  425. && gtags -i $(GTAGS_ARGS) "$$here"
  426. cscopelist: cscopelist-am
  427. cscopelist-am: $(am__tagged_files)
  428. list='$(am__tagged_files)'; \
  429. case "$(srcdir)" in \
  430. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  431. *) sdir=$(subdir)/$(srcdir) ;; \
  432. esac; \
  433. for i in $$list; do \
  434. if test -f "$$i"; then \
  435. echo "$(subdir)/$$i"; \
  436. else \
  437. echo "$$sdir/$$i"; \
  438. fi; \
  439. done >> $(top_builddir)/cscope.files
  440. distclean-tags:
  441. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  442. distdir: $(DISTFILES)
  443. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  444. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  445. list='$(DISTFILES)'; \
  446. dist_files=`for file in $$list; do echo $$file; done | \
  447. sed -e "s|^$$srcdirstrip/||;t" \
  448. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  449. case $$dist_files in \
  450. */*) $(MKDIR_P) `echo "$$dist_files" | \
  451. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  452. sort -u` ;; \
  453. esac; \
  454. for file in $$dist_files; do \
  455. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  456. if test -d $$d/$$file; then \
  457. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  458. if test -d "$(distdir)/$$file"; then \
  459. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  460. fi; \
  461. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  462. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  463. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  464. fi; \
  465. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  466. else \
  467. test -f "$(distdir)/$$file" \
  468. || cp -p $$d/$$file "$(distdir)/$$file" \
  469. || exit 1; \
  470. fi; \
  471. done
  472. check-am: all-am
  473. check: check-am
  474. all-am: Makefile $(HEADERS)
  475. installdirs:
  476. for dir in "$(DESTDIR)$(includedir)"; do \
  477. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  478. done
  479. install: install-am
  480. install-exec: install-exec-am
  481. install-data: install-data-am
  482. uninstall: uninstall-am
  483. install-am: all-am
  484. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  485. installcheck: installcheck-am
  486. install-strip:
  487. if test -z '$(STRIP)'; then \
  488. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  489. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  490. install; \
  491. else \
  492. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  493. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  494. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  495. fi
  496. mostlyclean-generic:
  497. clean-generic:
  498. distclean-generic:
  499. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  500. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  501. maintainer-clean-generic:
  502. @echo "This command is intended for maintainers to use"
  503. @echo "it deletes files that may require special tools to rebuild."
  504. clean: clean-am
  505. clean-am: clean-generic clean-libtool mostlyclean-am
  506. distclean: distclean-am
  507. -rm -f Makefile
  508. distclean-am: clean-am distclean-generic distclean-tags
  509. dvi: dvi-am
  510. dvi-am:
  511. html: html-am
  512. html-am:
  513. info: info-am
  514. info-am:
  515. install-data-am: install-nobase_includeHEADERS
  516. install-dvi: install-dvi-am
  517. install-dvi-am:
  518. install-exec-am:
  519. install-html: install-html-am
  520. install-html-am:
  521. install-info: install-info-am
  522. install-info-am:
  523. install-man:
  524. install-pdf: install-pdf-am
  525. install-pdf-am:
  526. install-ps: install-ps-am
  527. install-ps-am:
  528. installcheck-am:
  529. maintainer-clean: maintainer-clean-am
  530. -rm -f Makefile
  531. maintainer-clean-am: distclean-am maintainer-clean-generic
  532. mostlyclean: mostlyclean-am
  533. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  534. pdf: pdf-am
  535. pdf-am:
  536. ps: ps-am
  537. ps-am:
  538. uninstall-am: uninstall-nobase_includeHEADERS
  539. .MAKE: install-am install-strip
  540. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  541. clean-libtool cscopelist-am ctags ctags-am distclean \
  542. distclean-generic distclean-libtool distclean-tags distdir dvi \
  543. dvi-am html html-am info info-am install install-am \
  544. install-data install-data-am install-dvi install-dvi-am \
  545. install-exec install-exec-am install-html install-html-am \
  546. install-info install-info-am install-man \
  547. install-nobase_includeHEADERS install-pdf install-pdf-am \
  548. install-ps install-ps-am install-strip installcheck \
  549. installcheck-am installdirs maintainer-clean \
  550. maintainer-clean-generic mostlyclean mostlyclean-generic \
  551. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  552. uninstall-am uninstall-nobase_includeHEADERS
  553. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  554. # Otherwise a system limit (for SysV at least) may be exceeded.
  555. .NOEXPORT: