~ubuntu-branches/ubuntu/vivid/gnupg/vivid

« back to all changes in this revision

Viewing changes to mpi/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-12-04 22:26:16 UTC
  • mfrom: (1.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20121204222616-cr0fow26geq90l3y
Tags: 1.4.12-6ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Disable mlock() test since it fails with ulimit 0 (on buildds).
  - Set gpg (or gpg2) and gpgsm to use a passphrase agent by default.
  - Only suggest gnupg-curl and libldap; recommendations are pulled into
    minimal, and we don't need the keyserver utilities in a minimal Ubuntu
    system.
  - Remove the Win32 build.
  - Update config.guess/config.sub for aarch64.
* Dropped patches:
  - Fix udeb build failure on powerpc, building with -O2 instead of -Os.
    (No longer seems to be necessary.)
* Simplify removal of Win32 build, to make this easier to merge in future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
33
34
 
34
35
VPATH = @srcdir@
35
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkgincludedir = $(includedir)/@PACKAGE@
36
38
pkglibdir = $(libdir)/@PACKAGE@
37
 
pkgincludedir = $(includedir)/@PACKAGE@
 
39
pkglibexecdir = $(libexecdir)/@PACKAGE@
38
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39
41
install_sh_DATA = $(install_sh) -c -m 644
40
42
install_sh_PROGRAM = $(install_sh) -c
50
52
build_triplet = @build@
51
53
host_triplet = @host@
52
54
subdir = mpi
53
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
 
55
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
54
56
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55
57
am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
56
58
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/estream.m4 \
78
80
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
79
81
CONFIG_HEADER = $(top_builddir)/config.h
80
82
CONFIG_CLEAN_FILES =
 
83
CONFIG_CLEAN_VPATH_FILES =
81
84
LIBRARIES = $(noinst_LIBRARIES)
82
85
ARFLAGS = cru
83
86
libmpi_a_AR = $(AR) $(ARFLAGS)
91
94
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
92
95
depcomp = $(SHELL) $(top_srcdir)/scripts/depcomp
93
96
am__depfiles_maybe = depfiles
 
97
am__mv = mv -f
94
98
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
95
99
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
96
100
CCLD = $(CC)
335
339
              exit 1;; \
336
340
          esac; \
337
341
        done; \
338
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  mpi/Makefile'; \
339
 
        cd $(top_srcdir) && \
340
 
          $(AUTOMAKE) --gnu  mpi/Makefile
 
342
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu mpi/Makefile'; \
 
343
        $(am__cd) $(top_srcdir) && \
 
344
          $(AUTOMAKE) --gnu mpi/Makefile
341
345
.PRECIOUS: Makefile
342
346
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
343
347
        @case '$?' in \
355
359
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
356
360
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
357
361
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
362
$(am__aclocal_m4_deps):
358
363
 
359
364
clean-noinstLIBRARIES:
360
365
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
388
393
 
389
394
.c.o:
390
395
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
391
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
396
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
392
397
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
393
398
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394
399
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
395
400
 
396
401
.c.obj:
397
402
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
398
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
403
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
399
404
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
400
405
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401
406
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
412
417
 
413
418
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
414
419
                $(TAGS_FILES) $(LISP)
415
 
        tags=; \
 
420
        set x; \
416
421
        here=`pwd`; \
417
422
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
418
423
        unique=`for i in $$list; do \
420
425
          done | \
421
426
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
422
427
              END { if (nonempty) { for (i in files) print i; }; }'`; \
423
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
428
        shift; \
 
429
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
424
430
          test -n "$$unique" || unique=$$empty_fix; \
425
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
426
 
            $$tags $$unique; \
 
431
          if test $$# -gt 0; then \
 
432
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
433
              "$$@" $$unique; \
 
434
          else \
 
435
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
436
              $$unique; \
 
437
          fi; \
427
438
        fi
428
439
ctags: CTAGS
429
440
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
430
441
                $(TAGS_FILES) $(LISP)
431
 
        tags=; \
432
442
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
433
443
        unique=`for i in $$list; do \
434
444
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
435
445
          done | \
436
446
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
437
447
              END { if (nonempty) { for (i in files) print i; }; }'`; \
438
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
448
        test -z "$(CTAGS_ARGS)$$unique" \
439
449
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
440
 
             $$tags $$unique
 
450
             $$unique
441
451
 
442
452
GTAGS:
443
453
        here=`$(am__cd) $(top_builddir) && pwd` \
444
 
          && cd $(top_srcdir) \
445
 
          && gtags -i $(GTAGS_ARGS) $$here
 
454
          && $(am__cd) $(top_srcdir) \
 
455
          && gtags -i $(GTAGS_ARGS) "$$here"
446
456
 
447
457
distclean-tags:
448
458
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
463
473
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
464
474
          if test -d $$d/$$file; then \
465
475
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
476
            if test -d "$(distdir)/$$file"; then \
 
477
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
478
            fi; \
466
479
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
467
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
480
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
481
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
468
482
            fi; \
469
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
483
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
470
484
          else \
471
 
            test -f $(distdir)/$$file \
472
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
485
            test -f "$(distdir)/$$file" \
 
486
            || cp -p $$d/$$file "$(distdir)/$$file" \
473
487
            || exit 1; \
474
488
          fi; \
475
489
        done
498
512
 
499
513
distclean-generic:
500
514
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
515
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
501
516
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
502
517
 
503
518
maintainer-clean-generic:
519
534
 
520
535
html: html-am
521
536
 
 
537
html-am:
 
538
 
522
539
info: info-am
523
540
 
524
541
info-am:
527
544
 
528
545
install-dvi: install-dvi-am
529
546
 
 
547
install-dvi-am:
 
548
 
530
549
install-exec-am:
531
550
 
532
551
install-html: install-html-am
533
552
 
 
553
install-html-am:
 
554
 
534
555
install-info: install-info-am
535
556
 
 
557
install-info-am:
 
558
 
536
559
install-man:
537
560
 
538
561
install-pdf: install-pdf-am
539
562
 
 
563
install-pdf-am:
 
564
 
540
565
install-ps: install-ps-am
541
566
 
 
567
install-ps-am:
 
568
 
542
569
installcheck-am:
543
570
 
544
571
maintainer-clean: maintainer-clean-am
584
611
         mv -f _$*.o $*.o
585
612
 
586
613
.S.lo:
 
614
 
587
615
# Tell versions [3.59,3.63) of GNU make to not export all variables.
588
616
# Otherwise a system limit (for SysV at least) may be exceeded.
589
617
.NOEXPORT: