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

« back to all changes in this revision

Viewing changes to port/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@
60
76
build_triplet = @build@
61
77
host_triplet = @host@
62
78
subdir = port
63
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in getopt.c \
64
 
        lfind.c strcasecmp.c strtoul.c
 
79
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
80
        $(top_srcdir)/config/depcomp \
 
81
        $(top_srcdir)/config/mkinstalldirs getopt.c lfind.c \
 
82
        strcasecmp.c strtoul.c
65
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66
84
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
67
85
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
81
99
AM_V_lt = $(am__v_lt_@AM_V@)
82
100
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
83
101
am__v_lt_0 = --silent
 
102
am__v_lt_1 = 
 
103
AM_V_P = $(am__v_P_@AM_V@)
 
104
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
105
am__v_P_0 = false
 
106
am__v_P_1 = :
 
107
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
108
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
109
am__v_GEN_0 = @echo "  GEN     " $@;
 
110
am__v_GEN_1 = 
 
111
AM_V_at = $(am__v_at_@AM_V@)
 
112
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
113
am__v_at_0 = @
 
114
am__v_at_1 = 
84
115
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/libtiff
85
116
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
86
117
am__depfiles_maybe = depfiles
93
124
        $(AM_CFLAGS) $(CFLAGS)
94
125
AM_V_CC = $(am__v_CC_@AM_V@)
95
126
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
96
 
am__v_CC_0 = @echo "  CC    " $@;
97
 
AM_V_at = $(am__v_at_@AM_V@)
98
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
99
 
am__v_at_0 = @
 
127
am__v_CC_0 = @echo "  CC      " $@;
 
128
am__v_CC_1 = 
100
129
CCLD = $(CC)
101
130
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
102
131
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
103
132
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
104
133
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
105
134
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
106
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
107
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
108
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
135
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
136
am__v_CCLD_1 = 
110
137
SOURCES = $(libport_la_SOURCES)
111
138
DIST_SOURCES = $(libport_la_SOURCES)
 
139
am__can_run_installinfo = \
 
140
  case $$AM_UPDATE_INFO_DIR in \
 
141
    n|no|NO) false;; \
 
142
    *) (install-info --version) >/dev/null 2>&1;; \
 
143
  esac
112
144
ETAGS = etags
113
145
CTAGS = ctags
114
146
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
298
330
 
299
331
clean-noinstLTLIBRARIES:
300
332
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
301
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
302
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
303
 
          test "$$dir" != "$$p" || dir=.; \
304
 
          echo "rm -f \"$${dir}/so_locations\""; \
305
 
          rm -f "$${dir}/so_locations"; \
306
 
        done
 
333
        @list='$(noinst_LTLIBRARIES)'; \
 
334
        locs=`for p in $$list; do echo $$p; done | \
 
335
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
336
              sort -u`; \
 
337
        test -z "$$locs" || { \
 
338
          echo rm -f $${locs}; \
 
339
          rm -f $${locs}; \
 
340
        }
307
341
libport.la: $(libport_la_OBJECTS) $(libport_la_DEPENDENCIES) $(EXTRA_libport_la_DEPENDENCIES) 
308
342
        $(AM_V_CCLD)$(LINK)  $(libport_la_OBJECTS) $(libport_la_LIBADD) $(LIBS)
309
343
 
395
429
          && $(am__cd) $(top_srcdir) \
396
430
          && gtags -i $(GTAGS_ARGS) "$$here"
397
431
 
 
432
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
 
433
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
434
        case "$(srcdir)" in \
 
435
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
436
          *) sdir=$(subdir)/$(srcdir) ;; \
 
437
        esac; \
 
438
        for i in $$list; do \
 
439
          if test -f "$$i"; then \
 
440
            echo "$(subdir)/$$i"; \
 
441
          else \
 
442
            echo "$$sdir/$$i"; \
 
443
          fi; \
 
444
        done >> $(top_builddir)/cscope.files
 
445
 
398
446
distclean-tags:
399
447
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
400
448
 
536
584
.MAKE: install-am install-strip
537
585
 
538
586
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
539
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
540
 
        distclean-compile distclean-generic distclean-libtool \
541
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
542
 
        install install-am install-data install-data-am install-dvi \
543
 
        install-dvi-am install-exec install-exec-am install-html \
544
 
        install-html-am install-info install-info-am install-man \
545
 
        install-pdf install-pdf-am install-ps install-ps-am \
546
 
        install-strip installcheck installcheck-am installdirs \
547
 
        maintainer-clean maintainer-clean-generic mostlyclean \
548
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
549
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
587
        clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
 
588
        distclean distclean-compile distclean-generic \
 
589
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
590
        html-am info info-am install install-am install-data \
 
591
        install-data-am install-dvi install-dvi-am install-exec \
 
592
        install-exec-am install-html install-html-am install-info \
 
593
        install-info-am install-man install-pdf install-pdf-am \
 
594
        install-ps install-ps-am install-strip installcheck \
 
595
        installcheck-am installdirs maintainer-clean \
 
596
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
597
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
598
        tags uninstall uninstall-am
550
599
 
551
600
 
552
601
# Tell versions [3.59,3.63) of GNU make to not export all variables.