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

« back to all changes in this revision

Viewing changes to share/extensions/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,
17
17
 
18
18
 
19
19
VPATH = @srcdir@
 
20
am__make_dryrun = \
 
21
  { \
 
22
    am__dry=no; \
 
23
    case $$MAKEFLAGS in \
 
24
      *\\[\ \   ]*) \
 
25
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
26
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
27
      *) \
 
28
        for am__flg in $$MAKEFLAGS; do \
 
29
          case $$am__flg in \
 
30
            *=*|--*) ;; \
 
31
            *n*) am__dry=yes; break;; \
 
32
          esac; \
 
33
        done;; \
 
34
    esac; \
 
35
    test $$am__dry = yes; \
 
36
  }
20
37
pkgdatadir = $(datadir)/@PACKAGE@
21
38
pkgincludedir = $(includedir)/@PACKAGE@
22
39
pkglibdir = $(libdir)/@PACKAGE@
94
111
        install-pdf-recursive install-ps-recursive install-recursive \
95
112
        installcheck-recursive installdirs-recursive pdf-recursive \
96
113
        ps-recursive uninstall-recursive
 
114
am__can_run_installinfo = \
 
115
  case $$AM_UPDATE_INFO_DIR in \
 
116
    n|no|NO) false;; \
 
117
    *) (install-info --version) >/dev/null 2>&1;; \
 
118
  esac
97
119
DATA = $(module_DATA) $(otherstuff_DATA)
98
120
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
99
121
  distclean-recursive maintainer-clean-recursive
247
269
POPPLER_GLIB_CFLAGS = @POPPLER_GLIB_CFLAGS@
248
270
POPPLER_GLIB_LIBS = @POPPLER_GLIB_LIBS@
249
271
POPPLER_LIBS = @POPPLER_LIBS@
 
272
POPPLER_NEWERRORAPI_CFLAGS = @POPPLER_NEWERRORAPI_CFLAGS@
 
273
POPPLER_NEWERRORAPI_LIBS = @POPPLER_NEWERRORAPI_LIBS@
250
274
POSUB = @POSUB@
251
275
POW_LIB = @POW_LIB@
252
276
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
639
663
              exit 1;; \
640
664
          esac; \
641
665
        done; \
642
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu share/extensions/Makefile'; \
 
666
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign share/extensions/Makefile'; \
643
667
        $(am__cd) $(top_srcdir) && \
644
 
          $(AUTOMAKE) --gnu share/extensions/Makefile
 
668
          $(AUTOMAKE) --foreign share/extensions/Makefile
645
669
.PRECIOUS: Makefile
646
670
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
647
671
        @case '$?' in \
662
686
$(am__aclocal_m4_deps):
663
687
install-extensionSCRIPTS: $(extension_SCRIPTS)
664
688
        @$(NORMAL_INSTALL)
665
 
        test -z "$(extensiondir)" || $(MKDIR_P) "$(DESTDIR)$(extensiondir)"
666
689
        @list='$(extension_SCRIPTS)'; test -n "$(extensiondir)" || list=; \
 
690
        if test -n "$$list"; then \
 
691
          echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \
 
692
          $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \
 
693
        fi; \
667
694
        for p in $$list; do \
668
695
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
669
696
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
694
721
        dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir)
695
722
install-moduleDATA: $(module_DATA)
696
723
        @$(NORMAL_INSTALL)
697
 
        test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
698
724
        @list='$(module_DATA)'; test -n "$(moduledir)" || list=; \
 
725
        if test -n "$$list"; then \
 
726
          echo " $(MKDIR_P) '$(DESTDIR)$(moduledir)'"; \
 
727
          $(MKDIR_P) "$(DESTDIR)$(moduledir)" || exit 1; \
 
728
        fi; \
699
729
        for p in $$list; do \
700
730
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
701
731
          echo "$$d$$p"; \
712
742
        dir='$(DESTDIR)$(moduledir)'; $(am__uninstall_files_from_dir)
713
743
install-otherstuffDATA: $(otherstuff_DATA)
714
744
        @$(NORMAL_INSTALL)
715
 
        test -z "$(otherstuffdir)" || $(MKDIR_P) "$(DESTDIR)$(otherstuffdir)"
716
745
        @list='$(otherstuff_DATA)'; test -n "$(otherstuffdir)" || list=; \
 
746
        if test -n "$$list"; then \
 
747
          echo " $(MKDIR_P) '$(DESTDIR)$(otherstuffdir)'"; \
 
748
          $(MKDIR_P) "$(DESTDIR)$(otherstuffdir)" || exit 1; \
 
749
        fi; \
717
750
        for p in $$list; do \
718
751
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
719
752
          echo "$$d$$p"; \
896
929
        done
897
930
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
898
931
          if test "$$subdir" = .; then :; else \
899
 
            test -d "$(distdir)/$$subdir" \
900
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
901
 
            || exit 1; \
902
 
          fi; \
903
 
        done
904
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
905
 
          if test "$$subdir" = .; then :; else \
 
932
            $(am__make_dryrun) \
 
933
              || test -d "$(distdir)/$$subdir" \
 
934
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
935
              || exit 1; \
906
936
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
907
937
            $(am__relativize); \
908
938
            new_distdir=$$reldir; \