~ubuntu-branches/ubuntu/vivid/mpich/vivid-proposed

« back to all changes in this revision

Viewing changes to test/mpi/info/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-04-01 20:24:20 UTC
  • mfrom: (5.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20140401202420-t5ey1ia2klt5dkq3
Tags: 3.1-4
* [c3e3398] Disable test_primitives, which is unreliable on some platforms.
            (Closes: #743047)
* [265a699] Add minimal autotest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.4 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
21
21
#     See COPYRIGHT in top-level directory.
22
22
#
23
23
 
24
 
am__make_dryrun = \
25
 
  { \
26
 
    am__dry=no; \
 
24
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
25
am__make_running_with_option = \
 
26
  case $${target_option-} in \
 
27
      ?) ;; \
 
28
      *) echo "am__make_running_with_option: internal error: invalid" \
 
29
              "target option '$${target_option-}' specified" >&2; \
 
30
         exit 1;; \
 
31
  esac; \
 
32
  has_opt=no; \
 
33
  sane_makeflags=$$MAKEFLAGS; \
 
34
  if $(am__is_gnu_make); then \
 
35
    sane_makeflags=$$MFLAGS; \
 
36
  else \
27
37
    case $$MAKEFLAGS in \
28
38
      *\\[\ \   ]*) \
29
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
30
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
31
 
      *) \
32
 
        for am__flg in $$MAKEFLAGS; do \
33
 
          case $$am__flg in \
34
 
            *=*|--*) ;; \
35
 
            *n*) am__dry=yes; break;; \
36
 
          esac; \
37
 
        done;; \
38
 
    esac; \
39
 
    test $$am__dry = yes; \
40
 
  }
 
39
        bs=\\; \
 
40
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
41
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
42
    esac; \
 
43
  fi; \
 
44
  skip_next=no; \
 
45
  strip_trailopt () \
 
46
  { \
 
47
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
48
  }; \
 
49
  for flg in $$sane_makeflags; do \
 
50
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
51
    case $$flg in \
 
52
      *=*|--*) continue;; \
 
53
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
54
      -*I?*) strip_trailopt 'I';; \
 
55
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
56
      -*O?*) strip_trailopt 'O';; \
 
57
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
58
      -*l?*) strip_trailopt 'l';; \
 
59
      -[dEDm]) skip_next=yes;; \
 
60
      -[JT]) skip_next=yes;; \
 
61
    esac; \
 
62
    case $$flg in \
 
63
      *$$target_option*) has_opt=yes; break;; \
 
64
    esac; \
 
65
  done; \
 
66
  test $$has_opt = yes
 
67
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
68
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
41
69
pkgdatadir = $(datadir)/@PACKAGE@
42
70
pkgincludedir = $(includedir)/@PACKAGE@
43
71
pkglibdir = $(libdir)/@PACKAGE@
56
84
POST_UNINSTALL = :
57
85
build_triplet = @build@
58
86
host_triplet = @host@
59
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
60
 
        $(top_srcdir)/Makefile.mtest $(top_srcdir)/confdb/depcomp
 
87
DIST_COMMON = $(top_srcdir)/Makefile.mtest $(srcdir)/Makefile.in \
 
88
        $(srcdir)/Makefile.am $(top_srcdir)/confdb/depcomp
61
89
noinst_PROGRAMS = infodup$(EXEEXT) infodel$(EXEEXT) \
62
90
        infovallen$(EXEEXT) infoorder$(EXEEXT) infomany$(EXEEXT) \
63
91
        infomany2$(EXEEXT) infotest$(EXEEXT) infoenv$(EXEEXT)
134
162
am__v_CC_0 = @echo "  CC      " $@;
135
163
am__v_CC_1 = 
136
164
CCLD = $(CC)
137
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
165
LINK = $(CCLD) $(AM_LDFLAGS) $(LDFLAGS) -o $@
138
166
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
139
167
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
140
168
am__v_CCLD_0 = @echo "  CCLD    " $@;
148
176
    n|no|NO) false;; \
149
177
    *) (install-info --version) >/dev/null 2>&1;; \
150
178
  esac
 
179
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
180
# Read a list of newline-separated strings from the standard input,
 
181
# and print each of them once, without duplicates.  Input order is
 
182
# *not* preserved.
 
183
am__uniquify_input = $(AWK) '\
 
184
  BEGIN { nonempty = 0; } \
 
185
  { items[$$0] = 1; nonempty = 1; } \
 
186
  END { if (nonempty) { for (i in items) print i; }; } \
 
187
'
 
188
# Make sure the list of sources is unique.  This is necessary because,
 
189
# e.g., the same source file might be shared among _SOURCES variables
 
190
# for different programs/libraries.
 
191
am__define_uniq_tagged_files = \
 
192
  list='$(am__tagged_files)'; \
 
193
  unique=`for i in $$list; do \
 
194
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
195
  done | $(am__uniquify_input)`
151
196
ETAGS = etags
152
197
CTAGS = ctags
153
198
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
243
288
PATH_SEPARATOR = @PATH_SEPARATOR@
244
289
PERL = @PERL@
245
290
RANLIB = @RANLIB@
 
291
RUN_XFAIL = @RUN_XFAIL@
246
292
SET_CFLAGS = @SET_CFLAGS@
247
293
SET_MAKE = @SET_MAKE@
248
294
SHELL = @SHELL@
276
322
build_os = @build_os@
277
323
build_vendor = @build_vendor@
278
324
builddir = @builddir@
 
325
ckpointdir = @ckpointdir@
279
326
cxxdir = @cxxdir@
280
327
datadir = @datadir@
281
328
datarootdir = @datarootdir@
286
333
f77dir = @f77dir@
287
334
f90dir = @f90dir@
288
335
faultsdir = @faultsdir@
 
336
ftdir = @ftdir@
289
337
host = @host@
290
338
host_alias = @host_alias@
291
339
host_cpu = @host_cpu@
292
340
host_os = @host_os@
293
341
host_vendor = @host_vendor@
294
342
htmldir = @htmldir@
 
343
impldir = @impldir@
295
344
includedir = @includedir@
296
345
infodir = @infodir@
297
346
install_sh = @install_sh@
298
347
iodir = @iodir@
 
348
largetest = @largetest@
299
349
libdir = @libdir@
300
350
libexecdir = @libexecdir@
301
351
localedir = @localedir@
305
355
master_top_srcdir = @master_top_srcdir@
306
356
mkdir_p = @mkdir_p@
307
357
mpich_top_srcdir = @mpich_top_srcdir@
 
358
nocxxdistgraph = @nocxxdistgraph@
308
359
oldincludedir = @oldincludedir@
309
360
otherlangs = @otherlangs@
310
361
pdfdir = @pdfdir@
367
418
 
368
419
clean-noinstPROGRAMS:
369
420
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
 
421
 
370
422
infodel$(EXEEXT): $(infodel_OBJECTS) $(infodel_DEPENDENCIES) $(EXTRA_infodel_DEPENDENCIES) 
371
423
        @rm -f infodel$(EXEEXT)
372
424
        $(AM_V_CCLD)$(LINK) $(infodel_OBJECTS) $(infodel_LDADD) $(LIBS)
 
425
 
373
426
infodup$(EXEEXT): $(infodup_OBJECTS) $(infodup_DEPENDENCIES) $(EXTRA_infodup_DEPENDENCIES) 
374
427
        @rm -f infodup$(EXEEXT)
375
428
        $(AM_V_CCLD)$(LINK) $(infodup_OBJECTS) $(infodup_LDADD) $(LIBS)
 
429
 
376
430
infoenv$(EXEEXT): $(infoenv_OBJECTS) $(infoenv_DEPENDENCIES) $(EXTRA_infoenv_DEPENDENCIES) 
377
431
        @rm -f infoenv$(EXEEXT)
378
432
        $(AM_V_CCLD)$(LINK) $(infoenv_OBJECTS) $(infoenv_LDADD) $(LIBS)
 
433
 
379
434
infomany$(EXEEXT): $(infomany_OBJECTS) $(infomany_DEPENDENCIES) $(EXTRA_infomany_DEPENDENCIES) 
380
435
        @rm -f infomany$(EXEEXT)
381
436
        $(AM_V_CCLD)$(LINK) $(infomany_OBJECTS) $(infomany_LDADD) $(LIBS)
 
437
 
382
438
infomany2$(EXEEXT): $(infomany2_OBJECTS) $(infomany2_DEPENDENCIES) $(EXTRA_infomany2_DEPENDENCIES) 
383
439
        @rm -f infomany2$(EXEEXT)
