~ubuntu-branches/ubuntu/raring/tiff3/raring-proposed

« back to all changes in this revision

Viewing changes to html/images/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Matthew Fischer
  • Date: 2012-10-11 12:46:14 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20121011124614-lohrvchji0wvxk96
Tags: 3.9.7-0ubuntu1
* New upstream release (LP: #1065637)
* Removed the following patches which were incorporated upstream:
  - CVE-2012-1173.patch
  - CVE-2012-2088.patch
  - CVE-2012-3401.patch

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.12.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
41
40
# Process this file with automake to produce Makefile.in.
42
41
 
43
42
VPATH = @srcdir@
 
43
am__make_dryrun = \
 
44
  { \
 
45
    am__dry=no; \
 
46
    case $$MAKEFLAGS in \
 
47
      *\\[\ \   ]*) \
 
48
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
49
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
50
      *) \
 
51
        for am__flg in $$MAKEFLAGS; do \
 
52
          case $$am__flg in \
 
53
            *=*|--*) ;; \
 
54
            *n*) am__dry=yes; break;; \
 
55
          esac; \
 
56
        done;; \
 
57
    esac; \
 
58
    test $$am__dry = yes; \
 
59
  }
44
60
pkgdatadir = $(datadir)/@PACKAGE@
45
61
pkgincludedir = $(includedir)/@PACKAGE@
46
62
pkglibdir = $(libdir)/@PACKAGE@
61
77
host_triplet = @host@
62
78
subdir = html/images
63
79
DIST_COMMON = $(dist_doc_DATA) $(srcdir)/Makefile.am \
64
 
        $(srcdir)/Makefile.in
 
80
        $(srcdir)/Makefile.in $(top_srcdir)/config/mkinstalldirs
65
81
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66
82
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
67
83
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
74
90
        $(top_builddir)/libtiff/tiffconf.h
75
91
CONFIG_CLEAN_FILES =
76
92
CONFIG_CLEAN_VPATH_FILES =
 
93
AM_V_P = $(am__v_P_@AM_V@)
 
94
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
95
am__v_P_0 = false
 
96
am__v_P_1 = :
77
97
AM_V_GEN = $(am__v_GEN_@AM_V@)
78
98
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
79
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
99
am__v_GEN_0 = @echo "  GEN     " $@;
 
100
am__v_GEN_1 = 
80
101
AM_V_at = $(am__v_at_@AM_V@)
81
102
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
82
103
am__v_at_0 = @
 
104
am__v_at_1 = 
83
105
SOURCES =
84
106
DIST_SOURCES =
 
107
am__can_run_installinfo = \
 
108
  case $$AM_UPDATE_INFO_DIR in \
 
109
    n|no|NO) false;; \
 
110
    *) (install-info --version) >/dev/null 2>&1;; \
 
111
  esac
85
112
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
86
113
am__vpath_adj = case $$p in \
87
114
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
317
344
        -rm -rf .libs _libs
318
345
install-dist_docDATA: $(dist_doc_DATA)
319
346
        @$(NORMAL_INSTALL)
320
 
        test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
321
347
        @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
 
348
        if test -n "$$list"; then \
 
349
          echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
 
350
          $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
 
351
        fi; \
322
352
        for p in $$list; do \
323
353
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
324
354
          echo "$$d$$p"; \
339
369
ctags: CTAGS
340
370
CTAGS:
341
371
 
 
372
cscope cscopelist:
 
373
 
342
374
 
343
375
distdir: $(DISTFILES)
344
376
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \