~ubuntu-branches/debian/sid/arpack/sid

« back to all changes in this revision

Viewing changes to TESTS/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-11-13 09:56:18 UTC
  • mfrom: (1.3.3)
  • Revision ID: package-import@ubuntu.com-20131113095618-xoq2ckxy41bk7ilb
Tags: 3.1.4-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    am__dry=no; \
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
22
31
    case $$MAKEFLAGS in \
23
32
      *\\[\ \   ]*) \
24
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26
 
      *) \
27
 
        for am__flg in $$MAKEFLAGS; do \
28
 
          case $$am__flg in \
29
 
            *=*|--*) ;; \
30
 
            *n*) am__dry=yes; break;; \
31
 
          esac; \
32
 
        done;; \
33
 
    esac; \
34
 
    test $$am__dry = yes; \
35
 
  }
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
36
63
pkgdatadir = $(datadir)/@PACKAGE@
37
64
pkgincludedir = $(includedir)/@PACKAGE@
38
65
pkglibdir = $(libdir)/@PACKAGE@
51
78
POST_UNINSTALL = :
52
79
build_triplet = @build@
53
80
host_triplet = @host@
54
 
bin_PROGRAMS = dnsimp$(EXEEXT)
 
81
bin_PROGRAMS = dnsimp$(EXEEXT) bug_1323$(EXEEXT)
 
82
TESTS = dnsimp$(EXEEXT) bug_1323$(EXEEXT)
55
83
subdir = TESTS
56
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
84
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
85
        $(top_srcdir)/test-driver
57
86
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
87
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \
59
88
        $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/ax_mpi.m4 \
67
96
CONFIG_CLEAN_VPATH_FILES =
68
97
am__installdirs = "$(DESTDIR)$(bindir)"
69
98
PROGRAMS = $(bin_PROGRAMS)
 
99
am_bug_1323_OBJECTS = bug_1323.$(OBJEXT)
 
100
bug_1323_OBJECTS = $(am_bug_1323_OBJECTS)
 
101
am__DEPENDENCIES_1 =
 
102
bug_1323_DEPENDENCIES = ../libarpack.la $(am__DEPENDENCIES_1) \
 
103
        $(am__DEPENDENCIES_1)
 
104
AM_V_lt = $(am__v_lt_@AM_V@)
 
105
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
106
am__v_lt_0 = --silent
 
107
am__v_lt_1 = 
70
108
am_dnsimp_OBJECTS = dnsimp.$(OBJEXT) mmio.$(OBJEXT)
71
109
dnsimp_OBJECTS = $(am_dnsimp_OBJECTS)
72
 
am__DEPENDENCIES_1 =
73
110
dnsimp_DEPENDENCIES = ../libarpack.la $(am__DEPENDENCIES_1) \
74
111
        $(am__DEPENDENCIES_1)
 
112
AM_V_P = $(am__v_P_@AM_V@)
 
113
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
114
am__v_P_0 = false
 
115
am__v_P_1 = :
 
116
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
117
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
118
am__v_GEN_0 = @echo "  GEN     " $@;
 
119
am__v_GEN_1 = 
 
120
AM_V_at = $(am__v_at_@AM_V@)
 
121
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
122
am__v_at_0 = @
 
123
am__v_at_1 = 
75
124
DEFAULT_INCLUDES = -I.@am__isrc@
76
125
F77COMPILE = $(F77) $(AM_FFLAGS) $(FFLAGS)
77
 
LTF77COMPILE = $(LIBTOOL) --tag=F77 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
78
 
        --mode=compile $(F77) $(AM_FFLAGS) $(FFLAGS)
 
126
LTF77COMPILE = $(LIBTOOL) $(AM_V_lt) --tag=F77 $(AM_LIBTOOLFLAGS) \
 
127
        $(LIBTOOLFLAGS) --mode=compile $(F77) $(AM_FFLAGS) $(FFLAGS)
 
128
AM_V_F77 = $(am__v_F77_@AM_V@)
 
129
am__v_F77_ = $(am__v_F77_@AM_DEFAULT_V@)
 
130
am__v_F77_0 = @echo "  F77     " $@;
 
131
am__v_F77_1 = 
79
132
F77LD = $(F77)
80
 
F77LINK = $(LIBTOOL) --tag=F77 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81
 
        --mode=link $(F77LD) $(AM_FFLAGS) $(FFLAGS) $(AM_LDFLAGS) \
82
 
        $(LDFLAGS) -o $@
 
133
F77LINK = $(LIBTOOL) $(AM_V_lt) --tag=F77 $(AM_LIBTOOLFLAGS) \
 
134
        $(LIBTOOLFLAGS) --mode=link $(F77LD) $(AM_FFLAGS) $(FFLAGS) \
 
135
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
136
AM_V_F77LD = $(am__v_F77LD_@AM_V@)
 
137
am__v_F77LD_ = $(am__v_F77LD_@AM_DEFAULT_V@)
 
138
am__v_F77LD_0 = @echo "  F77LD   " $@;
 
139
am__v_F77LD_1 = 
83
140
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
84
141
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
86
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
87
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
142
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
143
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
144
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
145
        $(AM_CFLAGS) $(CFLAGS)
 
146
AM_V_CC = $(am__v_CC_@AM_V@)
 
147
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
148
am__v_CC_0 = @echo "  CC      " $@;
 
149
am__v_CC_1 = 
88
150
CCLD = $(CC)
89
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
91
 
        $(LDFLAGS) -o $@
92
 
SOURCES = $(dnsimp_SOURCES)
93
 
DIST_SOURCES = $(dnsimp_SOURCES)
 
151
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
152
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
153
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
154
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
155
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
156
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
157
am__v_CCLD_1 = 
 
158
SOURCES = $(bug_1323_SOURCES) $(dnsimp_SOURCES)
 
159
DIST_SOURCES = $(bug_1323_SOURCES) $(dnsimp_SOURCES)
94
160
am__can_run_installinfo = \
95
161
  case $$AM_UPDATE_INFO_DIR in \
96
162
    n|no|NO) false;; \
97
163
    *) (install-info --version) >/dev/null 2>&1;; \
98
164
  esac
 
165
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
166
# Read a list of newline-separated strings from the standard input,
 
167
# and print each of them once, without duplicates.  Input order is
 
168
# *not* preserved.
 
169
am__uniquify_input = $(AWK) '\
 
170
  BEGIN { nonempty = 0; } \
 
171
  { items[$$0] = 1; nonempty = 1; } \
 
172
  END { if (nonempty) { for (i in items) print i; }; } \
 
173
'
 
174
# Make sure the list of sources is unique.  This is necessary because,
 
175
# e.g., the same source file might be shared among _SOURCES variables
 
176
# for different programs/libraries.
 
177
am__define_uniq_tagged_files = \
 
178
  list='$(am__tagged_files)'; \
 
179
  unique=`for i in $$list; do \
 
180
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
181
  done | $(am__uniquify_input)`
99
182
ETAGS = etags
100
183
CTAGS = ctags
 
184
am__tty_colors_dummy = \
 
185
  mgn= red= grn= lgn= blu= brg= std=; \
 
186
  am__color_tests=no
 
187
am__tty_colors = { \
 
188
  $(am__tty_colors_dummy); \
 
189
  if test "X$(AM_COLOR_TESTS)" = Xno; then \
 
190
    am__color_tests=no; \
 
191
  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
 
192
    am__color_tests=yes; \
 
193
  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
 
194
    am__color_tests=yes; \
 
195
  fi; \
 
196
  if test $$am__color_tests = yes; then \
 
197
    red=''; \
 
198
    grn=''; \
 
199
    lgn=''; \
 
200
    blu=''; \
 
201
    mgn=''; \
 
202
    brg=''; \
 
203
    std=''; \
 
204
  fi; \
 
205
}
 
206
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
207
am__vpath_adj = case $$p in \
 
208
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
209
    *) f=$$p;; \
 
210
  esac;
 
211
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
212
am__install_max = 40
 
213
am__nobase_strip_setup = \
 
214
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
215
am__nobase_strip = \
 
216
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
217
am__nobase_list = $(am__nobase_strip_setup); \
 
218
  for p in $$list; do echo "$$p $$p"; done | \
 
219
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
220
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
221
    if (++n[$$2] == $(am__install_max)) \
 
222
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
223
    END { for (dir in files) print dir, files[dir] }'
 
224
am__base_list = \
 
225
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
226
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
227
am__uninstall_files_from_dir = { \
 
228
  test -z "$$files" \
 
229
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
230
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
231
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
232
  }
 
233
am__recheck_rx = ^[     ]*:recheck:[    ]*
 
234
am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
 
235
am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
 
236
# A command that, given a newline-separated list of test names on the
 
237
# standard input, print the name of the tests that are to be re-run
 
238
# upon "make recheck".
 
239
am__list_recheck_tests = $(AWK) '{ \
 
240
  recheck = 1; \
 
241
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
 
242
    { \
 
243
      if (rc < 0) \
 
244
        { \
 
245
          if ((getline line2 < ($$0 ".log")) < 0) \
 
246
            recheck = 0; \
 
247
          break; \
 
248
        } \
 
249
      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
 
250
        { \
 
251
          recheck = 0; \
 
252
          break; \
 
253
        } \
 
254
      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
 
255
        { \
 
256
          break; \
 
257
        } \
 
258
    }; \
 
259
  if (recheck) \
 
260
    print $$0; \
 
261
  close ($$0 ".trs"); \
 
262
  close ($$0 ".log"); \
 
263
}'
 
264
# A command that, given a newline-separated list of test names on the
 
265
# standard input, create the global log from their .trs and .log files.
 
266
am__create_global_log = $(AWK) ' \
 
267
function fatal(msg) \
 
268
{ \
 
269
  print "fatal: making $@: " msg | "cat >&2"; \
 
270
  exit 1; \
 
271
} \
 
272
function rst_section(header) \
 
273
{ \
 
274
  print header; \
 
275
  len = length(header); \
 
276
  for (i = 1; i <= len; i = i + 1) \
 
277
    printf "="; \
 
278
  printf "\n\n"; \
 
279
} \
 
280
{ \
 
281
  copy_in_global_log = 1; \
 
282
  global_test_result = "RUN"; \
 
283
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
 
284
    { \
 
285
      if (rc < 0) \
 
286
         fatal("failed to read from " $$0 ".trs"); \
 
287
      if (line ~ /$(am__global_test_result_rx)/) \
 
288
        { \
 
289
          sub("$(am__global_test_result_rx)", "", line); \
 
290
          sub("[        ]*$$", "", line); \
 
291
          global_test_result = line; \
 
292
        } \
 
293
      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
 
294
        copy_in_global_log = 0; \
 
295
    }; \
 
296
  if (copy_in_global_log) \
 
297
    { \
 
298
      rst_section(global_test_result ": " $$0); \
 
299
      while ((rc = (getline line < ($$0 ".log"))) != 0) \
 
300
      { \
 
301
        if (rc < 0) \
 
302
          fatal("failed to read from " $$0 ".log"); \
 
303
        print line; \
 
304
      }; \
 
305
      printf "\n"; \
 
306
    }; \
 
307
  close ($$0 ".trs"); \
 
308
  close ($$0 ".log"); \
 
309
}'
 
310
# Restructured Text title.
 
311
am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
 
312
# Solaris 10 'make', and several other traditional 'make' implementations,
 
313
# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
 
314
# by disabling -e (using the XSI extension "set +e") if it's set.
 
315
am__sh_e_setup = case $$- in *e*) set +e;; esac
 
316
# Default flags passed to test drivers.
 
317
am__common_driver_flags = \
 
318
  --color-tests "$$am__color_tests" \
 
319
  --enable-hard-errors "$$am__enable_hard_errors" \
 
320
  --expect-failure "$$am__expect_failure"
 
321
# To be inserted before the command running the test.  Creates the
 
322
# directory for the log if needed.  Stores in $dir the directory
 
323
# containing $f, in $tst the test, in $log the log.  Executes the
 
324
# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
 
325
# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
 
326
# will run the test scripts (or their associated LOG_COMPILER, if
 
327
# thy have one).
 
328
am__check_pre = \
 
329
$(am__sh_e_setup);                                      \
 
330
$(am__vpath_adj_setup) $(am__vpath_adj)                 \
 
331
$(am__tty_colors);                                      \
 
332
srcdir=$(srcdir); export srcdir;                        \
 
333
case "$@" in                                            \
 
334
  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
 
335
    *) am__odir=.;;                                     \
 
336
esac;                                                   \
 
337
test "x$$am__odir" = x"." || test -d "$$am__odir"       \
 
338
  || $(MKDIR_P) "$$am__odir" || exit $$?;               \
 
