~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-05-06 09:18:26 UTC
  • mfrom: (10.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20130506091826-zn8c7it2jecjbxvb
Tags: 3.1.3-1
* Upload to unstable
* Standards-Version updated to 3.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
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
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
63
80
F77LINK = $(LIBTOOL) --tag=F77 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
64
81
        --mode=link $(F77LD) $(AM_FFLAGS) $(FFLAGS) $(AM_LDFLAGS) \
65
82
        $(LDFLAGS) -o $@
 
83
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
84
        $(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)
 
88
CCLD = $(CC)
 
89
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
90
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
91
        $(LDFLAGS) -o $@
66
92
SOURCES = $(dnsimp_SOURCES)
67
93
DIST_SOURCES = $(dnsimp_SOURCES)
 
94
am__can_run_installinfo = \
 
95
  case $$AM_UPDATE_INFO_DIR in \
 
96
    n|no|NO) false;; \
 
97
    *) (install-info --version) >/dev/null 2>&1;; \
 
98
  esac
68
99
ETAGS = etags
69
100
CTAGS = ctags
70
101
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71
102
ACLOCAL = @ACLOCAL@
72
103
AMTAR = @AMTAR@
73
104
AR = @AR@
 
105
AS = @AS@
74
106
AUTOCONF = @AUTOCONF@
75
107
AUTOHEADER = @AUTOHEADER@
76
108
AUTOMAKE = @AUTOMAKE@
190
222
top_build_prefix = @top_build_prefix@
191
223
top_builddir = @top_builddir@
192
224
top_srcdir = @top_srcdir@
193
 
dnsimp_SOURCES = dnsimp.f mmio.f
 
225
dnsimp_SOURCES = dnsimp.f mmio.f debug.h
194
226
dnsimp_LDADD = ../libarpack.la $(BLAS_LIBS) $(LAPACK_LIBS)
 
227
EXTRA_DIST = testA.mtx
195
228
all: all-am
196
229
 
197
230
.SUFFIXES:
228
261
$(am__aclocal_m4_deps):
229
262
install-binPROGRAMS: $(bin_PROGRAMS)
230
263
        @$(NORMAL_INSTALL)
231
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
232
264
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
265
        if test -n "$$list"; then \
 
266
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
267
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
268
        fi; \
233
269
        for p in $$list; do echo "$$p $$p"; done | \
234
270
        sed 's/$(EXEEXT)$$//' | \
235
271
        while read p p1; do if test -f $$p || test -f $$p1; \