~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-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.
15
14
 
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
18
 
am__make_dryrun = \
19
 
  { \
20
 
    am__dry=no; \
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
21
30
    case $$MAKEFLAGS in \
22
31
      *\\[\ \   ]*) \
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
 
  }
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35
62
pkgdatadir = $(datadir)/@PACKAGE@
36
63
pkgincludedir = $(includedir)/@PACKAGE@
37
64
pkglibdir = $(libdir)/@PACKAGE@
51
78
build_triplet = @build@
52
79
host_triplet = @host@
53
80
subdir = PARPACK/SRC
54
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
55
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
83
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \
57
84
        $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/ax_mpi.m4 \
63
90
mkinstalldirs = $(install_sh) -d
64
91
CONFIG_CLEAN_FILES =
65
92
CONFIG_CLEAN_VPATH_FILES =
 
93
AM_V_P = $(am__v_P_@AM_V@)
 
94
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
95
am__v_P_0 = false
 
96
am__v_P_1 = :
 
97
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
98
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
99
am__v_GEN_0 = @echo "  GEN     " $@;
 
100
am__v_GEN_1 = 
 
101
AM_V_at = $(am__v_at_@AM_V@)
 
102
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
103
am__v_at_0 = @
 
104
am__v_at_1 = 
66
105
SOURCES =
67
106
DIST_SOURCES =
68
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
69
 
        html-recursive info-recursive install-data-recursive \
70
 
        install-dvi-recursive install-exec-recursive \
71
 
        install-html-recursive install-info-recursive \
72
 
        install-pdf-recursive install-ps-recursive install-recursive \
73
 
        installcheck-recursive installdirs-recursive pdf-recursive \
74
 
        ps-recursive uninstall-recursive
 
107
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
108
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
109
        install-data-recursive install-dvi-recursive \
 
110
        install-exec-recursive install-html-recursive \
 
111
        install-info-recursive install-pdf-recursive \
 
112
        install-ps-recursive install-recursive installcheck-recursive \
 
113
        installdirs-recursive pdf-recursive ps-recursive \
 
114
        tags-recursive uninstall-recursive
75
115
am__can_run_installinfo = \
76
116
  case $$AM_UPDATE_INFO_DIR in \
77
117
    n|no|NO) false;; \
79
119
  esac
80
120
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
81
121
  distclean-recursive maintainer-clean-recursive
82
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
83
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
122
am__recursive_targets = \
 
123
  $(RECURSIVE_TARGETS) \
 
124
  $(RECURSIVE_CLEAN_TARGETS) \
 
125
  $(am__extra_recursive_targets)
 
126
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
84
127
        distdir
 
128
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
129
# Read a list of newline-separated strings from the standard input,
 
130
# and print each of them once, without duplicates.  Input order is
 
131
# *not* preserved.
 
132
am__uniquify_input = $(AWK) '\
 
133
  BEGIN { nonempty = 0; } \
 
134
  { items[$$0] = 1; nonempty = 1; } \
 
135
  END { if (nonempty) { for (i in items) print i; }; } \
 
136
'
 
137
# Make sure the list of sources is unique.  This is necessary because,
 
138
# e.g., the same source file might be shared among _SOURCES variables
 
139
# for different programs/libraries.
 
140
am__define_uniq_tagged_files = \
 
141
  list='$(am__tagged_files)'; \
 
142
  unique=`for i in $$list; do \
 
143
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
144
  done | $(am__uniquify_input)`
85
145
ETAGS = etags
86
146
CTAGS = ctags
87
147
DIST_SUBDIRS = $(SUBDIRS)
113
173
  reldir="$$dir2"
114
174
ACLOCAL = @ACLOCAL@
115
175
AMTAR = @AMTAR@
 
176
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
116
177
AR = @AR@
117
178
AS = @AS@
118
179
AUTOCONF = @AUTOCONF@
276
337
        -rm -rf .libs _libs
277
338
 
278
339
# This directory's subdirectories are mostly independent; you can cd
279
 
# into them and run `make' without going through this Makefile.
280
 
# To change the values of `make' variables: instead of editing Makefiles,
281
 
# (1) if the variable is set in `config.status', edit `config.status'
282
 
#     (which will cause the Makefiles to be regenerated when you run `make');
283
 
# (2) otherwise, pass the desired values on the `make' command line.
284
 
$(RECURSIVE_TARGETS):
285
 
        @fail= failcom='exit 1'; \
286
 
        for f in x $$MAKEFLAGS; do \
287
 
          case $$f in \
288
 
            *=* | --[!k]*);; \
289
 
            *k*) failcom='fail=yes';; \
290
 
          esac; \
291
 
        done; \
 
340
# into them and run 'make' without going through this Makefile.
 
341
# To change the values of 'make' variables: instead of editing Makefiles,
 
342
# (1) if the variable is set in 'config.status', edit 'config.status'
 
343
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
344
# (2) otherwise, pass the desired values on the 'make' command line.
 
345
$(am__recursive_targets):
 
346
        @fail=; \
 
347
        if $(am__make_keepgoing); then \
 
348
          failcom='fail=yes'; \
 
349
        else \
 
350
          failcom='exit 1'; \
 
351
        fi; \
292
352
        dot_seen=no; \
293
353
        target=`echo $@ | sed s/-recursive//`; \
294
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
354
        case "$@" in \
 
355
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
356
          *) list='$(SUBDIRS)' ;; \
 
357
        esac; \
 
358
        for subdir in $$list; do \
295
359
          echo "Making $$target in $$subdir"; \
296
360
          if test "$$subdir" = "."; then \
297
361
            dot_seen=yes; \
306
370
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
307
371
        fi; test -z "$$fail"
308
372
 
309
 
$(RECURSIVE_CLEAN_TARGETS):
310
 
        @fail= failcom='exit 1'; \
311
 
        for f in x $$MAKEFLAGS; do \
312
 
          case $$f in \
313
 
            *=* | --[!k]*);; \
314
 
            *k*) failcom='fail=yes';; \
315
 
          esac; \
316
 
        done; \
317
 
        dot_seen=no; \
318
 
        case "$@" in \
319
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
320
 
          *) list='$(SUBDIRS)' ;; \
321
 
        esac; \
322
 
        rev=''; for subdir in $$list; do \
323
 
          if test "$$subdir" = "."; then :; else \
324
 
            rev="$$subdir $$rev"; \
325
 
          fi; \
326
 
        done; \
327
 
        rev="$$rev ."; \
328
 
        target=`echo $@ | sed s/-recursive//`; \
329
 
        for subdir in $$rev; do \
330
 
          echo "Making $$target in $$subdir"; \
331
 
          if test "$$subdir" = "."; then \
332
 
            local_target="$$target-am"; \
333
 
          else \
334
 
            local_target="$$target"; \
335
 
          fi; \
336
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
337
 
          || eval $$failcom; \
338
 
        done && test -z "$$fail"
339
 
tags-recursive:
340
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
341
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
342
 
        done
343
 
ctags-recursive:
344
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
345
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
346
 
        done
347
 
 
348
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
349
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
350
 
        unique=`for i in $$list; do \
351
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352
 
          done | \
353
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
354
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
355
 
        mkid -fID $$unique
356
 
tags: TAGS
357
 
 
358
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
359
 
                $(TAGS_FILES) $(LISP)
 
373
ID: $(am__tagged_files)
 
374
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
375
tags: tags-recursive
 
376
TAGS: tags
 
377
 
 
378
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
360
379
        set x; \
361
380
        here=`pwd`; \
362
381
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
372
391
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
373
392
          fi; \
374
393
        done; \
375
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
376
 
        unique=`for i in $$list; do \
377
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378
 
          done | \
379
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
380
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
394
        $(am__define_uniq_tagged_files); \
381
395
        shift; \
382
396
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
383
397
          test -n "$$unique" || unique=$$empty_fix; \
389
403
              $$unique; \
390
404
          fi; \
391
405
        fi
392
 
ctags: CTAGS
393
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
394
 
                $(TAGS_FILES) $(LISP)
395
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
396
 
        unique=`for i in $$list; do \
397
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398
 
          done | \
399
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
400
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
406
ctags: ctags-recursive
 
407
 
 
408
CTAGS: ctags
 
409
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
410
        $(am__define_uniq_tagged_files); \
401
411
        test -z "$(CTAGS_ARGS)$$unique" \
402
412
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
403
413
             $$unique
406
416
        here=`$(am__cd) $(top_builddir) && pwd` \
407
417
          && $(am__cd) $(top_srcdir) \
408
418
          && gtags -i $(GTAGS_ARGS) "$$here"
 
419
cscopelist: cscopelist-recursive
 
420
 
 
421
cscopelist-am: $(am__tagged_files)
 
422
        list='$(am__tagged_files)'; \
 
423
        case "$(srcdir)" in \
 
424
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
425
          *) sdir=$(subdir)/$(srcdir) ;; \
 
426
        esac; \
 
427
        for i in $$list; do \
 
428
          if test -f "$$i"; then \
 
429
            echo "$(subdir)/$$i"; \
 
430
          else \
 
431
            echo "$$sdir/$$i"; \
 
432
          fi; \
 
433
        done >> $(top_builddir)/cscope.files
409
434
 
410
435
distclean-tags:
411
436
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
566
591
 
567
592
uninstall-am:
568
593
 
569
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
570
 
        install-am install-strip tags-recursive
 
594
.MAKE: $(am__recursive_targets) install-am install-strip
571
595
 
572
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
573
 
        all all-am check check-am clean clean-generic clean-libtool \
574
 
        ctags ctags-recursive distclean distclean-generic \
575
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
576
 
        html-am info info-am install install-am install-data \
577
 
        install-data-am install-dvi install-dvi-am install-exec \
578
 
        install-exec-am install-html install-html-am install-info \
579
 
        install-info-am install-man install-pdf install-pdf-am \
580
 
        install-ps install-ps-am install-strip installcheck \
581
 
        installcheck-am installdirs installdirs-am maintainer-clean \
582
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
583
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
584
 
        uninstall uninstall-am
 
596
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
597
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
598
        ctags-am distclean distclean-generic distclean-libtool \
 
599
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
600
        install install-am install-data install-data-am install-dvi \
 
601
        install-dvi-am install-exec install-exec-am install-html \
 
602
        install-html-am install-info install-info-am install-man \
 
603
        install-pdf install-pdf-am install-ps install-ps-am \
 
604
        install-strip installcheck installcheck-am installdirs \
 
605
        installdirs-am maintainer-clean maintainer-clean-generic \
 
606
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
607
        ps ps-am tags tags-am uninstall uninstall-am
585
608
 
586
609
 
587
610
# Tell versions [3.59,3.63) of GNU make to not export all variables.