339
if test -f "./$$f"; then dir=./;                        \
 
340
elif test -f "$$f"; then dir=;                          \
 
341
else dir="$(srcdir)/"; fi;                              \
 
342
tst=$$dir$$f; log='$@';                                 \
 
343
if test -n '$(DISABLE_HARD_ERRORS)'; then               \
 
344
  am__enable_hard_errors=no;                            \
 
345
else                                                    \
 
346
  am__enable_hard_errors=yes;                           \
 
347
fi;                                                     \
 
348
case " $(XFAIL_TESTS) " in                              \
 
349
  *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
 
350
    am__expect_failure=yes;;                            \
 
351
  *)                                                    \
 
352
    am__expect_failure=no;;                             \
 
353
esac;                                                   \
 
354
$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
 
355
# A shell command to get the names of the tests scripts with any registered
 
356
# extension removed (i.e., equivalently, the names of the test logs, with
 
357
# the '.log' extension removed).  The result is saved in the shell variable
 
358
# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
 
359
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
 
360
# since that might cause problem with VPATH rewrites for suffix-less tests.
 
361
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
 
362
am__set_TESTS_bases = \
 
363
  bases='$(TEST_LOGS)'; \
 
364
  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
 
365
  bases=`echo $$bases`
 
366
RECHECK_LOGS = $(TEST_LOGS)
 
367
AM_RECURSIVE_TARGETS = check recheck
 
368
TEST_SUITE_LOG = test-suite.log
 
369
TEST_EXTENSIONS = @EXEEXT@ .test
 
370
LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
 
371
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
 
372
am__set_b = \
 
373
  case '$@' in \
 
374
    */*) \
 
375
      case '$*' in \
 
376
        */*) b='$*';; \
 
377
          *) b=`echo '$@' | sed 's/\.log$$//'`; \
 
378
       esac;; \
 
379
    *) \
 
380
      b='$*';; \
 
381
  esac
 
382
am__test_logs1 = $(TESTS:=.log)
 
383
am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
 
384
TEST_LOGS = $(am__test_logs2:.test.log=.log)
 
385
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
 
386
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
 
387
        $(TEST_LOG_FLAGS)
101
388
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
102
389
ACLOCAL = @ACLOCAL@
103
390
AMTAR = @AMTAR@
 
391
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
104
392
AR = @AR@
105
393
AS = @AS@
106
394
AUTOCONF = @AUTOCONF@
225
513
dnsimp_SOURCES = dnsimp.f mmio.f debug.h
226
514
dnsimp_LDADD = ../libarpack.la $(BLAS_LIBS) $(LAPACK_LIBS)
227
515
EXTRA_DIST = testA.mtx
 
516
bug_1323_SOURCES = bug_1323.f
 
517
bug_1323_LDADD = ../libarpack.la $(BLAS_LIBS) $(LAPACK_LIBS)
228
518
all: all-am
229
519
 
230
520
.SUFFIXES:
231
 
.SUFFIXES: .f .lo .o .obj
 
521
.SUFFIXES: .f .lo .log .o .obj .test .test$(EXEEXT) .trs
232
522
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
233
523
        @for dep in $?; do \
234
524
          case '$(am__configure_deps)' in \
268
558
        fi; \
269
559
        for p in $$list; do echo "$$p $$p"; done | \
270
560
        sed 's/$(EXEEXT)$$//' | \
271
 
        while read p p1; do if test -f $$p || test -f $$p1; \
272
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
561
        while read p p1; do if test -f $$p \
 
562
         || test -f $$p1 \
 
563
          ; then echo "$$p"; echo "$$p"; else :; fi; \
273
564
        done | \
274
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
565
        sed -e 'p;s,.*/,,;n;h' \
 
566
            -e 's|.*|.|' \
275
567
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
276
568
        sed 'N;N;N;s,\n, ,g' | \
277
569
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
292
584
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
293
585
        files=`for p in $$list; do echo "$$p"; done | \
294
586
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
295
 
              -e 's/$$/$(EXEEXT)/' `; \
 
587
              -e 's/$$/$(EXEEXT)/' \
 
