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

« back to all changes in this revision

Viewing changes to PARPACK/SRC/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,
15
15
 
16
16
@SET_MAKE@
17
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
18
35
pkgdatadir = $(datadir)/@PACKAGE@
19
36
pkgincludedir = $(includedir)/@PACKAGE@
20
37
pkglibdir = $(libdir)/@PACKAGE@
55
72
        install-pdf-recursive install-ps-recursive install-recursive \
56
73
        installcheck-recursive installdirs-recursive pdf-recursive \
57
74
        ps-recursive uninstall-recursive
 
75
am__can_run_installinfo = \
 
76
  case $$AM_UPDATE_INFO_DIR in \
 
77
    n|no|NO) false;; \
 
78
    *) (install-info --version) >/dev/null 2>&1;; \
 
79
  esac
58
80
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
59
81
  distclean-recursive maintainer-clean-recursive
60
82
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
92
114
ACLOCAL = @ACLOCAL@
93
115
AMTAR = @AMTAR@
94
116
AR = @AR@
 
117
AS = @AS@
95
118
AUTOCONF = @AUTOCONF@
96
119
AUTOHEADER = @AUTOHEADER@
97
120
AUTOMAKE = @AUTOMAKE@
211
234
top_build_prefix = @top_build_prefix@
212
235
top_builddir = @top_builddir@
213
236
top_srcdir = @top_srcdir@
214
 
SUBDIRS = MPI
 
237
SUBDIRS = MPI BLACS
215
238
all: all-recursive
216
239
 
217
240
.SUFFIXES:
419
442
        done
420
443
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
421
444
          if test "$$subdir" = .; then :; else \
422
 
            test -d "$(distdir)/$$subdir" \
423
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
424
 
            || exit 1; \
425
 
          fi; \
426
 
        done
427
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
428
 
          if test "$$subdir" = .; then :; else \
 
445
            $(am__make_dryrun) \
 
446
              || test -d "$(distdir)/$$subdir" \
 
447
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
448
              || exit 1; \
429
449
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
430
450
            $(am__relativize); \
431
451
            new_distdir=$$reldir; \