~ubuntu-branches/debian/sid/inkscape/sid

« back to all changes in this revision

Viewing changes to share/icons/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2013-06-21 15:13:32 UTC
  • mfrom: (10.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130621151332-uo22shomzjut843h
Tags: 0.48.4-1
* Upload to unstable
* debian/control: added myself to Uploaders
* debian/patches/: patchset updated
  - 04-Fix_FTBFS_on_gcc-4.8.patch added (Closes: #701297)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 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,
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@
63
80
        install-pdf-recursive install-ps-recursive install-recursive \
64
81
        installcheck-recursive installdirs-recursive pdf-recursive \
65
82
        ps-recursive uninstall-recursive
 
83
am__can_run_installinfo = \
 
84
  case $$AM_UPDATE_INFO_DIR in \
 
85
    n|no|NO) false;; \
 
86
    *) (install-info --version) >/dev/null 2>&1;; \
 
87
  esac
66
88
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
67
89
am__vpath_adj = case $$p in \
68
90
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
244
266
POPPLER_GLIB_CFLAGS = @POPPLER_GLIB_CFLAGS@
245
267
POPPLER_GLIB_LIBS = @POPPLER_GLIB_LIBS@
246
268
POPPLER_LIBS = @POPPLER_LIBS@
 
269
POPPLER_NEWERRORAPI_CFLAGS = @POPPLER_NEWERRORAPI_CFLAGS@
 
270
POPPLER_NEWERRORAPI_LIBS = @POPPLER_NEWERRORAPI_LIBS@
247
271
POSUB = @POSUB@
248
272
POW_LIB = @POW_LIB@
249
273
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
378
402
              exit 1;; \
379
403
          esac; \
380
404
        done; \
381
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu share/icons/Makefile'; \
 
405
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign share/icons/Makefile'; \
382
406
        $(am__cd) $(top_srcdir) && \
383
 
          $(AUTOMAKE) --gnu share/icons/Makefile
 
407
          $(AUTOMAKE) --foreign share/icons/Makefile
384
408
.PRECIOUS: Makefile
385
409
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
386
410
        @case '$?' in \
401
425
$(am__aclocal_m4_deps):
402
426
install-iconsDATA: $(icons_DATA)
403
427
        @$(NORMAL_INSTALL)
404
 
        test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)"
405
428
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
 
429
        if test -n "$$list"; then \
 
430
          echo " $(MKDIR_P) '$(DESTDIR)$(iconsdir)'"; \
 
431
          $(MKDIR_P) "$(DESTDIR)$(iconsdir)" || exit 1; \
 
432
        fi; \
406
433
        for p in $$list; do \
407
434
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
408
435
          echo "$$d$$p"; \
585
612
        done
586
613
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
587
614
          if test "$$subdir" = .; then :; else \
588
 
            test -d "$(distdir)/$$subdir" \
589
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
590
 
            || exit 1; \
591
 
          fi; \
592
 
        done
593
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
594
 
          if test "$$subdir" = .; then :; else \
 
615
            $(am__make_dryrun) \
 
616
              || test -d "$(distdir)/$$subdir" \
 
617
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
618
              || exit 1; \
595
619
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
596
620
            $(am__relativize); \
597
621
            new_distdir=$$reldir; \