~ubuntu-branches/ubuntu/trusty/enigma/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/images/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Erich Schubert
  • Date: 2012-06-19 21:47:22 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120619214722-xqd01w5u4urqwk50
Tags: 1.10~~pre-alpha+r2236-1
* New upstream checkout. No release on the horizon, but well playable.
* Acknowledge NMUs. Thank you!
* Drop suggest on enigma-level-previews which are not available for 1.10
* Update policy version, no changes.

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.5 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@
69
86
        install-pdf-recursive install-ps-recursive install-recursive \
70
87
        installcheck-recursive installdirs-recursive pdf-recursive \
71
88
        ps-recursive uninstall-recursive
 
89
am__can_run_installinfo = \
 
90
  case $$AM_UPDATE_INFO_DIR in \
 
91
    n|no|NO) false;; \
 
92
    *) (install-info --version) >/dev/null 2>&1;; \
 
93
  esac
72
94
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
73
95
am__vpath_adj = case $$p in \
74
96
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
90
112
am__base_list = \
91
113
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
92
114
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
115
am__uninstall_files_from_dir = { \
 
116
  test -z "$$files" \
 
117
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
118
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
119
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
120
  }
93
121
am__installdirs = "$(DESTDIR)$(pngdir)"
94
122
DATA = $(png_DATA)
95
123
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
305
333
$(am__aclocal_m4_deps):
306
334
install-pngDATA: $(png_DATA)
307
335
        @$(NORMAL_INSTALL)
308
 
        test -z "$(pngdir)" || $(MKDIR_P) "$(DESTDIR)$(pngdir)"
309
336
        @list='$(png_DATA)'; test -n "$(pngdir)" || list=; \
 
337
        if test -n "$$list"; then \
 
338
          echo " $(MKDIR_P) '$(DESTDIR)$(pngdir)'"; \
 
339
          $(MKDIR_P) "$(DESTDIR)$(pngdir)" || exit 1; \
 
340
        fi; \
310
341
        for p in $$list; do \
311
342
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
312
343
          echo "$$d$$p"; \
320
351
        @$(NORMAL_UNINSTALL)
321
352
        @list='$(png_DATA)'; test -n "$(pngdir)" || list=; \
322
353
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
323
 
        test -n "$$files" || exit 0; \
324
 
        echo " ( cd '$(DESTDIR)$(pngdir)' && rm -f" $$files ")"; \
325
 
        cd "$(DESTDIR)$(pngdir)" && rm -f $$files
 
354
        dir='$(DESTDIR)$(pngdir)'; $(am__uninstall_files_from_dir)
326
355
 
327
356
# This directory's subdirectories are mostly independent; you can cd
328
357
# into them and run `make' without going through this Makefile.
491
520
        done
492
521
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
493
522
          if test "$$subdir" = .; then :; else \
494
 
            test -d "$(distdir)/$$subdir" \
495
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
496
 
            || exit 1; \
497
 
          fi; \
498
 
        done
499
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
500
 
          if test "$$subdir" = .; then :; else \
 
523
            $(am__make_dryrun) \
 
524
              || test -d "$(distdir)/$$subdir" \
 
525
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
526
              || exit 1; \
501
527
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
502
528
            $(am__relativize); \
503
529
            new_distdir=$$reldir; \
535
561
 
536
562
installcheck: installcheck-recursive
537
563
install-strip:
538
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
539
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
540
 
          `test -z '$(STRIP)' || \
541
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
564
        if test -z '$(STRIP)'; then \
 
565
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
566
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
567
              install; \
 
568
        else \
 
569
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
570
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
571
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
572
        fi
542
573
mostlyclean-generic:
543
574
 
544
575
clean-generic: