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
18VPATH = @srcdir@
19am__is_gnu_make = { \
20  if test -z '$(MAKELEVEL)'; then \
21    false; \
22  elif test -n '$(MAKE_HOST)'; then \
23    true; \
24  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25    true; \
26  else \
27    false; \
28  fi; \
29}
30am__make_running_with_option = \
31  case $${target_option-} in \
32      ?) ;; \
33      *) echo "am__make_running_with_option: internal error: invalid" \
34              "target option '$${target_option-}' specified" >&2; \
35         exit 1;; \
36  esac; \
37  has_opt=no; \
38  sane_makeflags=$$MAKEFLAGS; \
39  if $(am__is_gnu_make); then \
40    sane_makeflags=$$MFLAGS; \
41  else \
42    case $$MAKEFLAGS in \
43      *\\[\ \	]*) \
44        bs=\\; \
45        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
47    esac; \
48  fi; \
49  skip_next=no; \
50  strip_trailopt () \
51  { \
52    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53  }; \
54  for flg in $$sane_makeflags; do \
55    test $$skip_next = yes && { skip_next=no; continue; }; \
56    case $$flg in \
57      *=*|--*) continue;; \
58        -*I) strip_trailopt 'I'; skip_next=yes;; \
59      -*I?*) strip_trailopt 'I';; \
60        -*O) strip_trailopt 'O'; skip_next=yes;; \
61      -*O?*) strip_trailopt 'O';; \
62        -*l) strip_trailopt 'l'; skip_next=yes;; \
63      -*l?*) strip_trailopt 'l';; \
64      -[dEDm]) skip_next=yes;; \
65      -[JT]) skip_next=yes;; \
66    esac; \
67    case $$flg in \
68      *$$target_option*) has_opt=yes; break;; \
69    esac; \
70  done; \
71  test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74pkgdatadir = $(datadir)/@PACKAGE@
75pkgincludedir = $(includedir)/@PACKAGE@
76pkglibdir = $(libdir)/@PACKAGE@
77pkglibexecdir = $(libexecdir)/@PACKAGE@
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
90build_triplet = @build@
91host_triplet = @host@
92check_PROGRAMS = test$(EXEEXT)
93subdir = statistics
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/configure.ac
96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97	$(ACLOCAL_M4)
98DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
99	$(pkginclude_HEADERS) $(am__DIST_COMMON)
100mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101CONFIG_HEADER = $(top_builddir)/config.h
102CONFIG_CLEAN_FILES =
103CONFIG_CLEAN_VPATH_FILES =
104LTLIBRARIES = $(noinst_LTLIBRARIES)
105libgslstatistics_la_LIBADD =
106am_libgslstatistics_la_OBJECTS = mean.lo variance.lo absdev.lo skew.lo \
107	kurtosis.lo lag1.lo p_variance.lo minmax.lo ttest.lo mad.lo \
108	median.lo covariance.lo quantiles.lo select.lo Sn.lo Qn.lo \
109	gastwirth.lo trmean.lo wmean.lo wvariance.lo wabsdev.lo \
110	wskew.lo wkurtosis.lo
111libgslstatistics_la_OBJECTS = $(am_libgslstatistics_la_OBJECTS)
112AM_V_lt = $(am__v_lt_@AM_V@)
113am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
114am__v_lt_0 = --silent
115am__v_lt_1 =
116am_test_OBJECTS = test.$(OBJEXT) test_nist.$(OBJEXT) \
117	test_robust.$(OBJEXT)
118test_OBJECTS = $(am_test_OBJECTS)
119test_DEPENDENCIES = libgslstatistics.la ../sort/libgslsort.la \
120	../ieee-utils/libgslieeeutils.la ../err/libgslerr.la \
121	../rng/libgslrng.la ../test/libgsltest.la ../sys/libgslsys.la \
122	../utils/libutils.la ../vector/libgslvector.la
123AM_V_P = $(am__v_P_@AM_V@)
124am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
125am__v_P_0 = false
126am__v_P_1 = :
127AM_V_GEN = $(am__v_GEN_@AM_V@)
128am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
129am__v_GEN_0 = @echo "  GEN     " $@;
130am__v_GEN_1 =
131AM_V_at = $(am__v_at_@AM_V@)
132am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
133am__v_at_0 = @
134am__v_at_1 =
135DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
136depcomp = $(SHELL) $(top_srcdir)/depcomp
137am__maybe_remake_depfiles = depfiles
138am__depfiles_remade = ./$(DEPDIR)/Qn.Plo ./$(DEPDIR)/Sn.Plo \
139	./$(DEPDIR)/absdev.Plo ./$(DEPDIR)/covariance.Plo \
140	./$(DEPDIR)/gastwirth.Plo ./$(DEPDIR)/kurtosis.Plo \
141	./$(DEPDIR)/lag1.Plo ./$(DEPDIR)/mad.Plo ./$(DEPDIR)/mean.Plo \
142	./$(DEPDIR)/median.Plo ./$(DEPDIR)/minmax.Plo \
143	./$(DEPDIR)/p_variance.Plo ./$(DEPDIR)/quantiles.Plo \
144	./$(DEPDIR)/select.Plo ./$(DEPDIR)/skew.Plo \
145	./$(DEPDIR)/test.Po ./$(DEPDIR)/test_nist.Po \
146	./$(DEPDIR)/test_robust.Po ./$(DEPDIR)/trmean.Plo \
147	./$(DEPDIR)/ttest.Plo ./$(DEPDIR)/variance.Plo \
148	./$(DEPDIR)/wabsdev.Plo ./$(DEPDIR)/wkurtosis.Plo \
149	./$(DEPDIR)/wmean.Plo ./$(DEPDIR)/wskew.Plo \
150	./$(DEPDIR)/wvariance.Plo
151am__mv = mv -f
152COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
153	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
154LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
155	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
156	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
157	$(AM_CFLAGS) $(CFLAGS)
158AM_V_CC = $(am__v_CC_@AM_V@)
159am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
160am__v_CC_0 = @echo "  CC      " $@;
161am__v_CC_1 =
162CCLD = $(CC)
163LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
164	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
165	$(AM_LDFLAGS) $(LDFLAGS) -o $@
166AM_V_CCLD = $(am__v_CCLD_@AM_V@)
167am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
168am__v_CCLD_0 = @echo "  CCLD    " $@;
169am__v_CCLD_1 =
170SOURCES = $(libgslstatistics_la_SOURCES) $(test_SOURCES)
171DIST_SOURCES = $(libgslstatistics_la_SOURCES) $(test_SOURCES)
172am__can_run_installinfo = \
173  case $$AM_UPDATE_INFO_DIR in \
174    n|no|NO) false;; \
175    *) (install-info --version) >/dev/null 2>&1;; \
176  esac
177am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
178am__vpath_adj = case $$p in \
179    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
180    *) f=$$p;; \
181  esac;
182am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
183am__install_max = 40
184am__nobase_strip_setup = \
185  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
186am__nobase_strip = \
187  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
188am__nobase_list = $(am__nobase_strip_setup); \
189  for p in $$list; do echo "$$p $$p"; done | \
190  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
191  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
192    if (++n[$$2] == $(am__install_max)) \
193      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
194    END { for (dir in files) print dir, files[dir] }'
195am__base_list = \
196  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
197  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
198am__uninstall_files_from_dir = { \
199  test -z "$$files" \
200    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
201    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
202         $(am__cd) "$$dir" && rm -f $$files; }; \
203  }
204am__installdirs = "$(DESTDIR)$(pkgincludedir)"
205HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS)
206am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
207# Read a list of newline-separated strings from the standard input,
208# and print each of them once, without duplicates.  Input order is
209# *not* preserved.
210am__uniquify_input = $(AWK) '\
211  BEGIN { nonempty = 0; } \
212  { items[$$0] = 1; nonempty = 1; } \
213  END { if (nonempty) { for (i in items) print i; }; } \
214'
215# Make sure the list of sources is unique.  This is necessary because,
216# e.g., the same source file might be shared among _SOURCES variables
217# for different programs/libraries.
218am__define_uniq_tagged_files = \
219  list='$(am__tagged_files)'; \
220  unique=`for i in $$list; do \
221    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
222  done | $(am__uniquify_input)`
223ETAGS = etags
224CTAGS = ctags
225am__tty_colors_dummy = \
226  mgn= red= grn= lgn= blu= brg= std=; \
227  am__color_tests=no
228am__tty_colors = { \
229  $(am__tty_colors_dummy); \
230  if test "X$(AM_COLOR_TESTS)" = Xno; then \
231    am__color_tests=no; \
232  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
233    am__color_tests=yes; \
234  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
235    am__color_tests=yes; \
236  fi; \
237  if test $$am__color_tests = yes; then \
238    red=''; \
239    grn=''; \
240    lgn=''; \
241    blu=''; \
242    mgn=''; \
243    brg=''; \
244    std=''; \
245  fi; \
246}
247am__recheck_rx = ^[ 	]*:recheck:[ 	]*
248am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
249am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
250# A command that, given a newline-separated list of test names on the
251# standard input, print the name of the tests that are to be re-run
252# upon "make recheck".
253am__list_recheck_tests = $(AWK) '{ \
254  recheck = 1; \
255  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
256    { \
257      if (rc < 0) \
258        { \
259          if ((getline line2 < ($$0 ".log")) < 0) \
260	    recheck = 0; \
261          break; \
262        } \
263      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
264        { \
265          recheck = 0; \
266          break; \
267        } \
268      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
269        { \
270          break; \
271        } \
272    }; \
273  if (recheck) \
274    print $$0; \
275  close ($$0 ".trs"); \
276  close ($$0 ".log"); \
277}'
278# A command that, given a newline-separated list of test names on the
279# standard input, create the global log from their .trs and .log files.
280am__create_global_log = $(AWK) ' \
281function fatal(msg) \
282{ \
283  print "fatal: making $@: " msg | "cat >&2"; \
284  exit 1; \
285} \
286function rst_section(header) \
287{ \
288  print header; \
289  len = length(header); \
290  for (i = 1; i <= len; i = i + 1) \
291    printf "="; \
292  printf "\n\n"; \
293} \
294{ \
295  copy_in_global_log = 1; \
296  global_test_result = "RUN"; \
297  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
298    { \
299      if (rc < 0) \
300         fatal("failed to read from " $$0 ".trs"); \
301      if (line ~ /$(am__global_test_result_rx)/) \
302        { \
303          sub("$(am__global_test_result_rx)", "", line); \
304          sub("[ 	]*$$", "", line); \
305          global_test_result = line; \
306        } \
307      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
308        copy_in_global_log = 0; \
309    }; \
310  if (copy_in_global_log) \
311    { \
312      rst_section(global_test_result ": " $$0); \
313      while ((rc = (getline line < ($$0 ".log"))) != 0) \
314      { \
315        if (rc < 0) \
316          fatal("failed to read from " $$0 ".log"); \
317        print line; \
318      }; \
319      printf "\n"; \
320    }; \
321  close ($$0 ".trs"); \
322  close ($$0 ".log"); \
323}'
324# Restructured Text title.
325am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
326# Solaris 10 'make', and several other traditional 'make' implementations,
327# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
328# by disabling -e (using the XSI extension "set +e") if it's set.
329am__sh_e_setup = case $$- in *e*) set +e;; esac
330# Default flags passed to test drivers.
331am__common_driver_flags = \
332  --color-tests "$$am__color_tests" \
333  --enable-hard-errors "$$am__enable_hard_errors" \
334  --expect-failure "$$am__expect_failure"
335# To be inserted before the command running the test.  Creates the
336# directory for the log if needed.  Stores in $dir the directory
337# containing $f, in $tst the test, in $log the log.  Executes the
338# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
339# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
340# will run the test scripts (or their associated LOG_COMPILER, if
341# thy have one).
342am__check_pre = \
343$(am__sh_e_setup);					\
344$(am__vpath_adj_setup) $(am__vpath_adj)			\
345$(am__tty_colors);					\
346srcdir=$(srcdir); export srcdir;			\
347case "$@" in						\
348  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
349    *) am__odir=.;; 					\
350esac;							\
351test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
352  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
353if test -f "./$$f"; then dir=./;			\
354elif test -f "$$f"; then dir=;				\
355else dir="$(srcdir)/"; fi;				\
356tst=$$dir$$f; log='$@'; 				\
357if test -n '$(DISABLE_HARD_ERRORS)'; then		\
358  am__enable_hard_errors=no; 				\
359else							\
360  am__enable_hard_errors=yes; 				\
361fi; 							\
362case " $(XFAIL_TESTS) " in				\
363  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
364    am__expect_failure=yes;;				\
365  *)							\
366    am__expect_failure=no;;				\
367esac; 							\
368$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
369# A shell command to get the names of the tests scripts with any registered
370# extension removed (i.e., equivalently, the names of the test logs, with
371# the '.log' extension removed).  The result is saved in the shell variable
372# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
373# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
374# since that might cause problem with VPATH rewrites for suffix-less tests.
375# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
376am__set_TESTS_bases = \
377  bases='$(TEST_LOGS)'; \
378  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
379  bases=`echo $$bases`
380AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
381RECHECK_LOGS = $(TEST_LOGS)
382AM_RECURSIVE_TARGETS = check recheck
383TEST_SUITE_LOG = test-suite.log
384TEST_EXTENSIONS = @EXEEXT@ .test
385LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
386LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
387am__set_b = \
388  case '$@' in \
389    */*) \
390      case '$*' in \
391        */*) b='$*';; \
392          *) b=`echo '$@' | sed 's/\.log$$//'`; \
393       esac;; \
394    *) \
395      b='$*';; \
396  esac
397am__test_logs1 = $(TESTS:=.log)
398am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
399TEST_LOGS = $(am__test_logs2:.test.log=.log)
400TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
401TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
402	$(TEST_LOG_FLAGS)
403am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
404	$(top_srcdir)/mkinstalldirs $(top_srcdir)/test-driver \
405	ChangeLog TODO
406DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
407ACLOCAL = @ACLOCAL@
408AMTAR = @AMTAR@
409AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
410AR = @AR@
411AS = @AS@
412AUTOCONF = @AUTOCONF@
413AUTOHEADER = @AUTOHEADER@
414AUTOMAKE = @AUTOMAKE@
415AWK = @AWK@
416CC = @CC@
417CCDEPMODE = @CCDEPMODE@
418CFLAGS = @CFLAGS@
419CPP = @CPP@
420CPPFLAGS = @CPPFLAGS@
421CYGPATH_W = @CYGPATH_W@
422DEFS = @DEFS@
423DEPDIR = @DEPDIR@
424DLLTOOL = @DLLTOOL@
425DSYMUTIL = @DSYMUTIL@
426DUMPBIN = @DUMPBIN@
427ECHO_C = @ECHO_C@
428ECHO_N = @ECHO_N@
429ECHO_T = @ECHO_T@
430EGREP = @EGREP@
431EXEEXT = @EXEEXT@
432FGREP = @FGREP@
433GREP = @GREP@
434GSLCBLAS_LDFLAGS = @GSLCBLAS_LDFLAGS@
435GSL_CFLAGS = @GSL_CFLAGS@
436GSL_LDFLAGS = @GSL_LDFLAGS@
437GSL_LIBADD = @GSL_LIBADD@
438GSL_LIBM = @GSL_LIBM@
439GSL_LIBS = @GSL_LIBS@
440GSL_LT_CBLAS_VERSION = @GSL_LT_CBLAS_VERSION@
441GSL_LT_VERSION = @GSL_LT_VERSION@
442GSL_MAJOR_VERSION = @GSL_MAJOR_VERSION@
443GSL_MINOR_VERSION = @GSL_MINOR_VERSION@
444HAVE_AIX_IEEE_INTERFACE = @HAVE_AIX_IEEE_INTERFACE@
445HAVE_DARWIN86_IEEE_INTERFACE = @HAVE_DARWIN86_IEEE_INTERFACE@
446HAVE_DARWIN_IEEE_INTERFACE = @HAVE_DARWIN_IEEE_INTERFACE@
447HAVE_FREEBSD_IEEE_INTERFACE = @HAVE_FREEBSD_IEEE_INTERFACE@
448HAVE_GNUM68K_IEEE_INTERFACE = @HAVE_GNUM68K_IEEE_INTERFACE@
449HAVE_GNUPPC_IEEE_INTERFACE = @HAVE_GNUPPC_IEEE_INTERFACE@
450HAVE_GNUSPARC_IEEE_INTERFACE = @HAVE_GNUSPARC_IEEE_INTERFACE@
451HAVE_GNUX86_IEEE_INTERFACE = @HAVE_GNUX86_IEEE_INTERFACE@
452HAVE_HPUX11_IEEE_INTERFACE = @HAVE_HPUX11_IEEE_INTERFACE@
453HAVE_HPUX_IEEE_INTERFACE = @HAVE_HPUX_IEEE_INTERFACE@
454HAVE_IRIX_IEEE_INTERFACE = @HAVE_IRIX_IEEE_INTERFACE@
455HAVE_NETBSD_IEEE_INTERFACE = @HAVE_NETBSD_IEEE_INTERFACE@
456HAVE_OPENBSD_IEEE_INTERFACE = @HAVE_OPENBSD_IEEE_INTERFACE@
457HAVE_OS2EMX_IEEE_INTERFACE = @HAVE_OS2EMX_IEEE_INTERFACE@
458HAVE_SOLARIS_IEEE_INTERFACE = @HAVE_SOLARIS_IEEE_INTERFACE@
459HAVE_SUNOS4_IEEE_INTERFACE = @HAVE_SUNOS4_IEEE_INTERFACE@
460HAVE_TRU64_IEEE_INTERFACE = @HAVE_TRU64_IEEE_INTERFACE@
461INSTALL = @INSTALL@
462INSTALL_DATA = @INSTALL_DATA@
463INSTALL_PROGRAM = @INSTALL_PROGRAM@
464INSTALL_SCRIPT = @INSTALL_SCRIPT@
465INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
466LD = @LD@
467LDFLAGS = @LDFLAGS@
468LIBM = @LIBM@
469LIBOBJS = @LIBOBJS@
470LIBS = @LIBS@
471LIBTOOL = @LIBTOOL@
472LIPO = @LIPO@
473LN_S = @LN_S@
474LTLIBOBJS = @LTLIBOBJS@
475LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
476MAINT = @MAINT@
477MAKEINFO = @MAKEINFO@
478MANIFEST_TOOL = @MANIFEST_TOOL@
479MKDIR_P = @MKDIR_P@
480NM = @NM@
481NMEDIT = @NMEDIT@
482OBJDUMP = @OBJDUMP@
483OBJEXT = @OBJEXT@
484OTOOL = @OTOOL@
485OTOOL64 = @OTOOL64@
486PACKAGE = @PACKAGE@
487PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
488PACKAGE_NAME = @PACKAGE_NAME@
489PACKAGE_STRING = @PACKAGE_STRING@
490PACKAGE_TARNAME = @PACKAGE_TARNAME@
491PACKAGE_URL = @PACKAGE_URL@
492PACKAGE_VERSION = @PACKAGE_VERSION@
493PATH_SEPARATOR = @PATH_SEPARATOR@
494RANLIB = @RANLIB@
495SED = @SED@
496SET_MAKE = @SET_MAKE@
497SHELL = @SHELL@
498STRIP = @STRIP@
499VERSION = @VERSION@
500abs_builddir = @abs_builddir@
501abs_srcdir = @abs_srcdir@
502abs_top_builddir = @abs_top_builddir@
503abs_top_srcdir = @abs_top_srcdir@
504ac_ct_AR = @ac_ct_AR@
505ac_ct_CC = @ac_ct_CC@
506ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
507am__include = @am__include@
508am__leading_dot = @am__leading_dot@
509am__quote = @am__quote@
510am__tar = @am__tar@
511am__untar = @am__untar@
512bindir = @bindir@
513build = @build@
514build_alias = @build_alias@
515build_cpu = @build_cpu@
516build_os = @build_os@
517build_vendor = @build_vendor@
518builddir = @builddir@
519datadir = @datadir@
520datarootdir = @datarootdir@
521docdir = @docdir@
522dvidir = @dvidir@
523exec_prefix = @exec_prefix@
524host = @host@
525host_alias = @host_alias@
526host_cpu = @host_cpu@
527host_os = @host_os@
528host_vendor = @host_vendor@
529htmldir = @htmldir@
530includedir = @includedir@
531infodir = @infodir@
532install_sh = @install_sh@
533libdir = @libdir@
534libexecdir = @libexecdir@
535localedir = @localedir@
536localstatedir = @localstatedir@
537mandir = @mandir@
538mkdir_p = @mkdir_p@
539oldincludedir = @oldincludedir@
540pdfdir = @pdfdir@
541prefix = @prefix@
542program_transform_name = @program_transform_name@
543psdir = @psdir@
544runstatedir = @runstatedir@
545sbindir = @sbindir@
546sharedstatedir = @sharedstatedir@
547srcdir = @srcdir@
548sysconfdir = @sysconfdir@
549target_alias = @target_alias@
550top_build_prefix = @top_build_prefix@
551top_builddir = @top_builddir@
552top_srcdir = @top_srcdir@
553noinst_LTLIBRARIES = libgslstatistics.la
554pkginclude_HEADERS = gsl_statistics.h gsl_statistics_char.h gsl_statistics_double.h gsl_statistics_float.h gsl_statistics_int.h gsl_statistics_long.h gsl_statistics_long_double.h gsl_statistics_short.h gsl_statistics_uchar.h gsl_statistics_uint.h gsl_statistics_ulong.h gsl_statistics_ushort.h
555AM_CPPFLAGS = -I$(top_srcdir)
556libgslstatistics_la_SOURCES = mean.c variance.c absdev.c skew.c kurtosis.c lag1.c p_variance.c minmax.c ttest.c mad.c median.c covariance.c quantiles.c select.c Sn.c Qn.c gastwirth.c trmean.c wmean.c wvariance.c wabsdev.c wskew.c wkurtosis.c
557noinst_HEADERS = mean_source.c variance_source.c covariance_source.c absdev_source.c skew_source.c kurtosis_source.c lag1_source.c p_variance_source.c minmax_source.c ttest_source.c mad_source.c median_source.c quantiles_source.c select_source.c Sn_source.c Qn_source.c gastwirth_source.c trmean_source.c wmean_source.c wvariance_source.c wabsdev_source.c wskew_source.c wkurtosis_source.c test_float_source.c test_int_source.c
558TESTS = $(check_PROGRAMS)
559test_SOURCES = test.c test_nist.c test_robust.c
560test_LDADD = libgslstatistics.la ../sort/libgslsort.la ../ieee-utils/libgslieeeutils.la ../err/libgslerr.la ../rng/libgslrng.la ../test/libgsltest.la ../sys/libgslsys.la ../utils/libutils.la ../vector/libgslvector.la
561all: all-am
562
563.SUFFIXES:
564.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
565$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
566	@for dep in $?; do \
567	  case '$(am__configure_deps)' in \
568	    *$$dep*) \
569	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
570	        && { if test -f $@; then exit 0; else break; fi; }; \
571	      exit 1;; \
572	  esac; \
573	done; \
574	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu statistics/Makefile'; \
575	$(am__cd) $(top_srcdir) && \
576	  $(AUTOMAKE) --gnu statistics/Makefile
577Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
578	@case '$?' in \
579	  *config.status*) \
580	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
581	  *) \
582	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
583	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
584	esac;
585
586$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
587	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
588
589$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
590	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
591$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
592	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
593$(am__aclocal_m4_deps):
594
595clean-checkPROGRAMS:
596	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
597	echo " rm -f" $$list; \
598	rm -f $$list || exit $$?; \
599	test -n "$(EXEEXT)" || exit 0; \
600	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
601	echo " rm -f" $$list; \
602	rm -f $$list
603
604clean-noinstLTLIBRARIES:
605	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
606	@list='$(noinst_LTLIBRARIES)'; \
607	locs=`for p in $$list; do echo $$p; done | \
608	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
609	      sort -u`; \
610	test -z "$$locs" || { \
611	  echo rm -f $${locs}; \
612	  rm -f $${locs}; \
613	}
614
615libgslstatistics.la: $(libgslstatistics_la_OBJECTS) $(libgslstatistics_la_DEPENDENCIES) $(EXTRA_libgslstatistics_la_DEPENDENCIES)
616	$(AM_V_CCLD)$(LINK)  $(libgslstatistics_la_OBJECTS) $(libgslstatistics_la_LIBADD) $(LIBS)
617
618test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES)
619	@rm -f test$(EXEEXT)
620	$(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
621
622mostlyclean-compile:
623	-rm -f *.$(OBJEXT)
624
625distclean-compile:
626	-rm -f *.tab.c
627
628@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Qn.Plo@am__quote@ # am--include-marker
629@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Sn.Plo@am__quote@ # am--include-marker
630@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/absdev.Plo@am__quote@ # am--include-marker
631@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/covariance.Plo@am__quote@ # am--include-marker
632@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gastwirth.Plo@am__quote@ # am--include-marker
633@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kurtosis.Plo@am__quote@ # am--include-marker
634@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lag1.Plo@am__quote@ # am--include-marker
635@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mad.Plo@am__quote@ # am--include-marker
636@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mean.Plo@am__quote@ # am--include-marker
637@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/median.Plo@am__quote@ # am--include-marker
638@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minmax.Plo@am__quote@ # am--include-marker
639@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p_variance.Plo@am__quote@ # am--include-marker
640@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quantiles.Plo@am__quote@ # am--include-marker
641@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select.Plo@am__quote@ # am--include-marker
642@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skew.Plo@am__quote@ # am--include-marker
643@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@ # am--include-marker
644@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_nist.Po@am__quote@ # am--include-marker
645@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_robust.Po@am__quote@ # am--include-marker
646@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trmean.Plo@am__quote@ # am--include-marker
647@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ttest.Plo@am__quote@ # am--include-marker
648@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/variance.Plo@am__quote@ # am--include-marker
649@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wabsdev.Plo@am__quote@ # am--include-marker
650@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wkurtosis.Plo@am__quote@ # am--include-marker
651@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wmean.Plo@am__quote@ # am--include-marker
652@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wskew.Plo@am__quote@ # am--include-marker
653@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wvariance.Plo@am__quote@ # am--include-marker
654
655$(am__depfiles_remade):
656	@$(MKDIR_P) $(@D)
657	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
658
659am--depfiles: $(am__depfiles_remade)
660
661.c.o:
662@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
663@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
664@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
665@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
666@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
667
668.c.obj:
669@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
670@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
671@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
672@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
673@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
674
675.c.lo:
676@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
677@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
678@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
679@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
680@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
681
682mostlyclean-libtool:
683	-rm -f *.lo
684
685clean-libtool:
686	-rm -rf .libs _libs
687install-pkgincludeHEADERS: $(pkginclude_HEADERS)
688	@$(NORMAL_INSTALL)
689	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
690	if test -n "$$list"; then \
691	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
692	  $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
693	fi; \
694	for p in $$list; do \
695	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
696	  echo "$$d$$p"; \
697	done | $(am__base_list) | \
698	while read files; do \
699	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
700	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
701	done
702
703uninstall-pkgincludeHEADERS:
704	@$(NORMAL_UNINSTALL)
705	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
706	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
707	dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
708
709ID: $(am__tagged_files)
710	$(am__define_uniq_tagged_files); mkid -fID $$unique
711tags: tags-am
712TAGS: tags
713
714tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
715	set x; \
716	here=`pwd`; \
717	$(am__define_uniq_tagged_files); \
718	shift; \
719	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
720	  test -n "$$unique" || unique=$$empty_fix; \
721	  if test $$# -gt 0; then \
722	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
723	      "$$@" $$unique; \
724	  else \
725	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
726	      $$unique; \
727	  fi; \
728	fi
729ctags: ctags-am
730
731CTAGS: ctags
732ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
733	$(am__define_uniq_tagged_files); \
734	test -z "$(CTAGS_ARGS)$$unique" \
735	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
736	     $$unique
737
738GTAGS:
739	here=`$(am__cd) $(top_builddir) && pwd` \
740	  && $(am__cd) $(top_srcdir) \
741	  && gtags -i $(GTAGS_ARGS) "$$here"
742cscopelist: cscopelist-am
743
744cscopelist-am: $(am__tagged_files)
745	list='$(am__tagged_files)'; \
746	case "$(srcdir)" in \
747	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
748	  *) sdir=$(subdir)/$(srcdir) ;; \
749	esac; \
750	for i in $$list; do \
751	  if test -f "$$i"; then \
752	    echo "$(subdir)/$$i"; \
753	  else \
754	    echo "$$sdir/$$i"; \
755	  fi; \
756	done >> $(top_builddir)/cscope.files
757
758distclean-tags:
759	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
760
761# Recover from deleted '.trs' file; this should ensure that
762# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
763# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
764# to avoid problems with "make -n".
765.log.trs:
766	rm -f $< $@
767	$(MAKE) $(AM_MAKEFLAGS) $<
768
769# Leading 'am--fnord' is there to ensure the list of targets does not
770# expand to empty, as could happen e.g. with make check TESTS=''.
771am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
772am--force-recheck:
773	@:
774
775$(TEST_SUITE_LOG): $(TEST_LOGS)
776	@$(am__set_TESTS_bases); \
777	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
778	redo_bases=`for i in $$bases; do \
779	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
780	            done`; \
781	if test -n "$$redo_bases"; then \
782	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
783	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
784	  if $(am__make_dryrun); then :; else \
785	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
786	  fi; \
787	fi; \
788	if test -n "$$am__remaking_logs"; then \
789	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
790	       "recursion detected" >&2; \
791	elif test -n "$$redo_logs"; then \
792	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
793	fi; \
794	if $(am__make_dryrun); then :; else \
795	  st=0;  \
796	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
797	  for i in $$redo_bases; do \
798	    test -f $$i.trs && test -r $$i.trs \
799	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
800	    test -f $$i.log && test -r $$i.log \
801	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
802	  done; \
803	  test $$st -eq 0 || exit 1; \
804	fi
805	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
806	ws='[ 	]'; \
807	results=`for b in $$bases; do echo $$b.trs; done`; \
808	test -n "$$results" || results=/dev/null; \
809	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
810	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
811	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
812	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
813	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
814	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
815	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
816	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
817	  success=true; \
818	else \
819	  success=false; \
820	fi; \
821	br='==================='; br=$$br$$br$$br$$br; \
822	result_count () \
823	{ \
824	    if test x"$$1" = x"--maybe-color"; then \
825	      maybe_colorize=yes; \
826	    elif test x"$$1" = x"--no-color"; then \
827	      maybe_colorize=no; \
828	    else \
829	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
830	    fi; \
831	    shift; \
832	    desc=$$1 count=$$2; \
833	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
834	      color_start=$$3 color_end=$$std; \
835	    else \
836	      color_start= color_end=; \
837	    fi; \
838	    echo "$${color_start}# $$desc $$count$${color_end}"; \
839	}; \
840	create_testsuite_report () \
841	{ \
842	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
843	  result_count $$1 "PASS: " $$pass  "$$grn"; \
844	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
845	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
846	  result_count $$1 "FAIL: " $$fail  "$$red"; \
847	  result_count $$1 "XPASS:" $$xpass "$$red"; \
848	  result_count $$1 "ERROR:" $$error "$$mgn"; \
849	}; \
850	{								\
851	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
852	    $(am__rst_title);						\
853	  create_testsuite_report --no-color;				\
854	  echo;								\
855	  echo ".. contents:: :depth: 2";				\
856	  echo;								\
857	  for b in $$bases; do echo $$b; done				\
858	    | $(am__create_global_log);					\
859	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
860	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
861	if $$success; then						\
862	  col="$$grn";							\
863	 else								\
864	  col="$$red";							\
865	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
866	fi;								\
867	echo "$${col}$$br$${std}"; 					\
868	echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}";	\
869	echo "$${col}$$br$${std}"; 					\
870	create_testsuite_report --maybe-color;				\
871	echo "$$col$$br$$std";						\
872	if $$success; then :; else					\
873	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
874	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
875	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
876	  fi;								\
877	  echo "$$col$$br$$std";					\
878	fi;								\
879	$$success || exit 1
880
881check-TESTS: $(check_PROGRAMS)
882	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
883	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
884	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
885	@set +e; $(am__set_TESTS_bases); \
886	log_list=`for i in $$bases; do echo $$i.log; done`; \
887	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
888	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
889	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
890	exit $$?;
891recheck: all $(check_PROGRAMS)
892	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
893	@set +e; $(am__set_TESTS_bases); \
894	bases=`for i in $$bases; do echo $$i; done \
895	         | $(am__list_recheck_tests)` || exit 1; \
896	log_list=`for i in $$bases; do echo $$i.log; done`; \
897	log_list=`echo $$log_list`; \
898	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
899	        am__force_recheck=am--force-recheck \
900	        TEST_LOGS="$$log_list"; \
901	exit $$?
902test.log: test$(EXEEXT)
903	@p='test$(EXEEXT)'; \
904	b='test'; \
905	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
906	--log-file $$b.log --trs-file $$b.trs \
907	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
908	"$$tst" $(AM_TESTS_FD_REDIRECT)
909.test.log:
910	@p='$<'; \
911	$(am__set_b); \
912	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
913	--log-file $$b.log --trs-file $$b.trs \
914	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
915	"$$tst" $(AM_TESTS_FD_REDIRECT)
916@am__EXEEXT_TRUE@.test$(EXEEXT).log:
917@am__EXEEXT_TRUE@	@p='$<'; \
918@am__EXEEXT_TRUE@	$(am__set_b); \
919@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
920@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
921@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
922@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
923
924distdir: $(BUILT_SOURCES)
925	$(MAKE) $(AM_MAKEFLAGS) distdir-am
926
927distdir-am: $(DISTFILES)
928	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
929	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
930	list='$(DISTFILES)'; \
931	  dist_files=`for file in $$list; do echo $$file; done | \
932	  sed -e "s|^$$srcdirstrip/||;t" \
933	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
934	case $$dist_files in \
935	  */*) $(MKDIR_P) `echo "$$dist_files" | \
936			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
937			   sort -u` ;; \
938	esac; \
939	for file in $$dist_files; do \
940	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
941	  if test -d $$d/$$file; then \
942	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
943	    if test -d "$(distdir)/$$file"; then \
944	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
945	    fi; \
946	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
947	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
948	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
949	    fi; \
950	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
951	  else \
952	    test -f "$(distdir)/$$file" \
953	    || cp -p $$d/$$file "$(distdir)/$$file" \
954	    || exit 1; \
955	  fi; \
956	done
957check-am: all-am
958	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
959	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
960check: check-am
961all-am: Makefile $(LTLIBRARIES) $(HEADERS)
962installdirs:
963	for dir in "$(DESTDIR)$(pkgincludedir)"; do \
964	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
965	done
966install: install-am
967install-exec: install-exec-am
968install-data: install-data-am
969uninstall: uninstall-am
970
971install-am: all-am
972	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
973
974installcheck: installcheck-am
975install-strip:
976	if test -z '$(STRIP)'; then \
977	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
978	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
979	      install; \
980	else \
981	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
982	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
983	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
984	fi
985mostlyclean-generic:
986	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
987	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
988	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
989
990clean-generic:
991
992distclean-generic:
993	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
994	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
995
996maintainer-clean-generic:
997	@echo "This command is intended for maintainers to use"
998	@echo "it deletes files that may require special tools to rebuild."
999clean: clean-am
1000
1001clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
1002	clean-noinstLTLIBRARIES mostlyclean-am
1003
1004distclean: distclean-am
1005		-rm -f ./$(DEPDIR)/Qn.Plo
1006	-rm -f ./$(DEPDIR)/Sn.Plo
1007	-rm -f ./$(DEPDIR)/absdev.Plo
1008	-rm -f ./$(DEPDIR)/covariance.Plo
1009	-rm -f ./$(DEPDIR)/gastwirth.Plo
1010	-rm -f ./$(DEPDIR)/kurtosis.Plo
1011	-rm -f ./$(DEPDIR)/lag1.Plo
1012	-rm -f ./$(DEPDIR)/mad.Plo
1013	-rm -f ./$(DEPDIR)/mean.Plo
1014	-rm -f ./$(DEPDIR)/median.Plo
1015	-rm -f ./$(DEPDIR)/minmax.Plo
1016	-rm -f ./$(DEPDIR)/p_variance.Plo
1017	-rm -f ./$(DEPDIR)/quantiles.Plo
1018	-rm -f ./$(DEPDIR)/select.Plo
1019	-rm -f ./$(DEPDIR)/skew.Plo
1020	-rm -f ./$(DEPDIR)/test.Po
1021	-rm -f ./$(DEPDIR)/test_nist.Po
1022	-rm -f ./$(DEPDIR)/test_robust.Po
1023	-rm -f ./$(DEPDIR)/trmean.Plo
1024	-rm -f ./$(DEPDIR)/ttest.Plo
1025	-rm -f ./$(DEPDIR)/variance.Plo
1026	-rm -f ./$(DEPDIR)/wabsdev.Plo
1027	-rm -f ./$(DEPDIR)/wkurtosis.Plo
1028	-rm -f ./$(DEPDIR)/wmean.Plo
1029	-rm -f ./$(DEPDIR)/wskew.Plo
1030	-rm -f ./$(DEPDIR)/wvariance.Plo
1031	-rm -f Makefile
1032distclean-am: clean-am distclean-compile distclean-generic \
1033	distclean-tags
1034
1035dvi: dvi-am
1036
1037dvi-am:
1038
1039html: html-am
1040
1041html-am:
1042
1043info: info-am
1044
1045info-am:
1046
1047install-data-am: install-pkgincludeHEADERS
1048
1049install-dvi: install-dvi-am
1050
1051install-dvi-am:
1052
1053install-exec-am:
1054
1055install-html: install-html-am
1056
1057install-html-am:
1058
1059install-info: install-info-am
1060
1061install-info-am:
1062
1063install-man:
1064
1065install-pdf: install-pdf-am
1066
1067install-pdf-am:
1068
1069install-ps: install-ps-am
1070
1071install-ps-am:
1072
1073installcheck-am:
1074
1075maintainer-clean: maintainer-clean-am
1076		-rm -f ./$(DEPDIR)/Qn.Plo
1077	-rm -f ./$(DEPDIR)/Sn.Plo
1078	-rm -f ./$(DEPDIR)/absdev.Plo
1079	-rm -f ./$(DEPDIR)/covariance.Plo
1080	-rm -f ./$(DEPDIR)/gastwirth.Plo
1081	-rm -f ./$(DEPDIR)/kurtosis.Plo
1082	-rm -f ./$(DEPDIR)/lag1.Plo
1083	-rm -f ./$(DEPDIR)/mad.Plo
1084	-rm -f ./$(DEPDIR)/mean.Plo
1085	-rm -f ./$(DEPDIR)/median.Plo
1086	-rm -f ./$(DEPDIR)/minmax.Plo
1087	-rm -f ./$(DEPDIR)/p_variance.Plo
1088	-rm -f ./$(DEPDIR)/quantiles.Plo
1089	-rm -f ./$(DEPDIR)/select.Plo
1090	-rm -f ./$(DEPDIR)/skew.Plo
1091	-rm -f ./$(DEPDIR)/test.Po
1092	-rm -f ./$(DEPDIR)/test_nist.Po
1093	-rm -f ./$(DEPDIR)/test_robust.Po
1094	-rm -f ./$(DEPDIR)/trmean.Plo
1095	-rm -f ./$(DEPDIR)/ttest.Plo
1096	-rm -f ./$(DEPDIR)/variance.Plo
1097	-rm -f ./$(DEPDIR)/wabsdev.Plo
1098	-rm -f ./$(DEPDIR)/wkurtosis.Plo
1099	-rm -f ./$(DEPDIR)/wmean.Plo
1100	-rm -f ./$(DEPDIR)/wskew.Plo
1101	-rm -f ./$(DEPDIR)/wvariance.Plo
1102	-rm -f Makefile
1103maintainer-clean-am: distclean-am maintainer-clean-generic
1104
1105mostlyclean: mostlyclean-am
1106
1107mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1108	mostlyclean-libtool
1109
1110pdf: pdf-am
1111
1112pdf-am:
1113
1114ps: ps-am
1115
1116ps-am:
1117
1118uninstall-am: uninstall-pkgincludeHEADERS
1119
1120.MAKE: check-am install-am install-strip
1121
1122.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \
1123	check-am clean clean-checkPROGRAMS clean-generic clean-libtool \
1124	clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
1125	distclean-compile distclean-generic distclean-libtool \
1126	distclean-tags distdir dvi dvi-am html html-am info info-am \
1127	install install-am install-data install-data-am install-dvi \
1128	install-dvi-am install-exec install-exec-am install-html \
1129	install-html-am install-info install-info-am install-man \
1130	install-pdf install-pdf-am install-pkgincludeHEADERS \
1131	install-ps install-ps-am install-strip installcheck \
1132	installcheck-am installdirs maintainer-clean \
1133	maintainer-clean-generic mostlyclean mostlyclean-compile \
1134	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1135	recheck tags tags-am uninstall uninstall-am \
1136	uninstall-pkgincludeHEADERS
1137
1138.PRECIOUS: Makefile
1139
1140
1141# Tell versions [3.59,3.63) of GNU make to not export all variables.
1142# Otherwise a system limit (for SysV at least) may be exceeded.
1143.NOEXPORT:
1144