Guest User

Makefile.in

a guest
Jul 1st, 2022
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.22 KB | None | 0 0
  1. # Makefile.in generated by automake 1.16.3 from Makefile.am.
  2. # @configure_input@
  3.  
  4. # Copyright (C) 1994-2020 Free Software Foundation, Inc.
  5.  
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9.  
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  12. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  13. # PARTICULAR PURPOSE.
  14.  
  15. @SET_MAKE@
  16.  
  17. # AUTOMAKE_OPTIONS = readme-alpha
  18.  
  19.  
  20.  
  21.  
  22.  
  23. VPATH = @srcdir@
  24. am__is_gnu_make = { \
  25. if test -z '$(MAKELEVEL)'; then \
  26. false; \
  27. elif test -n '$(MAKE_HOST)'; then \
  28. true; \
  29. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  30. true; \
  31. else \
  32. false; \
  33. fi; \
  34. }
  35. am__make_running_with_option = \
  36. case $${target_option-} in \
  37. ?) ;; \
  38. *) echo "am__make_running_with_option: internal error: invalid" \
  39. "target option '$${target_option-}' specified" >&2; \
  40. exit 1;; \
  41. esac; \
  42. has_opt=no; \
  43. sane_makeflags=$$MAKEFLAGS; \
  44. if $(am__is_gnu_make); then \
  45. sane_makeflags=$$MFLAGS; \
  46. else \
  47. case $$MAKEFLAGS in \
  48. *\\[\ \ ]*) \
  49. bs=\\; \
  50. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  51. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  52. esac; \
  53. fi; \
  54. skip_next=no; \
  55. strip_trailopt () \
  56. { \
  57. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  58. }; \
  59. for flg in $$sane_makeflags; do \
  60. test $$skip_next = yes && { skip_next=no; continue; }; \
  61. case $$flg in \
  62. *=*|--*) continue;; \
  63. -*I) strip_trailopt 'I'; skip_next=yes;; \
  64. -*I?*) strip_trailopt 'I';; \
  65. -*O) strip_trailopt 'O'; skip_next=yes;; \
  66. -*O?*) strip_trailopt 'O';; \
  67. -*l) strip_trailopt 'l'; skip_next=yes;; \
  68. -*l?*) strip_trailopt 'l';; \
  69. -[dEDm]) skip_next=yes;; \
  70. -[JT]) skip_next=yes;; \
  71. esac; \
  72. case $$flg in \
  73. *$$target_option*) has_opt=yes; break;; \
  74. esac; \
  75. done; \
  76. test $$has_opt = yes
  77. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  78. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  79. pkgdatadir = $(datadir)/@PACKAGE@
  80. pkgincludedir = $(includedir)/@PACKAGE@
  81. pkglibdir = $(libdir)/@PACKAGE@
  82. pkglibexecdir = $(libexecdir)/@PACKAGE@
  83. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  84. install_sh_DATA = $(install_sh) -c -m 644
  85. install_sh_PROGRAM = $(install_sh) -c
  86. install_sh_SCRIPT = $(install_sh) -c
  87. INSTALL_HEADER = $(INSTALL_DATA)
  88. transform = $(program_transform_name)
  89. NORMAL_INSTALL = :
  90. PRE_INSTALL = :
  91. POST_INSTALL = :
  92. NORMAL_UNINSTALL = :
  93. PRE_UNINSTALL = :
  94. POST_UNINSTALL = :
  95. build_triplet = @build@
  96. host_triplet = @host@
  97. bin_PROGRAMS = gsl-randist$(EXEEXT) gsl-histogram$(EXEEXT)
  98. subdir = .
  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 $(top_srcdir)/configure \
  104. $(am__configure_deps) $(noinst_HEADERS) $(pkginclude_HEADERS) \
  105. $(am__DIST_COMMON)
  106. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  107. configure.lineno config.status.lineno
  108. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  109. CONFIG_HEADER = config.h
  110. CONFIG_CLEAN_FILES = gsl_version.h gsl.spec
  111. CONFIG_CLEAN_VPATH_FILES =
  112. am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" \
  113. "$(DESTDIR)$(bindir)" "$(DESTDIR)$(m4datadir)" \
  114. "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)"
  115. PROGRAMS = $(bin_PROGRAMS)
  116. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  117. am__vpath_adj = case $$p in \
  118. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  119. *) f=$$p;; \
  120. esac;
  121. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  122. am__install_max = 40
  123. am__nobase_strip_setup = \
  124. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  125. am__nobase_strip = \
  126. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  127. am__nobase_list = $(am__nobase_strip_setup); \
  128. for p in $$list; do echo "$$p $$p"; done | \
  129. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  130. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  131. if (++n[$$2] == $(am__install_max)) \
  132. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  133. END { for (dir in files) print dir, files[dir] }'
  134. am__base_list = \
  135. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  136. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  137. am__uninstall_files_from_dir = { \
  138. test -z "$$files" \
  139. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  140. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  141. $(am__cd) "$$dir" && rm -f $$files; }; \
  142. }
  143. LTLIBRARIES = $(lib_LTLIBRARIES)
  144. am__DEPENDENCIES_1 =
  145. libgsl_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(SUBLIBS)
  146. am_libgsl_la_OBJECTS = version.lo
  147. libgsl_la_OBJECTS = $(am_libgsl_la_OBJECTS)
  148. AM_V_lt = $(am__v_lt_@AM_V@)
  149. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  150. am__v_lt_0 = --silent
  151. am__v_lt_1 =
  152. libgsl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  153. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  154. $(libgsl_la_LDFLAGS) $(LDFLAGS) -o $@
  155. am_gsl_histogram_OBJECTS = gsl-histogram.$(OBJEXT)
  156. gsl_histogram_OBJECTS = $(am_gsl_histogram_OBJECTS)
  157. gsl_histogram_DEPENDENCIES = libgsl.la cblas/libgslcblas.la
  158. am_gsl_randist_OBJECTS = gsl-randist.$(OBJEXT)
  159. gsl_randist_OBJECTS = $(am_gsl_randist_OBJECTS)
  160. gsl_randist_DEPENDENCIES = libgsl.la cblas/libgslcblas.la
  161. SCRIPTS = $(bin_SCRIPTS)
  162. AM_V_P = $(am__v_P_@AM_V@)
  163. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  164. am__v_P_0 = false
  165. am__v_P_1 = :
  166. AM_V_GEN = $(am__v_GEN_@AM_V@)
  167. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  168. am__v_GEN_0 = @echo " GEN " $@;
  169. am__v_GEN_1 =
  170. AM_V_at = $(am__v_at_@AM_V@)
  171. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  172. am__v_at_0 = @
  173. am__v_at_1 =
  174. DEFAULT_INCLUDES = -I.@am__isrc@
  175. depcomp = $(SHELL) $(top_srcdir)/depcomp
  176. am__maybe_remake_depfiles = depfiles
  177. am__depfiles_remade = ./$(DEPDIR)/gsl-histogram.Po \
  178. ./$(DEPDIR)/gsl-randist.Po ./$(DEPDIR)/version.Plo
  179. am__mv = mv -f
  180. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  181. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  182. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  183. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  184. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  185. $(AM_CFLAGS) $(CFLAGS)
  186. AM_V_CC = $(am__v_CC_@AM_V@)
  187. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  188. am__v_CC_0 = @echo " CC " $@;
  189. am__v_CC_1 =
  190. CCLD = $(CC)
  191. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  192. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  193. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  194. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  195. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  196. am__v_CCLD_0 = @echo " CCLD " $@;
  197. am__v_CCLD_1 =
  198. SOURCES = $(libgsl_la_SOURCES) $(gsl_histogram_SOURCES) \
  199. $(gsl_randist_SOURCES)
  200. DIST_SOURCES = $(libgsl_la_SOURCES) $(gsl_histogram_SOURCES) \
  201. $(gsl_randist_SOURCES)
  202. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  203. ctags-recursive dvi-recursive html-recursive info-recursive \
  204. install-data-recursive install-dvi-recursive \
  205. install-exec-recursive install-html-recursive \
  206. install-info-recursive install-pdf-recursive \
  207. install-ps-recursive install-recursive installcheck-recursive \
  208. installdirs-recursive pdf-recursive ps-recursive \
  209. tags-recursive uninstall-recursive
  210. am__can_run_installinfo = \
  211. case $$AM_UPDATE_INFO_DIR in \
  212. n|no|NO) false;; \
  213. *) (install-info --version) >/dev/null 2>&1;; \
  214. esac
  215. DATA = $(m4data_DATA) $(pkgconfig_DATA)
  216. HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS)
  217. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  218. distclean-recursive maintainer-clean-recursive
  219. am__recursive_targets = \
  220. $(RECURSIVE_TARGETS) \
  221. $(RECURSIVE_CLEAN_TARGETS) \
  222. $(am__extra_recursive_targets)
  223. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  224. cscope check recheck distdir distdir-am dist dist-all \
  225. distcheck
  226. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
  227. config.h.in
  228. # Read a list of newline-separated strings from the standard input,
  229. # and print each of them once, without duplicates. Input order is
  230. # *not* preserved.
  231. am__uniquify_input = $(AWK) '\
  232. BEGIN { nonempty = 0; } \
  233. { items[$$0] = 1; nonempty = 1; } \
  234. END { if (nonempty) { for (i in items) print i; }; } \
  235. '
  236. # Make sure the list of sources is unique. This is necessary because,
  237. # e.g., the same source file might be shared among _SOURCES variables
  238. # for different programs/libraries.
  239. am__define_uniq_tagged_files = \
  240. list='$(am__tagged_files)'; \
  241. unique=`for i in $$list; do \
  242. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  243. done | $(am__uniquify_input)`
  244. ETAGS = etags
  245. CTAGS = ctags
  246. CSCOPE = cscope
  247. am__tty_colors_dummy = \
  248. mgn= red= grn= lgn= blu= brg= std=; \
  249. am__color_tests=no
  250. am__tty_colors = { \
  251. $(am__tty_colors_dummy); \
  252. if test "X$(AM_COLOR_TESTS)" = Xno; then \
  253. am__color_tests=no; \
  254. elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
  255. am__color_tests=yes; \
  256. elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
  257. am__color_tests=yes; \
  258. fi; \
  259. if test $$am__color_tests = yes; then \
  260. red=''; \
  261. grn=''; \
  262. lgn=''; \
  263. blu=''; \
  264. mgn=''; \
  265. brg=''; \
  266. std=''; \
  267. fi; \
  268. }
  269. am__recheck_rx = ^[ ]*:recheck:[ ]*
  270. am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
  271. am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
  272. # A command that, given a newline-separated list of test names on the
  273. # standard input, print the name of the tests that are to be re-run
  274. # upon "make recheck".
  275. am__list_recheck_tests = $(AWK) '{ \
  276. recheck = 1; \
  277. while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  278. { \
  279. if (rc < 0) \
  280. { \
  281. if ((getline line2 < ($$0 ".log")) < 0) \
  282. recheck = 0; \
  283. break; \
  284. } \
  285. else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
  286. { \
  287. recheck = 0; \
  288. break; \
  289. } \
  290. else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
  291. { \
  292. break; \
  293. } \
  294. }; \
  295. if (recheck) \
  296. print $$0; \
  297. close ($$0 ".trs"); \
  298. close ($$0 ".log"); \
  299. }'
  300. # A command that, given a newline-separated list of test names on the
  301. # standard input, create the global log from their .trs and .log files.
  302. am__create_global_log = $(AWK) ' \
  303. function fatal(msg) \
  304. { \
  305. print "fatal: making $@: " msg | "cat >&2"; \
  306. exit 1; \
  307. } \
  308. function rst_section(header) \
  309. { \
  310. print header; \
  311. len = length(header); \
  312. for (i = 1; i <= len; i = i + 1) \
  313. printf "="; \
  314. printf "\n\n"; \
  315. } \
  316. { \
  317. copy_in_global_log = 1; \
  318. global_test_result = "RUN"; \
  319. while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  320. { \
  321. if (rc < 0) \
  322. fatal("failed to read from " $$0 ".trs"); \
  323. if (line ~ /$(am__global_test_result_rx)/) \
  324. { \
  325. sub("$(am__global_test_result_rx)", "", line); \
  326. sub("[ ]*$$", "", line); \
  327. global_test_result = line; \
  328. } \
  329. else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
  330. copy_in_global_log = 0; \
  331. }; \
  332. if (copy_in_global_log) \
  333. { \
  334. rst_section(global_test_result ": " $$0); \
  335. while ((rc = (getline line < ($$0 ".log"))) != 0) \
  336. { \
  337. if (rc < 0) \
  338. fatal("failed to read from " $$0 ".log"); \
  339. print line; \
  340. }; \
  341. printf "\n"; \
  342. }; \
  343. close ($$0 ".trs"); \
  344. close ($$0 ".log"); \
  345. }'
  346. # Restructured Text title.
  347. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
  348. # Solaris 10 'make', and several other traditional 'make' implementations,
  349. # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
  350. # by disabling -e (using the XSI extension "set +e") if it's set.
  351. am__sh_e_setup = case $$- in *e*) set +e;; esac
  352. # Default flags passed to test drivers.
  353. am__common_driver_flags = \
  354. --color-tests "$$am__color_tests" \
  355. --enable-hard-errors "$$am__enable_hard_errors" \
  356. --expect-failure "$$am__expect_failure"
  357. # To be inserted before the command running the test. Creates the
  358. # directory for the log if needed. Stores in $dir the directory
  359. # containing $f, in $tst the test, in $log the log. Executes the
  360. # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
  361. # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
  362. # will run the test scripts (or their associated LOG_COMPILER, if
  363. # thy have one).
  364. am__check_pre = \
  365. $(am__sh_e_setup); \
  366. $(am__vpath_adj_setup) $(am__vpath_adj) \
  367. $(am__tty_colors); \
  368. srcdir=$(srcdir); export srcdir; \
  369. case "$@" in \
  370. */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
  371. *) am__odir=.;; \
  372. esac; \
  373. test "x$$am__odir" = x"." || test -d "$$am__odir" \
  374. || $(MKDIR_P) "$$am__odir" || exit $$?; \
  375. if test -f "./$$f"; then dir=./; \
  376. elif test -f "$$f"; then dir=; \
  377. else dir="$(srcdir)/"; fi; \
  378. tst=$$dir$$f; log='$@'; \
  379. if test -n '$(DISABLE_HARD_ERRORS)'; then \
  380. am__enable_hard_errors=no; \
  381. else \
  382. am__enable_hard_errors=yes; \
  383. fi; \
  384. case " $(XFAIL_TESTS) " in \
  385. *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
  386. am__expect_failure=yes;; \
  387. *) \
  388. am__expect_failure=no;; \
  389. esac; \
  390. $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
  391. # A shell command to get the names of the tests scripts with any registered
  392. # extension removed (i.e., equivalently, the names of the test logs, with
  393. # the '.log' extension removed). The result is saved in the shell variable
  394. # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
  395. # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
  396. # since that might cause problem with VPATH rewrites for suffix-less tests.
  397. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
  398. am__set_TESTS_bases = \
  399. bases='$(TEST_LOGS)'; \
  400. bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
  401. bases=`echo $$bases`
  402. AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
  403. RECHECK_LOGS = $(TEST_LOGS)
  404. TEST_SUITE_LOG = test-suite.log
  405. TEST_EXTENSIONS = @EXEEXT@ .test
  406. LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
  407. LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
  408. am__set_b = \
  409. case '$@' in \
  410. */*) \
  411. case '$*' in \
  412. */*) b='$*';; \
  413. *) b=`echo '$@' | sed 's/\.log$$//'`; \
  414. esac;; \
  415. *) \
  416. b='$*';; \
  417. esac
  418. am__test_logs1 = $(TESTS:=.log)
  419. am__test_logs2 = $(am__test_logs1:@[email protected]=.log)
  420. TEST_LOGS = $(am__test_logs2:.test.log=.log)
  421. TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
  422. TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
  423. $(TEST_LOG_FLAGS)
  424. DIST_SUBDIRS = $(SUBDIRS)
  425. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  426. $(srcdir)/gsl.spec.in $(srcdir)/gsl_version.h.in AUTHORS \
  427. COPYING ChangeLog INSTALL NEWS README THANKS TODO compile \
  428. config.guess config.sub depcomp install-sh ltmain.sh mdate-sh \
  429. missing mkinstalldirs test-driver
  430. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  431. distdir = $(PACKAGE)-$(VERSION)
  432. top_distdir = $(distdir)
  433. am__remove_distdir = \
  434. if test -d "$(distdir)"; then \
  435. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  436. && rm -rf "$(distdir)" \
  437. || { sleep 5 && rm -rf "$(distdir)"; }; \
  438. else :; fi
  439. am__post_remove_distdir = $(am__remove_distdir)
  440. am__relativize = \
  441. dir0=`pwd`; \
  442. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  443. sed_rest='s,^[^/]*/*,,'; \
  444. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  445. sed_butlast='s,/*[^/]*$$,,'; \
  446. while test -n "$$dir1"; do \
  447. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  448. if test "$$first" != "."; then \
  449. if test "$$first" = ".."; then \
  450. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  451. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  452. else \
  453. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  454. if test "$$first2" = "$$first"; then \
  455. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  456. else \
  457. dir2="../$$dir2"; \
  458. fi; \
  459. dir0="$$dir0"/"$$first"; \
  460. fi; \
  461. fi; \
  462. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  463. done; \
  464. reldir="$$dir2"
  465. DIST_ARCHIVES = $(distdir).tar.gz
  466. GZIP_ENV = --best
  467. DIST_TARGETS = dist-gzip
  468. # Exists only to be overridden by the user if desired.
  469. AM_DISTCHECK_DVI_TARGET = dvi
  470. distuninstallcheck_listfiles = find . -type f -print
  471. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  472. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  473. distcleancheck_listfiles = find . -type f -print
  474. ACLOCAL = @ACLOCAL@
  475. AMTAR = @AMTAR@
  476. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  477. AR = @AR@
  478. AS = @AS@
  479. AUTOCONF = @AUTOCONF@
  480. AUTOHEADER = @AUTOHEADER@
  481. AUTOMAKE = @AUTOMAKE@
  482. AWK = @AWK@
  483. CC = @CC@
  484. CCDEPMODE = @CCDEPMODE@
  485. CFLAGS = @CFLAGS@
  486. CPP = @CPP@
  487. CPPFLAGS = @CPPFLAGS@
  488. CYGPATH_W = @CYGPATH_W@
  489. DEFS = @DEFS@
  490. DEPDIR = @DEPDIR@
  491. DLLTOOL = @DLLTOOL@
  492. DSYMUTIL = @DSYMUTIL@
  493. DUMPBIN = @DUMPBIN@
  494. ECHO_C = @ECHO_C@
  495. ECHO_N = @ECHO_N@
  496. ECHO_T = @ECHO_T@
  497. EGREP = @EGREP@
  498. EXEEXT = @EXEEXT@
  499. FGREP = @FGREP@
  500. GREP = @GREP@
  501. GSLCBLAS_LDFLAGS = @GSLCBLAS_LDFLAGS@
  502. GSL_CFLAGS = @GSL_CFLAGS@
  503. GSL_LDFLAGS = @GSL_LDFLAGS@
  504. GSL_LIBADD = @GSL_LIBADD@
  505. GSL_LIBM = @GSL_LIBM@
  506. GSL_LIBS = @GSL_LIBS@
  507. GSL_LT_CBLAS_VERSION = @GSL_LT_CBLAS_VERSION@
  508. GSL_LT_VERSION = @GSL_LT_VERSION@
  509. GSL_MAJOR_VERSION = @GSL_MAJOR_VERSION@
  510. GSL_MINOR_VERSION = @GSL_MINOR_VERSION@
  511. HAVE_AIX_IEEE_INTERFACE = @HAVE_AIX_IEEE_INTERFACE@
  512. HAVE_DARWIN86_IEEE_INTERFACE = @HAVE_DARWIN86_IEEE_INTERFACE@
  513. HAVE_DARWIN_IEEE_INTERFACE = @HAVE_DARWIN_IEEE_INTERFACE@
  514. HAVE_FREEBSD_IEEE_INTERFACE = @HAVE_FREEBSD_IEEE_INTERFACE@
  515. HAVE_GNUM68K_IEEE_INTERFACE = @HAVE_GNUM68K_IEEE_INTERFACE@
  516. HAVE_GNUPPC_IEEE_INTERFACE = @HAVE_GNUPPC_IEEE_INTERFACE@
  517. HAVE_GNUSPARC_IEEE_INTERFACE = @HAVE_GNUSPARC_IEEE_INTERFACE@
  518. HAVE_GNUX86_IEEE_INTERFACE = @HAVE_GNUX86_IEEE_INTERFACE@
  519. HAVE_HPUX11_IEEE_INTERFACE = @HAVE_HPUX11_IEEE_INTERFACE@
  520. HAVE_HPUX_IEEE_INTERFACE = @HAVE_HPUX_IEEE_INTERFACE@
  521. HAVE_IRIX_IEEE_INTERFACE = @HAVE_IRIX_IEEE_INTERFACE@
  522. HAVE_NETBSD_IEEE_INTERFACE = @HAVE_NETBSD_IEEE_INTERFACE@
  523. HAVE_OPENBSD_IEEE_INTERFACE = @HAVE_OPENBSD_IEEE_INTERFACE@
  524. HAVE_OS2EMX_IEEE_INTERFACE = @HAVE_OS2EMX_IEEE_INTERFACE@
  525. HAVE_SOLARIS_IEEE_INTERFACE = @HAVE_SOLARIS_IEEE_INTERFACE@
  526. HAVE_SUNOS4_IEEE_INTERFACE = @HAVE_SUNOS4_IEEE_INTERFACE@
  527. HAVE_TRU64_IEEE_INTERFACE = @HAVE_TRU64_IEEE_INTERFACE@
  528. INSTALL = @INSTALL@
  529. INSTALL_DATA = @INSTALL_DATA@
  530. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  531. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  532. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  533. LD = @LD@
  534. LDFLAGS = @LDFLAGS@
  535. LIBM = @LIBM@
  536. LIBOBJS = @LIBOBJS@
  537. LIBS = @LIBS@
  538. LIBTOOL = @LIBTOOL@
  539. LIPO = @LIPO@
  540. LN_S = @LN_S@
  541. LTLIBOBJS = @LTLIBOBJS@
  542. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  543. MAINT = @MAINT@
  544. MAKEINFO = @MAKEINFO@
  545. MANIFEST_TOOL = @MANIFEST_TOOL@
  546. MKDIR_P = @MKDIR_P@
  547. NM = @NM@
  548. NMEDIT = @NMEDIT@
  549. OBJDUMP = @OBJDUMP@
  550. OBJEXT = @OBJEXT@
  551. OTOOL = @OTOOL@
  552. OTOOL64 = @OTOOL64@
  553. PACKAGE = @PACKAGE@
  554. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  555. PACKAGE_NAME = @PACKAGE_NAME@
  556. PACKAGE_STRING = @PACKAGE_STRING@
  557. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  558. PACKAGE_URL = @PACKAGE_URL@
  559. PACKAGE_VERSION = @PACKAGE_VERSION@
  560. PATH_SEPARATOR = @PATH_SEPARATOR@
  561. RANLIB = @RANLIB@
  562. SED = @SED@
  563. SET_MAKE = @SET_MAKE@
  564. SHELL = @SHELL@
  565. STRIP = @STRIP@
  566. VERSION = @VERSION@
  567. abs_builddir = @abs_builddir@
  568. abs_srcdir = @abs_srcdir@
  569. abs_top_builddir = @abs_top_builddir@
  570. abs_top_srcdir = @abs_top_srcdir@
  571. ac_ct_AR = @ac_ct_AR@
  572. ac_ct_CC = @ac_ct_CC@
  573. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  574. am__include = @am__include@
  575. am__leading_dot = @am__leading_dot@
  576. am__quote = @am__quote@
  577. am__tar = @am__tar@
  578. am__untar = @am__untar@
  579. bindir = @bindir@
  580. build = @build@
  581. build_alias = @build_alias@
  582. build_cpu = @build_cpu@
  583. build_os = @build_os@
  584. build_vendor = @build_vendor@
  585. builddir = @builddir@
  586. datadir = @datadir@
  587. datarootdir = @datarootdir@
  588. docdir = @docdir@
  589. dvidir = @dvidir@
  590. exec_prefix = @exec_prefix@
  591. host = @host@
  592. host_alias = @host_alias@
  593. host_cpu = @host_cpu@
  594. host_os = @host_os@
  595. host_vendor = @host_vendor@
  596. htmldir = @htmldir@
  597. includedir = @includedir@
  598. infodir = @infodir@
  599. install_sh = @install_sh@
  600. libdir = @libdir@
  601. libexecdir = @libexecdir@
  602. localedir = @localedir@
  603. localstatedir = @localstatedir@
  604. mandir = @mandir@
  605. mkdir_p = @mkdir_p@
  606. oldincludedir = @oldincludedir@
  607. pdfdir = @pdfdir@
  608. prefix = @prefix@
  609. program_transform_name = @program_transform_name@
  610. psdir = @psdir@
  611. runstatedir = @runstatedir@
  612. sbindir = @sbindir@
  613. sharedstatedir = @sharedstatedir@
  614. srcdir = @srcdir@
  615. sysconfdir = @sysconfdir@
  616. target_alias = @target_alias@
  617. top_build_prefix = @top_build_prefix@
  618. top_builddir = @top_builddir@
  619. top_srcdir = @top_srcdir@
  620. SUBDIRS = gsl utils sys test err bst const complex cheb block vector matrix permutation combination multiset sort ieee-utils cblas blas linalg eigen specfunc dht qrng rng randist fft poly fit multifit multifit_nlinear multilarge multilarge_nlinear filter movstat rstat statistics siman sum integration interpolation histogram ode-initval ode-initval2 roots multiroots min multimin monte ntuple diff deriv cdf wavelet bspline spblas spmatrix splinalg doc
  621. SUBLIBS = block/libgslblock.la blas/libgslblas.la \
  622. bspline/libgslbspline.la bst/libgslbst.la \
  623. complex/libgslcomplex.la cheb/libgslcheb.la dht/libgsldht.la \
  624. diff/libgsldiff.la deriv/libgslderiv.la eigen/libgsleigen.la \
  625. err/libgslerr.la fft/libgslfft.la filter/libgslfilter.la \
  626. fit/libgslfit.la histogram/libgslhistogram.la \
  627. ieee-utils/libgslieeeutils.la integration/libgslintegration.la \
  628. interpolation/libgslinterpolation.la linalg/libgsllinalg.la \
  629. matrix/libgslmatrix.la min/libgslmin.la monte/libgslmonte.la \
  630. multifit/libgslmultifit.la \
  631. multifit_nlinear/libgslmultifit_nlinear.la \
  632. multilarge/libgslmultilarge.la \
  633. multilarge_nlinear/libgslmultilarge_nlinear.la \
  634. multimin/libgslmultimin.la multiroots/libgslmultiroots.la \
  635. ntuple/libgslntuple.la ode-initval/libgslodeiv.la \
  636. ode-initval2/libgslodeiv2.la permutation/libgslpermutation.la \
  637. combination/libgslcombination.la multiset/libgslmultiset.la \
  638. poly/libgslpoly.la qrng/libgslqrng.la randist/libgslrandist.la \
  639. rng/libgslrng.la roots/libgslroots.la siman/libgslsiman.la \
  640. sort/libgslsort.la specfunc/libgslspecfunc.la \
  641. movstat/libgslmovstat.la rstat/libgslrstat.la \
  642. statistics/libgslstatistics.la sum/libgslsum.la \
  643. sys/libgslsys.la test/libgsltest.la utils/libutils.la \
  644. vector/libgslvector.la cdf/libgslcdf.la \
  645. wavelet/libgslwavelet.la spmatrix/libgslspmatrix.la \
  646. spblas/libgslspblas.la splinalg/libgslsplinalg.la
  647. pkginclude_HEADERS = gsl_math.h gsl_pow_int.h gsl_nan.h gsl_machine.h gsl_mode.h gsl_precision.h gsl_types.h gsl_version.h gsl_minmax.h gsl_inline.h
  648. bin_SCRIPTS = gsl-config
  649. pkgconfigdir = $(libdir)/pkgconfig
  650. pkgconfig_DATA = gsl.pc
  651. CLEANFILES = gsl.pc gsl-config
  652. EXTRA_DIST = autogen.sh gsl-config.in gsl.pc.in configure.ac THANKS BUGS gsl.spec.in gsl.m4 test_gsl_histogram.sh pkgconfig.test
  653. lib_LTLIBRARIES = libgsl.la
  654. libgsl_la_SOURCES = version.c
  655. libgsl_la_LIBADD = $(GSL_LIBADD) $(SUBLIBS)
  656. libgsl_la_LDFLAGS = $(GSL_LDFLAGS) -version-info $(GSL_LT_VERSION)
  657. noinst_HEADERS = templates_on.h templates_off.h build.h
  658. m4datadir = $(datadir)/aclocal
  659. m4data_DATA = gsl.m4
  660. gsl_randist_SOURCES = gsl-randist.c
  661. gsl_randist_LDADD = libgsl.la cblas/libgslcblas.la
  662. gsl_histogram_SOURCES = gsl-histogram.c
  663. gsl_histogram_LDADD = libgsl.la cblas/libgslcblas.la
  664. check_SCRIPTS = test_gsl_histogram.sh pkgconfig.test
  665. TESTS = test_gsl_histogram.sh pkgconfig.test
  666.  
  667. #bin_PROGRAMS = main dummy
  668. #dummy_SOURCES = version.c
  669. #dummy_LDADD = $(SUBLIBS)
  670. #main_SOURCES = version.c env.c
  671. #main_LDADD = libgsl.la
  672. edit = $(SED) \
  673. -e 's|@prefix[@]|$(prefix)|g' \
  674. -e 's|@exec_prefix[@]|$(exec_prefix)|g' \
  675. -e 's|@libdir[@]|$(libdir)|g' \
  676. -e 's|@includedir[@]|$(includedir)|g' \
  677. -e 's|@GSL_CFLAGS[@]|$(GSL_CFLAGS)|g' \
  678. -e 's|@GSL_LIBM[@]|$(GSL_LIBM)|g' \
  679. -e 's|@GSL_LIBS[@]|$(GSL_LIBS)|g' \
  680. -e 's|@LIBS[@]|$(LIBS)|g' \
  681. -e 's|@VERSION[@]|$(VERSION)|g'
  682.  
  683. all: config.h
  684. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  685.  
  686. .SUFFIXES:
  687. .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
  688. am--refresh: Makefile
  689. @:
  690. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  691. @for dep in $?; do \
  692. case '$(am__configure_deps)' in \
  693. *$$dep*) \
  694. echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
  695. $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
  696. && exit 0; \
  697. exit 1;; \
  698. esac; \
  699. done; \
  700. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  701. $(am__cd) $(top_srcdir) && \
  702. $(AUTOMAKE) --gnu Makefile
  703. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  704. @case '$?' in \
  705. *config.status*) \
  706. echo ' $(SHELL) ./config.status'; \
  707. $(SHELL) ./config.status;; \
  708. *) \
  709. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
  710. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
  711. esac;
  712.  
  713. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  714. $(SHELL) ./config.status --recheck
  715.  
  716. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  717. $(am__cd) $(srcdir) && $(AUTOCONF)
  718. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  719. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  720. $(am__aclocal_m4_deps):
  721.  
  722. config.h: stamp-h1
  723. @test -f $@ || rm -f stamp-h1
  724. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  725.  
  726. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  727. @rm -f stamp-h1
  728. cd $(top_builddir) && $(SHELL) ./config.status config.h
  729. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  730. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  731. rm -f stamp-h1
  732. touch $@
  733.  
  734. distclean-hdr:
  735. -rm -f config.h stamp-h1
  736. gsl_version.h: $(top_builddir)/config.status $(srcdir)/gsl_version.h.in
  737. cd $(top_builddir) && $(SHELL) ./config.status $@
  738. gsl.spec: $(top_builddir)/config.status $(srcdir)/gsl.spec.in
  739. cd $(top_builddir) && $(SHELL) ./config.status $@
  740. install-binPROGRAMS: $(bin_PROGRAMS)
  741. @$(NORMAL_INSTALL)
  742. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  743. if test -n "$$list"; then \
  744. echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
  745. $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
  746. fi; \
  747. for p in $$list; do echo "$$p $$p"; done | \
  748. sed 's/$(EXEEXT)$$//' | \
  749. while read p p1; do if test -f $$p \
  750. || test -f $$p1 \
  751. ; then echo "$$p"; echo "$$p"; else :; fi; \
  752. done | \
  753. sed -e 'p;s,.*/,,;n;h' \
  754. -e 's|.*|.|' \
  755. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  756. sed 'N;N;N;s,\n, ,g' | \
  757. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  758. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  759. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  760. else { print "f", $$3 "/" $$4, $$1; } } \
  761. END { for (d in files) print "f", d, files[d] }' | \
  762. while read type dir files; do \
  763. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  764. test -z "$$files" || { \
  765. echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  766. $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  767. } \
  768. ; done
  769.  
  770. uninstall-binPROGRAMS:
  771. @$(NORMAL_UNINSTALL)
  772. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  773. files=`for p in $$list; do echo "$$p"; done | \
  774. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  775. -e 's/$$/$(EXEEXT)/' \
  776. `; \
  777. test -n "$$list" || exit 0; \
  778. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  779. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  780.  
  781. clean-binPROGRAMS:
  782. @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
  783. echo " rm -f" $$list; \
  784. rm -f $$list || exit $$?; \
  785. test -n "$(EXEEXT)" || exit 0; \
  786. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  787. echo " rm -f" $$list; \
  788. rm -f $$list
  789.  
  790. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  791. @$(NORMAL_INSTALL)
  792. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  793. list2=; for p in $$list; do \
  794. if test -f $$p; then \
  795. list2="$$list2 $$p"; \
  796. else :; fi; \
  797. done; \
  798. test -z "$$list2" || { \
  799. echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
  800. $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
  801. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  802. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  803. }
  804.  
  805. uninstall-libLTLIBRARIES:
  806. @$(NORMAL_UNINSTALL)
  807. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  808. for p in $$list; do \
  809. $(am__strip_dir) \
  810. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  811. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  812. done
  813.  
  814. clean-libLTLIBRARIES:
  815. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  816. @list='$(lib_LTLIBRARIES)'; \
  817. locs=`for p in $$list; do echo $$p; done | \
  818. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  819. sort -u`; \
  820. test -z "$$locs" || { \
  821. echo rm -f $${locs}; \
  822. rm -f $${locs}; \
  823. }
  824.  
  825. libgsl.la: $(libgsl_la_OBJECTS) $(libgsl_la_DEPENDENCIES) $(EXTRA_libgsl_la_DEPENDENCIES)
  826. $(AM_V_CCLD)$(libgsl_la_LINK) -rpath $(libdir) $(libgsl_la_OBJECTS) $(libgsl_la_LIBADD) $(LIBS)
  827.  
  828. gsl-histogram$(EXEEXT): $(gsl_histogram_OBJECTS) $(gsl_histogram_DEPENDENCIES) $(EXTRA_gsl_histogram_DEPENDENCIES)
  829. @rm -f gsl-histogram$(EXEEXT)
  830. $(AM_V_CCLD)$(LINK) $(gsl_histogram_OBJECTS) $(gsl_histogram_LDADD) $(LIBS)
  831.  
  832. gsl-randist$(EXEEXT): $(gsl_randist_OBJECTS) $(gsl_randist_DEPENDENCIES) $(EXTRA_gsl_randist_DEPENDENCIES)
  833. @rm -f gsl-randist$(EXEEXT)
  834. $(AM_V_CCLD)$(LINK) $(gsl_randist_OBJECTS) $(gsl_randist_LDADD) $(LIBS)
  835. install-binSCRIPTS: $(bin_SCRIPTS)
  836. @$(NORMAL_INSTALL)
  837. @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
  838. if test -n "$$list"; then \
  839. echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
  840. $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
  841. fi; \
  842. for p in $$list; do \
  843. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  844. if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
  845. done | \
  846. sed -e 'p;s,.*/,,;n' \
  847. -e 'h;s|.*|.|' \
  848. -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
  849. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
  850. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  851. if ($$2 == $$4) { files[d] = files[d] " " $$1; \
  852. if (++n[d] == $(am__install_max)) { \
  853. print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
  854. else { print "f", d "/" $$4, $$1 } } \
  855. END { for (d in files) print "f", d, files[d] }' | \
  856. while read type dir files; do \
  857. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  858. test -z "$$files" || { \
  859. echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  860. $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  861. } \
  862. ; done
  863.  
  864. uninstall-binSCRIPTS:
  865. @$(NORMAL_UNINSTALL)
  866. @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
  867. files=`for p in $$list; do echo "$$p"; done | \
  868. sed -e 's,.*/,,;$(transform)'`; \
  869. dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
  870.  
  871. mostlyclean-compile:
  872. -rm -f *.$(OBJEXT)
  873.  
  874. distclean-compile:
  875. -rm -f *.tab.c
  876.  
  877. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsl-histogram.Po@am__quote@ # am--include-marker
  878. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsl-randist.Po@am__quote@ # am--include-marker
  879. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@ # am--include-marker
  880.  
  881. $(am__depfiles_remade):
  882. @$(MKDIR_P) $(@D)
  883. @echo '# dummy' >$@-t && $(am__mv) $@-t $@
  884.  
  885. am--depfiles: $(am__depfiles_remade)
  886.  
  887. .c.o:
  888. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  889. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  890. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  891. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  892. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  893.  
  894. .c.obj:
  895. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  896. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  897. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  898. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  899. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  900.  
  901. .c.lo:
  902. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  903. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  904. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  905. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  906. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  907.  
  908. mostlyclean-libtool:
  909. -rm -f *.lo
  910.  
  911. clean-libtool:
  912. -rm -rf .libs _libs
  913.  
  914. distclean-libtool:
  915. -rm -f libtool config.lt
  916. install-m4dataDATA: $(m4data_DATA)
  917. @$(NORMAL_INSTALL)
  918. @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
  919. if test -n "$$list"; then \
  920. echo " $(MKDIR_P) '$(DESTDIR)$(m4datadir)'"; \
  921. $(MKDIR_P) "$(DESTDIR)$(m4datadir)" || exit 1; \
  922. fi; \
  923. for p in $$list; do \
  924. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  925. echo "$$d$$p"; \
  926. done | $(am__base_list) | \
  927. while read files; do \
  928. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \
  929. $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \
  930. done
  931.  
  932. uninstall-m4dataDATA:
  933. @$(NORMAL_UNINSTALL)
  934. @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
  935. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  936. dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir)
  937. install-pkgconfigDATA: $(pkgconfig_DATA)
  938. @$(NORMAL_INSTALL)
  939. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  940. if test -n "$$list"; then \
  941. echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
  942. $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
  943. fi; \
  944. for p in $$list; do \
  945. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  946. echo "$$d$$p"; \
  947. done | $(am__base_list) | \
  948. while read files; do \
  949. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
  950. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
  951. done
  952.  
  953. uninstall-pkgconfigDATA:
  954. @$(NORMAL_UNINSTALL)
  955. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  956. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  957. dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
  958. install-pkgincludeHEADERS: $(pkginclude_HEADERS)
  959. @$(NORMAL_INSTALL)
  960. @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
  961. if test -n "$$list"; then \
  962. echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
  963. $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
  964. fi; \
  965. for p in $$list; do \
  966. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  967. echo "$$d$$p"; \
  968. done | $(am__base_list) | \
  969. while read files; do \
  970. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
  971. $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
  972. done
  973.  
  974. uninstall-pkgincludeHEADERS:
  975. @$(NORMAL_UNINSTALL)
  976. @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
  977. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  978. dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
  979.  
  980. # This directory's subdirectories are mostly independent; you can cd
  981. # into them and run 'make' without going through this Makefile.
  982. # To change the values of 'make' variables: instead of editing Makefiles,
  983. # (1) if the variable is set in 'config.status', edit 'config.status'
  984. # (which will cause the Makefiles to be regenerated when you run 'make');
  985. # (2) otherwise, pass the desired values on the 'make' command line.
  986. $(am__recursive_targets):
  987. @fail=; \
  988. if $(am__make_keepgoing); then \
  989. failcom='fail=yes'; \
  990. else \
  991. failcom='exit 1'; \
  992. fi; \
  993. dot_seen=no; \
  994. target=`echo $@ | sed s/-recursive//`; \
  995. case "$@" in \
  996. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  997. *) list='$(SUBDIRS)' ;; \
  998. esac; \
  999. for subdir in $$list; do \
  1000. echo "Making $$target in $$subdir"; \
  1001. if test "$$subdir" = "."; then \
  1002. dot_seen=yes; \
  1003. local_target="$$target-am"; \
  1004. else \
  1005. local_target="$$target"; \
  1006. fi; \
  1007. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  1008. || eval $$failcom; \
  1009. done; \
  1010. if test "$$dot_seen" = "no"; then \
  1011. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  1012. fi; test -z "$$fail"
  1013.  
  1014. ID: $(am__tagged_files)
  1015. $(am__define_uniq_tagged_files); mkid -fID $$unique
  1016. tags: tags-recursive
  1017. TAGS: tags
  1018.  
  1019. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  1020. set x; \
  1021. here=`pwd`; \
  1022. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  1023. include_option=--etags-include; \
  1024. empty_fix=.; \
  1025. else \
  1026. include_option=--include; \
  1027. empty_fix=; \
  1028. fi; \
  1029. list='$(SUBDIRS)'; for subdir in $$list; do \
  1030. if test "$$subdir" = .; then :; else \
  1031. test ! -f $$subdir/TAGS || \
  1032. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  1033. fi; \
  1034. done; \
  1035. $(am__define_uniq_tagged_files); \
  1036. shift; \
  1037. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  1038. test -n "$$unique" || unique=$$empty_fix; \
  1039. if test $$# -gt 0; then \
  1040. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  1041. "$$@" $$unique; \
  1042. else \
  1043. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  1044. $$unique; \
  1045. fi; \
  1046. fi
  1047. ctags: ctags-recursive
  1048.  
  1049. CTAGS: ctags
  1050. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  1051. $(am__define_uniq_tagged_files); \
  1052. test -z "$(CTAGS_ARGS)$$unique" \
  1053. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  1054. $$unique
  1055.  
  1056. GTAGS:
  1057. here=`$(am__cd) $(top_builddir) && pwd` \
  1058. && $(am__cd) $(top_srcdir) \
  1059. && gtags -i $(GTAGS_ARGS) "$$here"
  1060. cscope: cscope.files
  1061. test ! -s cscope.files \
  1062. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  1063. clean-cscope:
  1064. -rm -f cscope.files
  1065. cscope.files: clean-cscope cscopelist
  1066. cscopelist: cscopelist-recursive
  1067.  
  1068. cscopelist-am: $(am__tagged_files)
  1069. list='$(am__tagged_files)'; \
  1070. case "$(srcdir)" in \
  1071. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  1072. *) sdir=$(subdir)/$(srcdir) ;; \
  1073. esac; \
  1074. for i in $$list; do \
  1075. if test -f "$$i"; then \
  1076. echo "$(subdir)/$$i"; \
  1077. else \
  1078. echo "$$sdir/$$i"; \
  1079. fi; \
  1080. done >> $(top_builddir)/cscope.files
  1081.  
  1082. distclean-tags:
  1083. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  1084. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  1085.  
  1086. # Recover from deleted '.trs' file; this should ensure that
  1087. # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
  1088. # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
  1089. # to avoid problems with "make -n".
  1090. .log.trs:
  1091. rm -f $< $@
  1092. $(MAKE) $(AM_MAKEFLAGS) $<
  1093.  
  1094. # Leading 'am--fnord' is there to ensure the list of targets does not
  1095. # expand to empty, as could happen e.g. with make check TESTS=''.
  1096. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
  1097. am--force-recheck:
  1098. @:
  1099.  
  1100. $(TEST_SUITE_LOG): $(TEST_LOGS)
  1101. @$(am__set_TESTS_bases); \
  1102. am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
  1103. redo_bases=`for i in $$bases; do \
  1104. am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
  1105. done`; \
  1106. if test -n "$$redo_bases"; then \
  1107. redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
  1108. redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
  1109. if $(am__make_dryrun); then :; else \
  1110. rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
  1111. fi; \
  1112. fi; \
  1113. if test -n "$$am__remaking_logs"; then \
  1114. echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
  1115. "recursion detected" >&2; \
  1116. elif test -n "$$redo_logs"; then \
  1117. am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
  1118. fi; \
  1119. if $(am__make_dryrun); then :; else \
  1120. st=0; \
  1121. errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
  1122. for i in $$redo_bases; do \
  1123. test -f $$i.trs && test -r $$i.trs \
  1124. || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
  1125. test -f $$i.log && test -r $$i.log \
  1126. || { echo "$$errmsg $$i.log" >&2; st=1; }; \
  1127. done; \
  1128. test $$st -eq 0 || exit 1; \
  1129. fi
  1130. @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
  1131. ws='[ ]'; \
  1132. results=`for b in $$bases; do echo $$b.trs; done`; \
  1133. test -n "$$results" || results=/dev/null; \
  1134. all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
  1135. pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
  1136. fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
  1137. skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
  1138. xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
  1139. xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
  1140. error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
  1141. if test `expr $$fail + $$xpass + $$error` -eq 0; then \
  1142. success=true; \
  1143. else \
  1144. success=false; \
  1145. fi; \
  1146. br='==================='; br=$$br$$br$$br$$br; \
  1147. result_count () \
  1148. { \
  1149. if test x"$$1" = x"--maybe-color"; then \
  1150. maybe_colorize=yes; \
  1151. elif test x"$$1" = x"--no-color"; then \
  1152. maybe_colorize=no; \
  1153. else \
  1154. echo "$@: invalid 'result_count' usage" >&2; exit 4; \
  1155. fi; \
  1156. shift; \
  1157. desc=$$1 count=$$2; \
  1158. if test $$maybe_colorize = yes && test $$count -gt 0; then \
  1159. color_start=$$3 color_end=$$std; \
  1160. else \
  1161. color_start= color_end=; \
  1162. fi; \
  1163. echo "$${color_start}# $$desc $$count$${color_end}"; \
  1164. }; \
  1165. create_testsuite_report () \
  1166. { \
  1167. result_count $$1 "TOTAL:" $$all "$$brg"; \
  1168. result_count $$1 "PASS: " $$pass "$$grn"; \
  1169. result_count $$1 "SKIP: " $$skip "$$blu"; \
  1170. result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
  1171. result_count $$1 "FAIL: " $$fail "$$red"; \
  1172. result_count $$1 "XPASS:" $$xpass "$$red"; \
  1173. result_count $$1 "ERROR:" $$error "$$mgn"; \
  1174. }; \
  1175. { \
  1176. echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
  1177. $(am__rst_title); \
  1178. create_testsuite_report --no-color; \
  1179. echo; \
  1180. echo ".. contents:: :depth: 2"; \
  1181. echo; \
  1182. for b in $$bases; do echo $$b; done \
  1183. | $(am__create_global_log); \
  1184. } >$(TEST_SUITE_LOG).tmp || exit 1; \
  1185. mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
  1186. if $$success; then \
  1187. col="$$grn"; \
  1188. else \
  1189. col="$$red"; \
  1190. test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
  1191. fi; \
  1192. echo "$${col}$$br$${std}"; \
  1193. echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \
  1194. echo "$${col}$$br$${std}"; \
  1195. create_testsuite_report --maybe-color; \
  1196. echo "$$col$$br$$std"; \
  1197. if $$success; then :; else \
  1198. echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
  1199. if test -n "$(PACKAGE_BUGREPORT)"; then \
  1200. echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
  1201. fi; \
  1202. echo "$$col$$br$$std"; \
  1203. fi; \
  1204. $$success || exit 1
  1205.  
  1206. check-TESTS: $(check_SCRIPTS)
  1207. @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
  1208. @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
  1209. @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  1210. @set +e; $(am__set_TESTS_bases); \
  1211. log_list=`for i in $$bases; do echo $$i.log; done`; \
  1212. trs_list=`for i in $$bases; do echo $$i.trs; done`; \
  1213. log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
  1214. $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
  1215. exit $$?;
  1216. recheck: all $(check_SCRIPTS)
  1217. @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  1218. @set +e; $(am__set_TESTS_bases); \
  1219. bases=`for i in $$bases; do echo $$i; done \
  1220. | $(am__list_recheck_tests)` || exit 1; \
  1221. log_list=`for i in $$bases; do echo $$i.log; done`; \
  1222. log_list=`echo $$log_list`; \
  1223. $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
  1224. am__force_recheck=am--force-recheck \
  1225. TEST_LOGS="$$log_list"; \
  1226. exit $$?
  1227. test_gsl_histogram.sh.log: test_gsl_histogram.sh
  1228. @p='test_gsl_histogram.sh'; \
  1229. b='test_gsl_histogram.sh'; \
  1230. $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  1231. --log-file $$b.log --trs-file $$b.trs \
  1232. $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  1233. "$$tst" $(AM_TESTS_FD_REDIRECT)
  1234. .test.log:
  1235. @p='$<'; \
  1236. $(am__set_b); \
  1237. $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
  1238. --log-file $$b.log --trs-file $$b.trs \
  1239. $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
  1240. "$$tst" $(AM_TESTS_FD_REDIRECT)
  1241. @[email protected]$(EXEEXT).log:
  1242. @am__EXEEXT_TRUE@ @p='$<'; \
  1243. @am__EXEEXT_TRUE@ $(am__set_b); \
  1244. @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
  1245. @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
  1246. @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
  1247. @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
  1248.  
  1249. distdir: $(BUILT_SOURCES)
  1250. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  1251.  
  1252. distdir-am: $(DISTFILES)
  1253. $(am__remove_distdir)
  1254. test -d "$(distdir)" || mkdir "$(distdir)"
  1255. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1256. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1257. list='$(DISTFILES)'; \
  1258. dist_files=`for file in $$list; do echo $$file; done | \
  1259. sed -e "s|^$$srcdirstrip/||;t" \
  1260. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  1261. case $$dist_files in \
  1262. */*) $(MKDIR_P) `echo "$$dist_files" | \
  1263. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  1264. sort -u` ;; \
  1265. esac; \
  1266. for file in $$dist_files; do \
  1267. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  1268. if test -d $$d/$$file; then \
  1269. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  1270. if test -d "$(distdir)/$$file"; then \
  1271. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1272. fi; \
  1273. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  1274. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  1275. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1276. fi; \
  1277. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  1278. else \
  1279. test -f "$(distdir)/$$file" \
  1280. || cp -p $$d/$$file "$(distdir)/$$file" \
  1281. || exit 1; \
  1282. fi; \
  1283. done
  1284. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  1285. if test "$$subdir" = .; then :; else \
  1286. $(am__make_dryrun) \
  1287. || test -d "$(distdir)/$$subdir" \
  1288. || $(MKDIR_P) "$(distdir)/$$subdir" \
  1289. || exit 1; \
  1290. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  1291. $(am__relativize); \
  1292. new_distdir=$$reldir; \
  1293. dir1=$$subdir; dir2="$(top_distdir)"; \
  1294. $(am__relativize); \
  1295. new_top_distdir=$$reldir; \
  1296. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  1297. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  1298. ($(am__cd) $$subdir && \
  1299. $(MAKE) $(AM_MAKEFLAGS) \
  1300. top_distdir="$$new_top_distdir" \
  1301. distdir="$$new_distdir" \
  1302. am__remove_distdir=: \
  1303. am__skip_length_check=: \
  1304. am__skip_mode_fix=: \
  1305. distdir) \
  1306. || exit 1; \
  1307. fi; \
  1308. done
  1309. -test -n "$(am__skip_mode_fix)" \
  1310. || find "$(distdir)" -type d ! -perm -755 \
  1311. -exec chmod u+rwx,go+rx {} \; -o \
  1312. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  1313. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  1314. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  1315. || chmod -R a+r "$(distdir)"
  1316. dist-gzip: distdir
  1317. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  1318. $(am__post_remove_distdir)
  1319.  
  1320. dist-bzip2: distdir
  1321. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  1322. $(am__post_remove_distdir)
  1323.  
  1324. dist-lzip: distdir
  1325. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  1326. $(am__post_remove_distdir)
  1327.  
  1328. dist-xz: distdir
  1329. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  1330. $(am__post_remove_distdir)
  1331.  
  1332. dist-zstd: distdir
  1333. tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
  1334. $(am__post_remove_distdir)
  1335.  
  1336. dist-tarZ: distdir
  1337. @echo WARNING: "Support for distribution archives compressed with" \
  1338. "legacy program 'compress' is deprecated." >&2
  1339. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  1340. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  1341. $(am__post_remove_distdir)
  1342.  
  1343. dist-shar: distdir
  1344. @echo WARNING: "Support for shar distribution archives is" \
  1345. "deprecated." >&2
  1346. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  1347. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  1348. $(am__post_remove_distdir)
  1349.  
  1350. dist-zip: distdir
  1351. -rm -f $(distdir).zip
  1352. zip -rq $(distdir).zip $(distdir)
  1353. $(am__post_remove_distdir)
  1354.  
  1355. dist dist-all:
  1356. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  1357. $(am__post_remove_distdir)
  1358.  
  1359. # This target untars the dist file and tries a VPATH configuration. Then
  1360. # it guarantees that the distribution is self-contained by making another
  1361. # tarfile.
  1362. distcheck: dist
  1363. case '$(DIST_ARCHIVES)' in \
  1364. *.tar.gz*) \
  1365. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  1366. *.tar.bz2*) \
  1367. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  1368. *.tar.lz*) \
  1369. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  1370. *.tar.xz*) \
  1371. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  1372. *.tar.Z*) \
  1373. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  1374. *.shar.gz*) \
  1375. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  1376. *.zip*) \
  1377. unzip $(distdir).zip ;;\
  1378. *.tar.zst*) \
  1379. zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
  1380. esac
  1381. chmod -R a-w $(distdir)
  1382. chmod u+w $(distdir)
  1383. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  1384. chmod a-w $(distdir)
  1385. test -d $(distdir)/_build || exit 0; \
  1386. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  1387. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  1388. && am__cwd=`pwd` \
  1389. && $(am__cd) $(distdir)/_build/sub \
  1390. && ../../configure \
  1391. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  1392. $(DISTCHECK_CONFIGURE_FLAGS) \
  1393. --srcdir=../.. --prefix="$$dc_install_base" \
  1394. && $(MAKE) $(AM_MAKEFLAGS) \
  1395. && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
  1396. && $(MAKE) $(AM_MAKEFLAGS) check \
  1397. && $(MAKE) $(AM_MAKEFLAGS) install \
  1398. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  1399. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  1400. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  1401. distuninstallcheck \
  1402. && chmod -R a-w "$$dc_install_base" \
  1403. && ({ \
  1404. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  1405. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  1406. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  1407. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  1408. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  1409. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  1410. && rm -rf "$$dc_destdir" \
  1411. && $(MAKE) $(AM_MAKEFLAGS) dist \
  1412. && rm -rf $(DIST_ARCHIVES) \
  1413. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  1414. && cd "$$am__cwd" \
  1415. || exit 1
  1416. $(am__post_remove_distdir)
  1417. @(echo "$(distdir) archives ready for distribution: "; \
  1418. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  1419. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  1420. distuninstallcheck:
  1421. @test -n '$(distuninstallcheck_dir)' || { \
  1422. echo 'ERROR: trying to run $@ with an empty' \
  1423. '$$(distuninstallcheck_dir)' >&2; \
  1424. exit 1; \
  1425. }; \
  1426. $(am__cd) '$(distuninstallcheck_dir)' || { \
  1427. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  1428. exit 1; \
  1429. }; \
  1430. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  1431. || { echo "ERROR: files left after uninstall:" ; \
  1432. if test -n "$(DESTDIR)"; then \
  1433. echo " (check DESTDIR support)"; \
  1434. fi ; \
  1435. $(distuninstallcheck_listfiles) ; \
  1436. exit 1; } >&2
  1437. distcleancheck: distclean
  1438. @if test '$(srcdir)' = . ; then \
  1439. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  1440. exit 1 ; \
  1441. fi
  1442. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  1443. || { echo "ERROR: files left in build directory after distclean:" ; \
  1444. $(distcleancheck_listfiles) ; \
  1445. exit 1; } >&2
  1446. check-am: all-am
  1447. $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
  1448. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  1449. check: check-recursive
  1450. all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(SCRIPTS) $(DATA) \
  1451. $(HEADERS) config.h
  1452. install-binPROGRAMS: install-libLTLIBRARIES
  1453.  
  1454. installdirs: installdirs-recursive
  1455. installdirs-am:
  1456. for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)"; do \
  1457. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  1458. done
  1459. install: install-recursive
  1460. install-exec: install-exec-recursive
  1461. install-data: install-data-recursive
  1462. uninstall: uninstall-recursive
  1463.  
  1464. install-am: all-am
  1465. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  1466.  
  1467. installcheck: installcheck-recursive
  1468. install-strip:
  1469. if test -z '$(STRIP)'; then \
  1470. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1471. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1472. install; \
  1473. else \
  1474. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1475. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1476. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  1477. fi
  1478. mostlyclean-generic:
  1479. -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
  1480. -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
  1481. -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  1482.  
  1483. clean-generic:
  1484. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  1485.  
  1486. distclean-generic:
  1487. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  1488. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  1489.  
  1490. maintainer-clean-generic:
  1491. @echo "This command is intended for maintainers to use"
  1492. @echo "it deletes files that may require special tools to rebuild."
  1493. clean: clean-recursive
  1494.  
  1495. clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
  1496. clean-libtool mostlyclean-am
  1497.  
  1498. distclean: distclean-recursive
  1499. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  1500. -rm -f ./$(DEPDIR)/gsl-histogram.Po
  1501. -rm -f ./$(DEPDIR)/gsl-randist.Po
  1502. -rm -f ./$(DEPDIR)/version.Plo
  1503. -rm -f Makefile
  1504. distclean-am: clean-am distclean-compile distclean-generic \
  1505. distclean-hdr distclean-libtool distclean-tags
  1506.  
  1507. dvi: dvi-recursive
  1508.  
  1509. dvi-am:
  1510.  
  1511. html: html-recursive
  1512.  
  1513. html-am:
  1514.  
  1515. info: info-recursive
  1516.  
  1517. info-am:
  1518.  
  1519. install-data-am: install-m4dataDATA install-pkgconfigDATA \
  1520. install-pkgincludeHEADERS
  1521.  
  1522. install-dvi: install-dvi-recursive
  1523.  
  1524. install-dvi-am:
  1525.  
  1526. install-exec-am: install-binPROGRAMS install-binSCRIPTS \
  1527. install-libLTLIBRARIES
  1528.  
  1529. install-html: install-html-recursive
  1530.  
  1531. install-html-am:
  1532.  
  1533. install-info: install-info-recursive
  1534.  
  1535. install-info-am:
  1536.  
  1537. install-man:
  1538.  
  1539. install-pdf: install-pdf-recursive
  1540.  
  1541. install-pdf-am:
  1542.  
  1543. install-ps: install-ps-recursive
  1544.  
  1545. install-ps-am:
  1546.  
  1547. installcheck-am:
  1548.  
  1549. maintainer-clean: maintainer-clean-recursive
  1550. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  1551. -rm -rf $(top_srcdir)/autom4te.cache
  1552. -rm -f ./$(DEPDIR)/gsl-histogram.Po
  1553. -rm -f ./$(DEPDIR)/gsl-randist.Po
  1554. -rm -f ./$(DEPDIR)/version.Plo
  1555. -rm -f Makefile
  1556. maintainer-clean-am: distclean-am maintainer-clean-generic
  1557.  
  1558. mostlyclean: mostlyclean-recursive
  1559.  
  1560. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  1561. mostlyclean-libtool
  1562.  
  1563. pdf: pdf-recursive
  1564.  
  1565. pdf-am:
  1566.  
  1567. ps: ps-recursive
  1568.  
  1569. ps-am:
  1570.  
  1571. uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
  1572. uninstall-libLTLIBRARIES uninstall-m4dataDATA \
  1573. uninstall-pkgconfigDATA uninstall-pkgincludeHEADERS
  1574.  
  1575. .MAKE: $(am__recursive_targets) all check-am install-am install-strip
  1576.  
  1577. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  1578. am--depfiles am--refresh check check-TESTS check-am clean \
  1579. clean-binPROGRAMS clean-cscope clean-generic \
  1580. clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
  1581. ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
  1582. dist-shar dist-tarZ dist-xz dist-zip dist-zstd distcheck \
  1583. distclean distclean-compile distclean-generic distclean-hdr \
  1584. distclean-libtool distclean-tags distcleancheck distdir \
  1585. distuninstallcheck dvi dvi-am html html-am info info-am \
  1586. install install-am install-binPROGRAMS install-binSCRIPTS \
  1587. install-data install-data-am install-dvi install-dvi-am \
  1588. install-exec install-exec-am install-html install-html-am \
  1589. install-info install-info-am install-libLTLIBRARIES \
  1590. install-m4dataDATA install-man install-pdf install-pdf-am \
  1591. install-pkgconfigDATA install-pkgincludeHEADERS install-ps \
  1592. install-ps-am install-strip installcheck installcheck-am \
  1593. installdirs installdirs-am maintainer-clean \
  1594. maintainer-clean-generic mostlyclean mostlyclean-compile \
  1595. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  1596. recheck tags tags-am uninstall uninstall-am \
  1597. uninstall-binPROGRAMS uninstall-binSCRIPTS \
  1598. uninstall-libLTLIBRARIES uninstall-m4dataDATA \
  1599. uninstall-pkgconfigDATA uninstall-pkgincludeHEADERS
  1600.  
  1601. .PRECIOUS: Makefile
  1602.  
  1603.  
  1604. gsl-config gsl.pc: Makefile
  1605. @rm -f $@ [email protected]
  1606. @$(edit) '$(srcdir)/[email protected]' >>[email protected]
  1607. @chmod a-w [email protected]
  1608. @echo creating $@
  1609.  
  1610. gsl-config: $(srcdir)/gsl-config.in
  1611. gsl.pc: $(srcdir)/gsl.pc.in
  1612.  
  1613. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1614. # Otherwise a system limit (for SysV at least) may be exceeded.
  1615. .NOEXPORT:
Advertisement
Add Comment
Please, Sign In to add comment