384
440
        $(AM_V_CCLD)$(LINK) $(infomany2_OBJECTS) $(infomany2_LDADD) $(LIBS)
 
441
 
385
442
infoorder$(EXEEXT): $(infoorder_OBJECTS) $(infoorder_DEPENDENCIES) $(EXTRA_infoorder_DEPENDENCIES) 
386
443
        @rm -f infoorder$(EXEEXT)
387
444
        $(AM_V_CCLD)$(LINK) $(infoorder_OBJECTS) $(infoorder_LDADD) $(LIBS)
 
445
 
388
446
infotest$(EXEEXT): $(infotest_OBJECTS) $(infotest_DEPENDENCIES) $(EXTRA_infotest_DEPENDENCIES) 
389
447
        @rm -f infotest$(EXEEXT)
390
448
        $(AM_V_CCLD)$(LINK) $(infotest_OBJECTS) $(infotest_LDADD) $(LIBS)
 
449
 
391
450
infovallen$(EXEEXT): $(infovallen_OBJECTS) $(infovallen_DEPENDENCIES) $(EXTRA_infovallen_DEPENDENCIES) 
392
451
        @rm -f infovallen$(EXEEXT)
393
452
        $(AM_V_CCLD)$(LINK) $(infovallen_OBJECTS) $(infovallen_LDADD) $(LIBS)
423
482
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424
483
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
425
484
 
426
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
427
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
428
 
        unique=`for i in $$list; do \
429
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
430
 
          done | \
431
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
432
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
433
 
        mkid -fID $$unique
434
 
tags: TAGS
 
485
ID: $(am__tagged_files)
 
486
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
487
tags: tags-am
 
488
TAGS: tags
435
489
 
436
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
437
 
                $(TAGS_FILES) $(LISP)
 
490
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
438
491
        set x; \
439
492
        here=`pwd`; \
440
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
441
 
        unique=`for i in $$list; do \
442
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443
 
          done | \
444
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
445
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
493
        $(am__define_uniq_tagged_files); \
446
494
        shift; \
447
495
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
448
496
          test -n "$$unique" || unique=$$empty_fix; \
454
502
              $$unique; \
455
503
          fi; \
456
504
        fi
457
 
ctags: CTAGS
458
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
459
 
                $(TAGS_FILES) $(LISP)
460
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
461
 
        unique=`for i in $$list; do \
462
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463
 
          done | \
464
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
465
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
505
ctags: ctags-am
 
506
 
 
507
CTAGS: ctags
 
508
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
509
        $(am__define_uniq_tagged_files); \
466
510
        test -z "$(CTAGS_ARGS)$$unique" \
467
511
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
468
512
             $$unique
471
515
        here=`$(am__cd) $(top_builddir) && pwd` \
472
516
          && $(am__cd) $(top_srcdir) \
473
517
          && gtags -i $(GTAGS_ARGS) "$$here"
 
518
cscopelist: cscopelist-am
474
519
 
475
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
476
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
520
cscopelist-am: $(am__tagged_files)
 
521
        list='$(am__tagged_files)'; \
477
522
        case "$(srcdir)" in \
478
523
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
479
524
          *) sdir=$(subdir)/$(srcdir) ;; \
625
670
 
626
671
.MAKE: install-am install-strip
627
672
 
628
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
629
 
        clean-noinstPROGRAMS cscopelist ctags distclean \
 
673
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
674
        clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
630
675
        distclean-compile distclean-generic distclean-tags distdir dvi \
631
676
        dvi-am html html-am info info-am install install-am \
632
677
        install-data install-data-am install-dvi install-dvi-am \
635
680
        install-pdf-am install-ps install-ps-am install-strip \
636
681
        installcheck installcheck-am installdirs maintainer-clean \
637
682
        maintainer-clean-generic mostlyclean mostlyclean-compile \
638
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
683
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
639
684
        uninstall-am
640
685
 
641
686
 
645
690
testing:
646
691
        $(top_builddir)/runtests -srcdir=$(srcdir) -tests=testlist \
647
692
                -mpiexec=${MPIEXEC} -xmlfile=summary.xml \
648
 
                -tapfile=summary.tap
 
693
                -tapfile=summary.tap -junitfile=summary.junit.xml
649
694
 
650
695
# Tell versions [3.59,3.63) of GNU make to not export all variables.
651
696
# Otherwise a system limit (for SysV at least) may be exceeded.