~ubuntu-branches/ubuntu/natty/libgcrypt11/natty-proposed

« back to all changes in this revision

Viewing changes to mpi/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-05-16 20:13:32 UTC
  • mfrom: (1.1.6 upstream) (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090516201332-czkobpu32w318i16
Tags: 1.4.4-2ubuntu1
* Merge from Debian unstable (LP: #364535), remaining changes:
  - Add libgcrypt11-udeb for use by cryptsetup-udeb.
  - Add clean-la.mk, and add a symlink for the .la
  - Install to /lib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
99
99
libmpi_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
100
100
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
101
101
        $(libmpi_la_LDFLAGS) $(LDFLAGS) -o $@
102
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
102
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
103
103
depcomp = $(SHELL) $(top_srcdir)/depcomp
104
104
am__depfiles_maybe = depfiles
105
105
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
148
148
DEFS = @DEFS@
149
149
DEPDIR = @DEPDIR@
150
150
DLLTOOL = @DLLTOOL@
 
151
DL_LIBS = @DL_LIBS@
151
152
ECHO = @ECHO@
152
153
ECHO_C = @ECHO_C@
153
154
ECHO_N = @ECHO_N@
493
494
        unique=`for i in $$list; do \
494
495
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
495
496
          done | \
496
 
          $(AWK) '    { files[$$0] = 1; } \
497
 
               END { for (i in files) print i; }'`; \
 
497
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
498
              END { if (nonempty) { for (i in files) print i; }; }'`; \
498
499
        mkid -fID $$unique
499
500
tags: TAGS
500
501
 
506
507
        unique=`for i in $$list; do \
507
508
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
508
509
          done | \
509
 
          $(AWK) '    { files[$$0] = 1; } \
510
 
               END { for (i in files) print i; }'`; \
 
510
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
511
              END { if (nonempty) { for (i in files) print i; }; }'`; \
511
512
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
512
513
          test -n "$$unique" || unique=$$empty_fix; \
513
514
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
517
518
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
518
519
                $(TAGS_FILES) $(LISP)
519
520
        tags=; \
520
 
        here=`pwd`; \
521
521
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
522
522
        unique=`for i in $$list; do \
523
523
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
524
524
          done | \
525
 
          $(AWK) '    { files[$$0] = 1; } \
526
 
               END { for (i in files) print i; }'`; \
 
525
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
526
              END { if (nonempty) { for (i in files) print i; }; }'`; \
527
527
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
528
528
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
529
529
             $$tags $$unique