~ubuntu-branches/debian/sid/arpack/sid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-02-22 11:05:03 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20120222110503-h6ux3f5ilm5q76w0
Tags: 3.1.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.2 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
73
73
am__base_list = \
74
74
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
75
75
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
76
am__uninstall_files_from_dir = { \
 
77
  test -z "$$files" \
 
78
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
79
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
80
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
81
  }
76
82
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)"
77
83
LTLIBRARIES = $(lib_LTLIBRARIES)
78
84
am__DEPENDENCIES_1 =
147
153
DIST_ARCHIVES = $(distdir).tar.gz
148
154
GZIP_ENV = --best
149
155
distuninstallcheck_listfiles = find . -type f -print
 
156
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
157
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
150
158
distcleancheck_listfiles = find . -type f -print
151
159
ACLOCAL = @ACLOCAL@
152
160
AMTAR = @AMTAR@
270
278
top_build_prefix = @top_build_prefix@
271
279
top_builddir = @top_builddir@
272
280
top_srcdir = @top_srcdir@
273
 
SUBDIRS = UTIL SRC @MPIDIR@
 
281
SUBDIRS = UTIL SRC PARPACK . TESTS 
274
282
lib_LTLIBRARIES = libarpack.la
275
283
ACLOCAL_AMFLAGS = -I m4/
276
284
libarpack_la_SOURCES = 
290
298
all: all-recursive
291
299
 
292
300
.SUFFIXES:
293
 
am--refresh:
 
301
am--refresh: Makefile
294
302
        @:
295
303
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
296
304
        @for dep in $?; do \
389
397
        @$(NORMAL_UNINSTALL)
390
398
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
391
399
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
392
 
        test -n "$$files" || exit 0; \
393
 
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
394
 
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
 
400
        dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
395
401
 
396
402
# This directory's subdirectories are mostly independent; you can cd
397
403
# into them and run `make' without going through this Makefile.
600
606
        $(am__remove_distdir)
601
607
 
602
608
dist-bzip2: distdir
603
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
609
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
604
610
        $(am__remove_distdir)
605
611
 
606
612
dist-lzma: distdir
608
614
        $(am__remove_distdir)
609
615
 
610
616
dist-xz: distdir
611
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
617
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
612
618
        $(am__remove_distdir)
613
619
 
614
620
dist-tarZ: distdir
658
664
          && am__cwd=`pwd` \
659
665
          && $(am__cd) $(distdir)/_build \
660
666
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
667
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
661
668
            $(DISTCHECK_CONFIGURE_FLAGS) \
662
669
          && $(MAKE) $(AM_MAKEFLAGS) \
663
670
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
686
693
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
687
694
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
688
695
distuninstallcheck:
689
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
690
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
696
        @test -n '$(distuninstallcheck_dir)' || { \
 
697
          echo 'ERROR: trying to run $@ with an empty' \
 
698
               '$$(distuninstallcheck_dir)' >&2; \
 
699
          exit 1; \
 
700
        }; \
 
701
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
702
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
703
          exit 1; \
 
704
        }; \
 
705
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
691
706
           || { echo "ERROR: files left after uninstall:" ; \
692
707
                if test -n "$(DESTDIR)"; then \
693
708
                  echo "  (check DESTDIR support)"; \
721
736
 
722
737
installcheck: installcheck-recursive
723
738
install-strip:
724
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
725
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
726
 
          `test -z '$(STRIP)' || \
727
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
739
        if test -z '$(STRIP)'; then \
 
740
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
741
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
742
              install; \
 
743
        else \
 
744
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
745
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
746
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
747
        fi
728
748
mostlyclean-generic:
729
749
 
730
750
clean-generic: