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

« back to all changes in this revision

Viewing changes to lib/number_theory/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 \
332
360
        -rm -rf .libs _libs
333
361
install-LibraryDATA: $(Library_DATA)
334
362
        @$(NORMAL_INSTALL)
335
 
        test -z "$(Librarydir)" || $(MKDIR_P) "$(DESTDIR)$(Librarydir)"
336
363
        @list='$(Library_DATA)'; test -n "$(Librarydir)" || list=; \
 
364
        if test -n "$$list"; then \
 
365
          echo " $(MKDIR_P) '$(DESTDIR)$(Librarydir)'"; \
 
366
          $(MKDIR_P) "$(DESTDIR)$(Librarydir)" || exit 1; \
 
367
        fi; \
337
368
        for p in $$list; do \
338
369
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
339
370
          echo "$$d$$p"; \
347
378
        @$(NORMAL_UNINSTALL)
348
379
        @list='$(Library_DATA)'; test -n "$(Librarydir)" || list=; \
349
380
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
350
 
        test -n "$$files" || exit 0; \
351
 
        echo " ( cd '$(DESTDIR)$(Librarydir)' && rm -f" $$files ")"; \
352
 
        cd "$(DESTDIR)$(Librarydir)" && rm -f $$files
 
381
        dir='$(DESTDIR)$(Librarydir)'; $(am__uninstall_files_from_dir)
353
382
 
354
383
# This directory's subdirectories are mostly independent; you can cd
355
384
# into them and run `make' without going through this Makefile.
518
547
        done
519
548
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
520
549
          if test "$$subdir" = .; then :; else \
521
 
            test -d "$(distdir)/$$subdir" \
522
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
523
 
            || exit 1; \
524
 
          fi; \
525
 
        done
526
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
527
 
          if test "$$subdir" = .; then :; else \
 
550
            $(am__make_dryrun) \
 
551
              || test -d "$(distdir)/$$subdir" \
 
552
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
553
              || exit 1; \
528
554
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
529
555
            $(am__relativize); \
530
556
            new_distdir=$$reldir; \
562
588
 
563
589
installcheck: installcheck-recursive
564
590
install-strip:
565
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
566
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
567
 
          `test -z '$(STRIP)' || \
568
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
591
        if test -z '$(STRIP)'; then \
 
592
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
593
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
594
              install; \
 
595
        else \
 
596
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
597
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
598
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
599
        fi
569
600
mostlyclean-generic:
570
601
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
571
602