588
        `; \
296
589
        test -n "$$list" || exit 0; \
297
590
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
298
591
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
305
598
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
306
599
        echo " rm -f" $$list; \
307
600
        rm -f $$list
 
601
 
 
602
bug_1323$(EXEEXT): $(bug_1323_OBJECTS) $(bug_1323_DEPENDENCIES) $(EXTRA_bug_1323_DEPENDENCIES) 
 
603
        @rm -f bug_1323$(EXEEXT)
 
604
        $(AM_V_F77LD)$(F77LINK) $(bug_1323_OBJECTS) $(bug_1323_LDADD) $(LIBS)
 
605
 
308
606
dnsimp$(EXEEXT): $(dnsimp_OBJECTS) $(dnsimp_DEPENDENCIES) $(EXTRA_dnsimp_DEPENDENCIES) 
309
607
        @rm -f dnsimp$(EXEEXT)
310
 
        $(F77LINK) $(dnsimp_OBJECTS) $(dnsimp_LDADD) $(LIBS)
 
608
        $(AM_V_F77LD)$(F77LINK) $(dnsimp_OBJECTS) $(dnsimp_LDADD) $(LIBS)
311
609
 
312
610
mostlyclean-compile:
313
611
        -rm -f *.$(OBJEXT)
316
614
        -rm -f *.tab.c
317
615
 
318
616
.f.o:
319
 
        $(F77COMPILE) -c -o $@ $<
 
617
        $(AM_V_F77)$(F77COMPILE) -c -o $@ $<
320
618
 
321
619
.f.obj:
322
 
        $(F77COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
620
        $(AM_V_F77)$(F77COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
323
621
 
324
622
.f.lo:
325
 
        $(LTF77COMPILE) -c -o $@ $<
 
623
        $(AM_V_F77)$(LTF77COMPILE) -c -o $@ $<
326
624
 
327
625
mostlyclean-libtool:
328
626
        -rm -f *.lo
330
628
clean-libtool:
331
629
        -rm -rf .libs _libs
332
630
 
333
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
334
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
335
 
        unique=`for i in $$list; do \
336
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337
 
          done | \
338
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
339
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
340
 
        mkid -fID $$unique
341
 
tags: TAGS
 
631
ID: $(am__tagged_files)
 
632
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
633
tags: tags-am
 
634
TAGS: tags
342
635
 
343
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
344
 
                $(TAGS_FILES) $(LISP)
 
636
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
345
637
        set x; \
346
638
        here=`pwd`; \
347
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
348
 
        unique=`for i in $$list; do \
349
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350
 
          done | \
351
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
352
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
639
        $(am__define_uniq_tagged_files); \
353
640
        shift; \
354
641
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
355
642
          test -n "$$unique" || unique=$$empty_fix; \
361
648
              $$unique; \
362
649
          fi; \
363
650
        fi
364
 
ctags: CTAGS
365
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
366
 
                $(TAGS_FILES) $(LISP)
367
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
368
 
        unique=`for i in $$list; do \
369
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370
 
          done | \
371
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
651
ctags: ctags-am
 
652
 
 
653
CTAGS: ctags
 
654
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
655
        $(am__define_uniq_tagged_files); \
373
656
        test -z "$(CTAGS_ARGS)$$unique" \
374
657
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
375
658
             $$unique
378
661
        here=`$(am__cd) $(top_builddir) && pwd` \
379
662
          && $(am__cd) $(top_srcdir) \
380
663
          && gtags -i $(GTAGS_ARGS) "$$here"
 
664
cscopelist: cscopelist-am
 
665
 
 
666
cscopelist-am: $(am__tagged_files)
 
667
        list='$(am__tagged_files)'; \
 
668
        case "$(srcdir)" in \
 
669
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
670
          *) sdir=$(subdir)/$(srcdir) ;; \
 
671
        esac; \
 
672
        for i in $$list; do \
 
673
          if test -f "$$i"; then \
 
674
            echo "$(subdir)/$$i"; \
 
675
          else \
 
676
            echo "$$sdir/$$i"; \
 
677
          fi; \
 
678
        done >> $(top_builddir)/cscope.files
381
679
 
382
680
distclean-tags:
383
681
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
384
682
 
 
683
# Recover from deleted '.trs' file; this should ensure that
 
684
# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
 
685
# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
 
686
# to avoid problems with "make -n".
 
687
.log.trs:
 
688
        rm -f $< $@
 
689
        $(MAKE) $(AM_MAKEFLAGS) $<
 
690
 
 
691
# Leading 'am--fnord' is there to ensure the list of targets does not
 
692
# expand to empty, as could happen e.g. with make check TESTS=''.
 
693
am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
 
694
am--force-recheck:
 
695
        @:
 
696
 
 
697
$(TEST_SUITE_LOG): $(TEST_LOGS)
 
698
        @$(am__set_TESTS_bases); \
 
699
        am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
 
700
        redo_bases=`for i in $$bases; do \
 
701
                      am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
 
702
                    done`; \
 
703
        if test -n "$$redo_bases"; then \
 
704
          redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
 
705
          redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
 
706
          if $(am__make_dryrun); then :; else \
 
707
            rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
 
708
          fi; \
 
709
        fi; \
 
710
        if test -n "$$am__remaking_logs"; then \
 
711
          echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
 
712
               "recursion detected" >&2; \
 
713
        else \
 
714
          am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
 
715
        fi; \
 
716
        if $(am__make_dryrun); then :; else \
 
717
          st=0;  \
 
718
          errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
 
719
          for i in $$redo_bases; do \
 
720
            test -f $$i.trs && test -r $$i.trs \
 
721
              || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
 
722
            test -f $$i.log && test -r $$i.log \
 
723
              || { echo "$$errmsg $$i.log" >&2; st=1; }; \
 
724
          done; \
 
725
          test $$st -eq 0 || exit 1; \
 
726
        fi
 
727
        @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
 
728
        ws='[   ]'; \
 
729
        results=`for b in $$bases; do echo $$b.trs; done`; \
 
730
        test -n "$$results" || results=/dev/null; \
 
731
        all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
 
732
        pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
 
733
        fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
 
734
        skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
 
735
        xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
 
736
        xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
 
737
        error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
 
738
        if test `expr $$fail + $$xpass + $$error` -eq 0; then \
 
739
          success=true; \
 
740
        else \
 
741
          success=false; \
 
742
        fi; \
 
743
        br='==================='; br=$$br$$br$$br$$br; \
 
744
        result_count () \
 
745
        { \
 
746
            if test x"$$1" = x"--maybe-color"; then \
 
747
              maybe_colorize=yes; \
 
748
            elif test x"$$1" = x"--no-color"; then \
 
749
              maybe_colorize=no; \
 
750
            else \
 
751
              echo "$@: invalid 'result_count' usage" >&2; exit 4; \
 
752
            fi; \
 
753
            shift; \
 
754
            desc=$$1 count=$$2; \
 
755
            if test $$maybe_colorize = yes && test $$count -gt 0; then \
 
756
              color_start=$$3 color_end=$$std; \
 
757
            else \
 
758
              color_start= color_end=; \
 
759
            fi; \
 
760
            echo "$${color_start}# $$desc $$count$${color_end}"; \
 
761
        }; \
 
762
        create_testsuite_report () \
 
763
        { \
 
764
          result_count $$1 "TOTAL:" $$all   "$$brg"; \
 
765
          result_count $$1 "PASS: " $$pass  "$$grn"; \
 
766
          result_count $$1 "SKIP: " $$skip  "$$blu"; \
 
767
          result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
 
768
          result_count $$1 "FAIL: " $$fail  "$$red"; \
 
769
          result_count $$1 "XPASS:" $$xpass "$$red"; \
 
770
          result_count $$1 "ERROR:" $$error "$$mgn"; \
 
771
        }; \
 
772
        {                                                               \
 
773
          echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
 
774
            $(am__rst_title);                                           \
 
775
          create_testsuite_report --no-color;                           \
 
776
          echo;                                                         \
 
777
          echo ".. contents:: :depth: 2";                               \
 
778
          echo;                                                         \
 
779
          for b in $$bases; do echo $$b; done                           \
 
780
            | $(am__create_global_log);                                 \
 
781
        } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
 
782
        mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
 
783
        if $$success; then                                              \
 
784
          col="$$grn";                                                  \
 
785
         else                                                           \
 
786
          col="$$red";                                                  \
 
787
          test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
 
788
        fi;                                                             \
 
789
        echo "$${col}$$br$${std}";                                      \
 
790
        echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
 
791
        echo "$${col}$$br$${std}";                                      \
 
792
        create_testsuite_report --maybe-color;                          \
 
793
        echo "$$col$$br$$std";                                          \
 
794
        if $$success; then :; else                                      \
 
795
          echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
 
796
          if test -n "$(PACKAGE_BUGREPORT)"; then                       \
 
797
            echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
 
798
          fi;                                                           \
 
799
          echo "$$col$$br$$std";                                        \
 
800
        fi;                                                             \
 
801
        $$success || exit 1
 
802
 
 
803
check-TESTS:
 
804
        @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
 
805
        @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
 
806
        @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
 
807
        @set +e; $(am__set_TESTS_bases); \
 
808
        log_list=`for i in $$bases; do echo $$i.log; done`; \
 
809
        trs_list=`for i in $$bases; do echo $$i.trs; done`; \
 
810
        log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
 
811
        $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
 
812
        exit $$?;
 
813
recheck: all 
 
814
        @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
 
815
        @set +e; $(am__set_TESTS_bases); \
 
816
        bases=`for i in $$bases; do echo $$i; done \
 
817
                 | $(am__list_recheck_tests)` || exit 1; \
 
818
        log_list=`for i in $$bases; do echo $$i.log; done`; \
 
819
        log_list=`echo $$log_list`; \
 
820
        $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
 
821
                am__force_recheck=am--force-recheck \
 
822
                TEST_LOGS="$$log_list"; \
 
823
        exit $$?
 
824
dnsimp.log: dnsimp$(EXEEXT)
 
825
        @p='dnsimp$(EXEEXT)'; \
 
826
        b='dnsimp'; \
 
827
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
828
        --log-file $$b.log --trs-file $$b.trs \
 
829
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
830
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
831
bug_1323.log: bug_1323$(EXEEXT)
 
832
        @p='bug_1323$(EXEEXT)'; \
 
833
        b='bug_1323'; \
 
834
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
835
        --log-file $$b.log --trs-file $$b.trs \
 
836
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
837
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
838
.test.log:
 
839
        @p='$<'; \
 
840
        $(am__set_b); \
 
841
        $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
 
842
        --log-file $$b.log --trs-file $$b.trs \
 
843
        $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
 
844
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
845
@am__EXEEXT_TRUE@.test$(EXEEXT).log:
 
846
@am__EXEEXT_TRUE@       @p='$<'; \
 
847
@am__EXEEXT_TRUE@       $(am__set_b); \
 
848
@am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
 
849
@am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
 
850
@am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
 
851
@am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
 
852
 
385
853
distdir: $(DISTFILES)
386
854
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
387
855
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
413
881
          fi; \
414
882
        done
415
883
check-am: all-am
 
884
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
416
885
check: check-am
417
886
all-am: Makefile $(PROGRAMS)
418
887
installdirs:
439
908
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
440
909
        fi
441
910
mostlyclean-generic:
 
911
        -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
 
912
        -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
 
913
        -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
442
914
 
443
915
clean-generic:
444
916
 
517
989
 
518
990
uninstall-am: uninstall-binPROGRAMS
519
991
 
520
 
.MAKE: install-am install-strip
 
992
.MAKE: check-am install-am install-strip
521
993
 
522
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
523
 
        clean-generic clean-libtool ctags distclean distclean-compile \
524
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
525
 
        dvi-am html html-am info info-am install install-am \
526
 
        install-binPROGRAMS install-data install-data-am install-dvi \
527
 
        install-dvi-am install-exec install-exec-am install-html \
528
 
        install-html-am install-info install-info-am install-man \
529
 
        install-pdf install-pdf-am install-ps install-ps-am \
530
 
        install-strip installcheck installcheck-am installdirs \
531
 
        maintainer-clean maintainer-clean-generic mostlyclean \
532
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
533
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
994
.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
 
995
        clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
 
996
        ctags ctags-am distclean distclean-compile distclean-generic \
 
997
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
998
        html-am info info-am install install-am install-binPROGRAMS \
 
999
        install-data install-data-am install-dvi install-dvi-am \
 
1000
        install-exec install-exec-am install-html install-html-am \
 
1001
        install-info install-info-am install-man install-pdf \
 
1002
        install-pdf-am install-ps install-ps-am install-strip \
 
1003
        installcheck installcheck-am installdirs maintainer-clean \
 
1004
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
1005
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
1006
        recheck tags tags-am uninstall uninstall-am \
534
1007
        uninstall-binPROGRAMS
535
1008
 
536
1009