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

« back to all changes in this revision

Viewing changes to test/mpi/threads/comm/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,
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
am__make_dryrun = \
18
 
  { \
19
 
    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 \
20
30
    case $$MAKEFLAGS in \
21
31
      *\\[\ \   ]*) \
22
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
23
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24
 
      *) \
25
 
        for am__flg in $$MAKEFLAGS; do \
26
 
          case $$am__flg in \
27
 
            *=*|--*) ;; \
28
 
            *n*) am__dry=yes; break;; \
29
 
          esac; \
30
 
        done;; \
31
 
    esac; \
32
 
    test $$am__dry = yes; \
33
 
  }
 
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))
34
62
pkgdatadir = $(datadir)/@PACKAGE@
35
63
pkgincludedir = $(includedir)/@PACKAGE@
36
64
pkglibdir = $(libdir)/@PACKAGE@
49
77
POST_UNINSTALL = :
50
78
build_triplet = @build@
51
79
host_triplet = @host@
52
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
53
 
        $(top_srcdir)/Makefile.mtest $(top_srcdir)/confdb/depcomp \
54
 
        $(top_srcdir)/threads/Makefile_threads.mtest
 
80
DIST_COMMON = $(top_srcdir)/threads/Makefile_threads.mtest \
 
81
        $(top_srcdir)/Makefile.mtest $(srcdir)/Makefile.in \
 
82
        $(srcdir)/Makefile.am $(top_srcdir)/confdb/depcomp
55
83
noinst_PROGRAMS = ctxdup$(EXEEXT) dup_leak_test$(EXEEXT) \
56
84
        comm_dup_deadlock$(EXEEXT) comm_create_threads$(EXEEXT) \
57
85
        comm_create_group_threads$(EXEEXT)
122
150
am__v_CC_0 = @echo "  CC      " $@;
123
151
am__v_CC_1 = 
124
152
CCLD = $(CC)
125
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
153
LINK = $(CCLD) $(AM_LDFLAGS) $(LDFLAGS) -o $@
126
154
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
127
155
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
128
156
am__v_CCLD_0 = @echo "  CCLD    " $@;
136
164
    n|no|NO) false;; \
137
165
    *) (install-info --version) >/dev/null 2>&1;; \
138
166
  esac
 
167
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
168
# Read a list of newline-separated strings from the standard input,
 
169
# and print each of them once, without duplicates.  Input order is
 
170
# *not* preserved.
 
171
am__uniquify_input = $(AWK) '\
 
172
  BEGIN { nonempty = 0; } \
 
173
  { items[$$0] = 1; nonempty = 1; } \
 
174
  END { if (nonempty) { for (i in items) print i; }; } \
 
175
'
 
176
# Make sure the list of sources is unique.  This is necessary because,
 
177
# e.g., the same source file might be shared among _SOURCES variables
 
178
# for different programs/libraries.
 
179
am__define_uniq_tagged_files = \
 
180
  list='$(am__tagged_files)'; \
 
181
  unique=`for i in $$list; do \
 
182
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
183
  done | $(am__uniquify_input)`
139
184
ETAGS = etags
140
185
CTAGS = ctags
141
186
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
231
276
PATH_SEPARATOR = @PATH_SEPARATOR@
232
277
PERL = @PERL@
233
278
RANLIB = @RANLIB@
 
279
RUN_XFAIL = @RUN_XFAIL@
234
280
SET_CFLAGS = @SET_CFLAGS@
235
281
SET_MAKE = @SET_MAKE@
236
282
SHELL = @SHELL@
264
310
build_os = @build_os@
265
311
build_vendor = @build_vendor@
266
312
builddir = @builddir@
 
313
ckpointdir = @ckpointdir@
267
314
cxxdir = @cxxdir@
268
315
datadir = @datadir@
269
316
datarootdir = @datarootdir@
274
321
f77dir = @f77dir@
275
322
f90dir = @f90dir@
276
323
faultsdir = @faultsdir@
 
324
ftdir = @ftdir@
277
325
host = @host@
278
326
host_alias = @host_alias@
279
327
host_cpu = @host_cpu@
280
328
host_os = @host_os@
281
329
host_vendor = @host_vendor@
282
330
htmldir = @htmldir@
 
331
impldir = @impldir@
283
332
includedir = @includedir@
284
333
infodir = @infodir@
285
334
install_sh = @install_sh@
286
335
iodir = @iodir@
 
336
largetest = @largetest@
287
337
libdir = @libdir@
288
338
libexecdir = @libexecdir@
289
339
localedir = @localedir@
293
343
master_top_srcdir = @master_top_srcdir@
294
344
mkdir_p = @mkdir_p@
295
345
mpich_top_srcdir = @mpich_top_srcdir@
 
346
nocxxdistgraph = @nocxxdistgraph@
296
347
oldincludedir = @oldincludedir@
297
348
otherlangs = @otherlangs@
298
349
pdfdir = @pdfdir@
356
407
 
357
408
clean-noinstPROGRAMS:
358
409
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
 
410
 
359
411
comm_create_group_threads$(EXEEXT): $(comm_create_group_threads_OBJECTS) $(comm_create_group_threads_DEPENDENCIES) $(EXTRA_comm_create_group_threads_DEPENDENCIES) 
360
412
        @rm -f comm_create_group_threads$(EXEEXT)
361
413
        $(AM_V_CCLD)$(LINK) $(comm_create_group_threads_OBJECTS) $(comm_create_group_threads_LDADD) $(LIBS)
 
414
 
362
415
comm_create_threads$(EXEEXT): $(comm_create_threads_OBJECTS) $(comm_create_threads_DEPENDENCIES) $(EXTRA_comm_create_threads_DEPENDENCIES) 
363
416
        @rm -f comm_create_threads$(EXEEXT)
364
417
        $(AM_V_CCLD)$(LINK) $(comm_create_threads_OBJECTS) $(comm_create_threads_LDADD) $(LIBS)
 
418
 
365
419
comm_dup_deadlock$(EXEEXT): $(comm_dup_deadlock_OBJECTS) $(comm_dup_deadlock_DEPENDENCIES) $(EXTRA_comm_dup_deadlock_DEPENDENCIES) 
366
420
        @rm -f comm_dup_deadlock$(EXEEXT)
367
421
        $(AM_V_CCLD)$(LINK) $(comm_dup_deadlock_OBJECTS) $(comm_dup_deadlock_LDADD) $(LIBS)
 
422
 
368
423
ctxdup$(EXEEXT): $(ctxdup_OBJECTS) $(ctxdup_DEPENDENCIES) $(EXTRA_ctxdup_DEPENDENCIES) 
369
424
        @rm -f ctxdup$(EXEEXT)
370
425
        $(AM_V_CCLD)$(LINK) $(ctxdup_OBJECTS) $(ctxdup_LDADD) $(LIBS)
 
426
 
371
427
dup_leak_test$(EXEEXT): $(dup_leak_test_OBJECTS) $(dup_leak_test_DEPENDENCIES) $(EXTRA_dup_leak_test_DEPENDENCIES) 
372
428
        @rm -f dup_leak_test$(EXEEXT)
373
429
        $(AM_V_CCLD)$(LINK) $(dup_leak_test_OBJECTS) $(dup_leak_test_LDADD) $(LIBS)
400
456
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401
457
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
402
458
 
403
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
404
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
405
 
        unique=`for i in $$list; do \
406
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
407
 
          done | \
408
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
409
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
410
 
        mkid -fID $$unique
411
 
tags: TAGS
 
459
ID: $(am__tagged_files)
 
460
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
461
tags: tags-am
 
462
TAGS: tags
412
463
 
413
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
414
 
                $(TAGS_FILES) $(LISP)
 
464
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
415
465
        set x; \
416
466
        here=`pwd`; \
417
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
418
 
        unique=`for i in $$list; do \
419
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
420
 
          done | \
421
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
422
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
467
        $(am__define_uniq_tagged_files); \
423
468
        shift; \
424
469
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
425
470
          test -n "$$unique" || unique=$$empty_fix; \
431
476
              $$unique; \
432
477
          fi; \
433
478
        fi
434
 
ctags: CTAGS
435
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
436
 
                $(TAGS_FILES) $(LISP)
437
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
438
 
        unique=`for i in $$list; do \
439
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
440
 
          done | \
441
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
442
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
479
ctags: ctags-am
 
480
 
 
481
CTAGS: ctags
 
482
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
483
        $(am__define_uniq_tagged_files); \
443
484
        test -z "$(CTAGS_ARGS)$$unique" \
444
485
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
445
486
             $$unique
448
489
        here=`$(am__cd) $(top_builddir) && pwd` \
449
490
          && $(am__cd) $(top_srcdir) \
450
491
          && gtags -i $(GTAGS_ARGS) "$$here"
 
492
cscopelist: cscopelist-am
451
493
 
452
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
453
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
494
cscopelist-am: $(am__tagged_files)
 
495
        list='$(am__tagged_files)'; \
454
496
        case "$(srcdir)" in \
455
497
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
456
498
          *) sdir=$(subdir)/$(srcdir) ;; \
602
644
 
603
645
.MAKE: install-am install-strip
604
646
 
605
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
606
 
        clean-noinstPROGRAMS cscopelist ctags distclean \
 
647
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
648
        clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
607
649
        distclean-compile distclean-generic distclean-tags distdir dvi \
608
650
        dvi-am html html-am info info-am install install-am \
609
651
        install-data install-data-am install-dvi install-dvi-am \
612
654
        install-pdf-am install-ps install-ps-am install-strip \
613
655
        installcheck installcheck-am installdirs maintainer-clean \
614
656
        maintainer-clean-generic mostlyclean mostlyclean-compile \
615
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
657
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
616
658
        uninstall-am
617
659
 
618
660
 
622
664
testing:
623
665
        $(top_builddir)/runtests -srcdir=$(srcdir) -tests=testlist \
624
666
                -mpiexec=${MPIEXEC} -xmlfile=summary.xml \
625
 
                -tapfile=summary.tap
 
667
                -tapfile=summary.tap -junitfile=summary.junit.xml
626
668
 
627
669
$(top_builddir)/threads/util/mtestthread.$(OBJEXT): $(top_srcdir)/threads/util/mtestthread.c
628
670
        (cd $(top_builddir)/threads/util && $(MAKE) mtestthread.$(OBJEXT))