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

« back to all changes in this revision

Viewing changes to share/palettes/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@
56
73
am__v_at_0 = @
57
74
SOURCES =
58
75
DIST_SOURCES =
 
76
am__can_run_installinfo = \
 
77
  case $$AM_UPDATE_INFO_DIR in \
 
78
    n|no|NO) false;; \
 
79
    *) (install-info --version) >/dev/null 2>&1;; \
 
80
  esac
59
81
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
60
82
am__vpath_adj = case $$p in \
61
83
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
204
226
POPPLER_GLIB_CFLAGS = @POPPLER_GLIB_CFLAGS@
205
227
POPPLER_GLIB_LIBS = @POPPLER_GLIB_LIBS@
206
228
POPPLER_LIBS = @POPPLER_LIBS@
 
229
POPPLER_NEWERRORAPI_CFLAGS = @POPPLER_NEWERRORAPI_CFLAGS@
 
230
POPPLER_NEWERRORAPI_LIBS = @POPPLER_NEWERRORAPI_LIBS@
207
231
POSUB = @POSUB@
208
232
POW_LIB = @POW_LIB@
209
233
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
307
331
              exit 1;; \
308
332
          esac; \
309
333
        done; \
310
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu share/palettes/Makefile'; \
 
334
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign share/palettes/Makefile'; \
311
335
        $(am__cd) $(top_srcdir) && \
312
 
          $(AUTOMAKE) --gnu share/palettes/Makefile
 
336
          $(AUTOMAKE) --foreign share/palettes/Makefile
313
337
.PRECIOUS: Makefile
314
338
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
315
339
        @case '$?' in \
330
354
$(am__aclocal_m4_deps):
331
355
install-palettesDATA: $(palettes_DATA)
332
356
        @$(NORMAL_INSTALL)
333
 
        test -z "$(palettesdir)" || $(MKDIR_P) "$(DESTDIR)$(palettesdir)"
334
357
        @list='$(palettes_DATA)'; test -n "$(palettesdir)" || list=; \
 
358
        if test -n "$$list"; then \
 
359
          echo " $(MKDIR_P) '$(DESTDIR)$(palettesdir)'"; \
 
360
          $(MKDIR_P) "$(DESTDIR)$(palettesdir)" || exit 1; \
 
361
        fi; \
335
362
        for p in $$list; do \
336
363
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
337
364
          echo "$$d$$p"; \