~ubuntu-branches/debian/sid/genius/sid

« back to all changes in this revision

Viewing changes to lib/linear_algebra/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Felipe Sateler
  • Date: 2014-04-07 15:43:04 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20140407154304-21r03zdnfc571kz0
Tags: 1.0.17-1
* Take over package from pkg-gnome
* New upstream release. Closes: #716731
* Bump standards version.
* Update Vcs fields to Git.
* Move to single-debian-patch

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.6 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.
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
54
71
        install-pdf-recursive install-ps-recursive install-recursive \
55
72
        installcheck-recursive installdirs-recursive pdf-recursive \
56
73
        ps-recursive uninstall-recursive
 
74
am__can_run_installinfo = \
 
75
  case $$AM_UPDATE_INFO_DIR in \
 
76
    n|no|NO) false;; \
 
77
    *) (install-info --version) >/dev/null 2>&1;; \
 
78
  esac
57
79
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
58
80
am__vpath_adj = case $$p in \
59
81
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
75
97
am__base_list = \
76
98
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
77
99
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
100
am__uninstall_files_from_dir = { \
 
101
  test -z "$$files" \
 
102
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
103
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
104
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
105
  }
78
106
am__installdirs = "$(DESTDIR)$(Librarydir)"
79
107
DATA = $(Library_DATA)
80
108
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
334
362
        -rm -rf .libs _libs
335
363
install-LibraryDATA: $(Library_DATA)
336
364
        @$(NORMAL_INSTALL)
337
 
        test -z "$(Librarydir)" || $(MKDIR_P) "$(DESTDIR)$(Librarydir)"
338
365
        @list='$(Library_DATA)'; test -n "$(Librarydir)" || list=; \
 
366
        if test -n "$$list"; then \
 
367
          echo " $(MKDIR_P) '$(DESTDIR)$(Librarydir)'"; \
 
368
          $(MKDIR_P) "$(DESTDIR)$(Librarydir)" || exit 1; \
 
369
        fi; \
339
370
        for p in $$list; do \
340
371
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
341
372
          echo "$$d$$p"; \
349
380
        @$(NORMAL_UNINSTALL)
350
381
        @list='$(Library_DATA)'; test -n "$(Librarydir)" || list=; \
351
382
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
352
 
        test -n "$$files" || exit 0; \
353
 
        echo " ( cd '$(DESTDIR)$(Librarydir)' && rm -f" $$files ")"; \
354
 
        cd "$(DESTDIR)$(Librarydir)" && rm -f $$files
 
383
        dir='$(DESTDIR)$(Librarydir)'; $(am__uninstall_files_from_dir)
355
384
 
356
385
# This directory's subdirectories are mostly independent; you can cd
357
386
# into them and run `make' without going through this Makefile.
520
549
        done
521
550
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
522
551
          if test "$$subdir" = .; then :; else \
523
 
            test -d "$(distdir)/$$subdir" \
524
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
525
 
            || exit 1; \
526
 
          fi; \
527
 
        done
528
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
529
 
          if test "$$subdir" = .; then :; else \
 
552
            $(am__make_dryrun) \
 
553
              || test -d "$(distdir)/$$subdir" \
 
554
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
555
              || exit 1; \
530
556
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
531
557
            $(am__relativize); \
532
558
            new_distdir=$$reldir; \
564
590
 
565
591
installcheck: installcheck-recursive
566
592
install-strip:
567
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
568
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
569
 
          `test -z '$(STRIP)' || \
570
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
593
        if test -z '$(STRIP)'; then \
 
594
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
595
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
596
              install; \
 
597
        else \
 
598
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
599
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
600
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
601
        fi
571
602
mostlyclean-generic:
572
603
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
573
604