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

« back to all changes in this revision

Viewing changes to test/mpi/group/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 = grouptest$(EXEEXT) grouptest2$(EXEEXT) \
62
90
        groupcreate$(EXEEXT) gtranks$(EXEEXT) groupnullincl$(EXEEXT) \
63
91
        gtranksperf$(EXEEXT)
125
153
am__v_CC_0 = @echo "  CC      " $@;
126
154
am__v_CC_1 = 
127
155
CCLD = $(CC)
128
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
156
LINK = $(CCLD) $(AM_LDFLAGS) $(LDFLAGS) -o $@
129
157
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
130
158
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
131
159
am__v_CCLD_0 = @echo "  CCLD    " $@;
139
167
    n|no|NO) false;; \
140
168
    *) (install-info --version) >/dev/null 2>&1;; \
141
169
  esac
 
170
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
171
# Read a list of newline-separated strings from the standard input,
 
172
# and print each of them once, without duplicates.  Input order is
 
173
# *not* preserved.
 
174
am__uniquify_input = $(AWK) '\
 
175
  BEGIN { nonempty = 0; } \
 
176
  { items[$$0] = 1; nonempty = 1; } \
 
177
  END { if (nonempty) { for (i in items) print i; }; } \
 
178
'
 
179
# Make sure the list of sources is unique.  This is necessary because,
 
180
# e.g., the same source file might be shared among _SOURCES variables
 
181
# for different programs/libraries.
 
182
am__define_uniq_tagged_files = \
 
183
  list='$(am__tagged_files)'; \
 
184
  unique=`for i in $$list; do \
 
185
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
186
  done | $(am__uniquify_input)`
142
187
ETAGS = etags
143
188
CTAGS = ctags
144
189
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
234
279
PATH_SEPARATOR = @PATH_SEPARATOR@
235
280
PERL = @PERL@
236
281
RANLIB = @RANLIB@
 
282
RUN_XFAIL = @RUN_XFAIL@
237
283
SET_CFLAGS = @SET_CFLAGS@
238
284
SET_MAKE = @SET_MAKE@
239
285
SHELL = @SHELL@
267
313
build_os = @build_os@
268
314
build_vendor = @build_vendor@
269
315
builddir = @builddir@
 
316
ckpointdir = @ckpointdir@
270
317
cxxdir = @cxxdir@
271
318
datadir = @datadir@
272
319
datarootdir = @datarootdir@
277
324
f77dir = @f77dir@
278
325
f90dir = @f90dir@
279
326
faultsdir = @faultsdir@
 
327
ftdir = @ftdir@
280
328
host = @host@
281
329
host_alias = @host_alias@
282
330
host_cpu = @host_cpu@
283
331
host_os = @host_os@
284
332
host_vendor = @host_vendor@
285
333
htmldir = @htmldir@
 
334
impldir = @impldir@
286
335
includedir = @includedir@
287
336
infodir = @infodir@
288
337
install_sh = @install_sh@
289
338
iodir = @iodir@
 
339
largetest = @largetest@
290
340
libdir = @libdir@
291
341
libexecdir = @libexecdir@
292
342
localedir = @localedir@
296
346
master_top_srcdir = @master_top_srcdir@
297
347
mkdir_p = @mkdir_p@
298
348
mpich_top_srcdir = @mpich_top_srcdir@
 
349
nocxxdistgraph = @nocxxdistgraph@
299
350
oldincludedir = @oldincludedir@
300
351
otherlangs = @otherlangs@
301
352
pdfdir = @pdfdir@
361
412
 
362
413
clean-noinstPROGRAMS:
363
414
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
 
415
 
364
416
groupcreate$(EXEEXT): $(groupcreate_OBJECTS) $(groupcreate_DEPENDENCIES) $(EXTRA_groupcreate_DEPENDENCIES) 
365
417
        @rm -f groupcreate$(EXEEXT)
366
418
        $(AM_V_CCLD)$(LINK) $(groupcreate_OBJECTS) $(groupcreate_LDADD) $(LIBS)
 
419
 
367
420
groupnullincl$(EXEEXT): $(groupnullincl_OBJECTS) $(groupnullincl_DEPENDENCIES) $(EXTRA_groupnullincl_DEPENDENCIES) 
368
421
        @rm -f groupnullincl$(EXEEXT)
369
422
        $(AM_V_CCLD)$(LINK) $(groupnullincl_OBJECTS) $(groupnullincl_LDADD) $(LIBS)
 
423
 
370
424
grouptest$(EXEEXT): $(grouptest_OBJECTS) $(grouptest_DEPENDENCIES) $(EXTRA_grouptest_DEPENDENCIES) 
371
425
        @rm -f grouptest$(EXEEXT)
372
426
        $(AM_V_CCLD)$(LINK) $(grouptest_OBJECTS) $(grouptest_LDADD) $(LIBS)
 
427
 
373
428
grouptest2$(EXEEXT): $(grouptest2_OBJECTS) $(grouptest2_DEPENDENCIES) $(EXTRA_grouptest2_DEPENDENCIES) 
374
429
        @rm -f grouptest2$(EXEEXT)
375
430
        $(AM_V_CCLD)$(LINK) $(grouptest2_OBJECTS) $(grouptest2_LDADD) $(LIBS)
 
431
 
376
432
gtranks$(EXEEXT): $(gtranks_OBJECTS) $(gtranks_DEPENDENCIES) $(EXTRA_gtranks_DEPENDENCIES) 
377
433
        @rm -f gtranks$(EXEEXT)
378
434
        $(AM_V_CCLD)$(LINK) $(gtranks_OBJECTS) $(gtranks_LDADD) $(LIBS)
 
435
 
379
436
gtranksperf$(EXEEXT): $(gtranksperf_OBJECTS) $(gtranksperf_DEPENDENCIES) $(EXTRA_gtranksperf_DEPENDENCIES) 
380
437
        @rm -f gtranksperf$(EXEEXT)
381
438
        $(AM_V_CCLD)$(LINK) $(gtranksperf_OBJECTS) $(gtranksperf_LDADD) $(LIBS)
409
466
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
410
467
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
411
468
 
412
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
413
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
414
 
        unique=`for i in $$list; do \
415
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
416
 
          done | \
417
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
418
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
419
 
        mkid -fID $$unique
420
 
tags: TAGS
 
469
ID: $(am__tagged_files)
 
470
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
471
tags: tags-am
 
472
TAGS: tags
421
473
 
422
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
423
 
                $(TAGS_FILES) $(LISP)
 
474
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
424
475
        set x; \
425
476
        here=`pwd`; \
426
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
427
 
        unique=`for i in $$list; do \
428
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
429
 
          done | \
430
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
431
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
477
        $(am__define_uniq_tagged_files); \
432
478
        shift; \
433
479
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
434
480
          test -n "$$unique" || unique=$$empty_fix; \
440
486
              $$unique; \
441
487
          fi; \
442
488
        fi
443
 
ctags: CTAGS
444
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
445
 
                $(TAGS_FILES) $(LISP)
446
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
447
 
        unique=`for i in $$list; do \
448
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
449
 
          done | \
450
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
451
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
489
ctags: ctags-am
 
490
 
 
491
CTAGS: ctags
 
492
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
493
        $(am__define_uniq_tagged_files); \
452
494
        test -z "$(CTAGS_ARGS)$$unique" \
453
495
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
454
496
             $$unique
457
499
        here=`$(am__cd) $(top_builddir) && pwd` \
458
500
          && $(am__cd) $(top_srcdir) \
459
501
          && gtags -i $(GTAGS_ARGS) "$$here"
 
502
cscopelist: cscopelist-am
460
503
 
461
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
462
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
504
cscopelist-am: $(am__tagged_files)
 
505
        list='$(am__tagged_files)'; \
463
506
        case "$(srcdir)" in \
464
507
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
465
508
          *) sdir=$(subdir)/$(srcdir) ;; \
611
654
 
612
655
.MAKE: install-am install-strip
613
656
 
614
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
615
 
        clean-noinstPROGRAMS cscopelist ctags distclean \
 
657
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
658
        clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
616
659
        distclean-compile distclean-generic distclean-tags distdir dvi \
617
660
        dvi-am html html-am info info-am install install-am \
618
661
        install-data install-data-am install-dvi install-dvi-am \
621
664
        install-pdf-am install-ps install-ps-am install-strip \
622
665
        installcheck installcheck-am installdirs maintainer-clean \
623
666
        maintainer-clean-generic mostlyclean mostlyclean-compile \
624
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
667
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
625
668
        uninstall-am
626
669
 
627
670
 
631
674
testing:
632
675
        $(top_builddir)/runtests -srcdir=$(srcdir) -tests=testlist \
633
676
                -mpiexec=${MPIEXEC} -xmlfile=summary.xml \
634
 
                -tapfile=summary.tap
 
677
                -tapfile=summary.tap -junitfile=summary.junit.xml
635
678
 
636
679
# glpid is a whitebox test that uses mpiimpl.h; it is unlikely to build with the
637
680
# current build system setup