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

« back to all changes in this revision

Viewing changes to test/mpi/errors/pt2pt/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 = proberank$(EXEEXT) truncmsg1$(EXEEXT) \
62
90
        truncmsg2$(EXEEXT) errinstatts$(EXEEXT) errinstatta$(EXEEXT) \
63
91
        errinstatws$(EXEEXT) errinstatwa$(EXEEXT)
130
158
am__v_CC_0 = @echo "  CC      " $@;
131
159
am__v_CC_1 = 
132
160
CCLD = $(CC)
133
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
161
LINK = $(CCLD) $(AM_LDFLAGS) $(LDFLAGS) -o $@
134
162
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
135
163
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
136
164
am__v_CCLD_0 = @echo "  CCLD    " $@;
144
172
    n|no|NO) false;; \
145
173
    *) (install-info --version) >/dev/null 2>&1;; \
146
174
  esac
 
175
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
176
# Read a list of newline-separated strings from the standard input,
 
177
# and print each of them once, without duplicates.  Input order is
 
178
# *not* preserved.
 
179
am__uniquify_input = $(AWK) '\
 
180
  BEGIN { nonempty = 0; } \
 
181
  { items[$$0] = 1; nonempty = 1; } \
 
182
  END { if (nonempty) { for (i in items) print i; }; } \
 
183
'
 
184
# Make sure the list of sources is unique.  This is necessary because,
 
185
# e.g., the same source file might be shared among _SOURCES variables
 
186
# for different programs/libraries.
 
187
am__define_uniq_tagged_files = \
 
188
  list='$(am__tagged_files)'; \
 
189
  unique=`for i in $$list; do \
 
190
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
191
  done | $(am__uniquify_input)`
147
192
ETAGS = etags
148
193
CTAGS = ctags
149
194
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
239
284
PATH_SEPARATOR = @PATH_SEPARATOR@
240
285
PERL = @PERL@
241
286
RANLIB = @RANLIB@
 
287
RUN_XFAIL = @RUN_XFAIL@
242
288
SET_CFLAGS = @SET_CFLAGS@
243
289
SET_MAKE = @SET_MAKE@
244
290
SHELL = @SHELL@
272
318
build_os = @build_os@
273
319
build_vendor = @build_vendor@
274
320
builddir = @builddir@
 
321
ckpointdir = @ckpointdir@
275
322
cxxdir = @cxxdir@
276
323
datadir = @datadir@
277
324
datarootdir = @datarootdir@
282
329
f77dir = @f77dir@
283
330
f90dir = @f90dir@
284
331
faultsdir = @faultsdir@
 
332
ftdir = @ftdir@
285
333
host = @host@
286
334
host_alias = @host_alias@
287
335
host_cpu = @host_cpu@
288
336
host_os = @host_os@
289
337
host_vendor = @host_vendor@
290
338
htmldir = @htmldir@
 
339
impldir = @impldir@
291
340
includedir = @includedir@
292
341
infodir = @infodir@
293
342
install_sh = @install_sh@
294
343
iodir = @iodir@
 
344
largetest = @largetest@
295
345
libdir = @libdir@
296
346
libexecdir = @libexecdir@
297
347
localedir = @localedir@
301
351
master_top_srcdir = @master_top_srcdir@
302
352
mkdir_p = @mkdir_p@
303
353
mpich_top_srcdir = @mpich_top_srcdir@
 
354
nocxxdistgraph = @nocxxdistgraph@
304
355
oldincludedir = @oldincludedir@
305
356
otherlangs = @otherlangs@
306
357
pdfdir = @pdfdir@
363
414
 
364
415
clean-noinstPROGRAMS:
365
416
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
 
417
 
366
418
errinstatta$(EXEEXT): $(errinstatta_OBJECTS) $(errinstatta_DEPENDENCIES) $(EXTRA_errinstatta_DEPENDENCIES) 
367
419
        @rm -f errinstatta$(EXEEXT)
368
420
        $(AM_V_CCLD)$(LINK) $(errinstatta_OBJECTS) $(errinstatta_LDADD) $(LIBS)
 
421
 
369
422
errinstatts$(EXEEXT): $(errinstatts_OBJECTS) $(errinstatts_DEPENDENCIES) $(EXTRA_errinstatts_DEPENDENCIES) 
370
423
        @rm -f errinstatts$(EXEEXT)
371
424
        $(AM_V_CCLD)$(LINK) $(errinstatts_OBJECTS) $(errinstatts_LDADD) $(LIBS)
 
425
 
372
426
errinstatwa$(EXEEXT): $(errinstatwa_OBJECTS) $(errinstatwa_DEPENDENCIES) $(EXTRA_errinstatwa_DEPENDENCIES) 
373
427
        @rm -f errinstatwa$(EXEEXT)
374
428
        $(AM_V_CCLD)$(LINK) $(errinstatwa_OBJECTS) $(errinstatwa_LDADD) $(LIBS)
 
429
 
375
430
errinstatws$(EXEEXT): $(errinstatws_OBJECTS) $(errinstatws_DEPENDENCIES) $(EXTRA_errinstatws_DEPENDENCIES) 
376
431
        @rm -f errinstatws$(EXEEXT)
377
432
        $(AM_V_CCLD)$(LINK) $(errinstatws_OBJECTS) $(errinstatws_LDADD) $(LIBS)
 
433
 
378
434
proberank$(EXEEXT): $(proberank_OBJECTS) $(proberank_DEPENDENCIES) $(EXTRA_proberank_DEPENDENCIES) 
379
435
        @rm -f proberank$(EXEEXT)
380
436
        $(AM_V_CCLD)$(LINK) $(proberank_OBJECTS) $(proberank_LDADD) $(LIBS)
 
437
 
381
438
truncmsg1$(EXEEXT): $(truncmsg1_OBJECTS) $(truncmsg1_DEPENDENCIES) $(EXTRA_truncmsg1_DEPENDENCIES) 
382
439
        @rm -f truncmsg1$(EXEEXT)
383
440
        $(AM_V_CCLD)$(LINK) $(truncmsg1_OBJECTS) $(truncmsg1_LDADD) $(LIBS)
 
441
 
384
442
truncmsg2$(EXEEXT): $(truncmsg2_OBJECTS) $(truncmsg2_DEPENDENCIES) $(EXTRA_truncmsg2_DEPENDENCIES) 
385
443
        @rm -f truncmsg2$(EXEEXT)
386
444
        $(AM_V_CCLD)$(LINK) $(truncmsg2_OBJECTS) $(truncmsg2_LDADD) $(LIBS)
415
473
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416
474
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
417
475
 
418
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
419
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
420
 
        unique=`for i in $$list; do \
421
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
422
 
          done | \
423
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
424
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
425
 
        mkid -fID $$unique
426
 
tags: TAGS
 
476
ID: $(am__tagged_files)
 
477
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
478
tags: tags-am
 
479
TAGS: tags
427
480
 
428
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
429
 
                $(TAGS_FILES) $(LISP)
 
481
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
430
482
        set x; \
431
483
        here=`pwd`; \
432
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
433
 
        unique=`for i in $$list; do \
434
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
435
 
          done | \
436
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
437
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
484
        $(am__define_uniq_tagged_files); \
438
485
        shift; \
439
486
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
440
487
          test -n "$$unique" || unique=$$empty_fix; \
446
493
              $$unique; \
447
494
          fi; \
448
495
        fi
449
 
ctags: CTAGS
450
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
451
 
                $(TAGS_FILES) $(LISP)
452
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
453
 
        unique=`for i in $$list; do \
454
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455
 
          done | \
456
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
457
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
496
ctags: ctags-am
 
497
 
 
498
CTAGS: ctags
 
499
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
500
        $(am__define_uniq_tagged_files); \
458
501
        test -z "$(CTAGS_ARGS)$$unique" \
459
502
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
460
503
             $$unique
463
506
        here=`$(am__cd) $(top_builddir) && pwd` \
464
507
          && $(am__cd) $(top_srcdir) \
465
508
          && gtags -i $(GTAGS_ARGS) "$$here"
 
509
cscopelist: cscopelist-am
466
510
 
467
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
468
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
511
cscopelist-am: $(am__tagged_files)
 
512
        list='$(am__tagged_files)'; \
469
513
        case "$(srcdir)" in \
470
514
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
471
515
          *) sdir=$(subdir)/$(srcdir) ;; \
617
661
 
618
662
.MAKE: install-am install-strip
619
663
 
620
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
621
 
        clean-noinstPROGRAMS cscopelist ctags distclean \
 
664
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
665
        clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
622
666
        distclean-compile distclean-generic distclean-tags distdir dvi \
623
667
        dvi-am html html-am info info-am install install-am \
624
668
        install-data install-data-am install-dvi install-dvi-am \
627
671
        install-pdf-am install-ps install-ps-am install-strip \
628
672
        installcheck installcheck-am installdirs maintainer-clean \
629
673
        maintainer-clean-generic mostlyclean mostlyclean-compile \
630
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
674
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
631
675
        uninstall-am
632
676
 
633
677
 
637
681
testing:
638
682
        $(top_builddir)/runtests -srcdir=$(srcdir) -tests=testlist \
639
683
                -mpiexec=${MPIEXEC} -xmlfile=summary.xml \
640
 
                -tapfile=summary.tap
 
684
                -tapfile=summary.tap -junitfile=summary.junit.xml
641
685
 
642
686
# Tell versions [3.59,3.63) of GNU make to not export all variables.
643
687
# Otherwise a system limit (for SysV at least) may be exceeded.