~ubuntu-branches/ubuntu/raring/genius/raring

« back to all changes in this revision

Viewing changes to pixmaps/Makefile.in

  • Committer: Logan Rosen
  • Date: 2012-12-23 04:12:09 UTC
  • mfrom: (1.2.8)
  • Revision ID: logatronico@gmail.com-20121223041209-kduaktqblmrcakhk
New upstream release (LP: #1092569).

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)$(imagedir)"
79
107
DATA = $(image_DATA)
80
108
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
338
366
        -rm -rf .libs _libs
339
367
install-imageDATA: $(image_DATA)
340
368
        @$(NORMAL_INSTALL)
341
 
        test -z "$(imagedir)" || $(MKDIR_P) "$(DESTDIR)$(imagedir)"
342
369
        @list='$(image_DATA)'; test -n "$(imagedir)" || list=; \
 
370
        if test -n "$$list"; then \
 
371
          echo " $(MKDIR_P) '$(DESTDIR)$(imagedir)'"; \
 
372
          $(MKDIR_P) "$(DESTDIR)$(imagedir)" || exit 1; \
 
373
        fi; \
343
374
        for p in $$list; do \
344
375
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
345
376
          echo "$$d$$p"; \
353
384
        @$(NORMAL_UNINSTALL)
354
385
        @list='$(image_DATA)'; test -n "$(imagedir)" || list=; \
355
386
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
356
 
        test -n "$$files" || exit 0; \
357
 
        echo " ( cd '$(DESTDIR)$(imagedir)' && rm -f" $$files ")"; \
358
 
        cd "$(DESTDIR)$(imagedir)" && rm -f $$files
 
387
        dir='$(DESTDIR)$(imagedir)'; $(am__uninstall_files_from_dir)
359
388
 
360
389
# This directory's subdirectories are mostly independent; you can cd
361
390
# into them and run `make' without going through this Makefile.
524
553
        done
525
554
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
526
555
          if test "$$subdir" = .; then :; else \
527
 
            test -d "$(distdir)/$$subdir" \
528
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
529
 
            || exit 1; \
530
 
          fi; \
531
 
        done
532
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
533
 
          if test "$$subdir" = .; then :; else \
 
556
            $(am__make_dryrun) \
 
557
              || test -d "$(distdir)/$$subdir" \
 
558
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
559
              || exit 1; \
534
560
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
535
561
            $(am__relativize); \
536
562
            new_distdir=$$reldir; \
568
594
 
569
595
installcheck: installcheck-recursive
570
596
install-strip:
571
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
572
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
573
 
          `test -z '$(STRIP)' || \
574
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
597
        if test -z '$(STRIP)'; then \
 
598
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
599
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
600
              install; \
 
601
        else \
 
602
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
603
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
604
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
605
        fi
575
606
mostlyclean-generic:
576
607
 
577
608
clean-generic: