~ubuntu-branches/ubuntu/jaunty/gpicview/jaunty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Lee
  • Date: 2008-09-12 01:43:21 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080912014321-zyxoac1aygvpdyjo
Tags: 0.1.10-1
* New upstream release
  - Solved assertion `GTK_IS_TOOLTIPS (tooltips)' failed problem
  - Added new translations
  - Fixed memory leaks
  - Fixed JPEG Rotation, rotation only in EXIF data
  - Fixed fullscreen toggles
  - Fixed order for file listing 
  - Security fixes CVE-2008-3904, CVE-2008-3791
  - Solved empty file problem in unsupported format
* Applied disable_ask_before_save.dpatch (Closes: #497005) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
104
104
DATADIRNAME = @DATADIRNAME@
105
105
DEFS = @DEFS@
106
106
DEPDIR = @DEPDIR@
 
107
DSYMUTIL = @DSYMUTIL@
107
108
ECHO = @ECHO@
108
109
ECHO_C = @ECHO_C@
109
110
ECHO_N = @ECHO_N@
135
136
MKINSTALLDIRS = @MKINSTALLDIRS@
136
137
MSGFMT = @MSGFMT@
137
138
MSGFMT_OPTS = @MSGFMT_OPTS@
 
139
NMEDIT = @NMEDIT@
138
140
OBJEXT = @OBJEXT@
139
141
PACKAGE = @PACKAGE@
140
142
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
394
396
        unique=`for i in $$list; do \
395
397
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
396
398
          done | \
397
 
          $(AWK) '    { files[$$0] = 1; } \
398
 
               END { for (i in files) print i; }'`; \
 
399
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
400
              END { if (nonempty) { for (i in files) print i; }; }'`; \
399
401
        mkid -fID $$unique
400
402
tags: TAGS
401
403
 
420
422
        unique=`for i in $$list; do \
421
423
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
422
424
          done | \
423
 
          $(AWK) '    { files[$$0] = 1; } \
424
 
               END { for (i in files) print i; }'`; \
 
425
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
426
              END { if (nonempty) { for (i in files) print i; }; }'`; \
425
427
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
426
428
          test -n "$$unique" || unique=$$empty_fix; \
427
429
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
431
433
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
432
434
                $(TAGS_FILES) $(LISP)
433
435
        tags=; \
434
 
        here=`pwd`; \
435
436
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
436
437
        unique=`for i in $$list; do \
437
438
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
438
439
          done | \
439
 
          $(AWK) '    { files[$$0] = 1; } \
440
 
               END { for (i in files) print i; }'`; \
 
440
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
441
              END { if (nonempty) { for (i in files) print i; }; }'`; \
441
442
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
442
443
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
443
444
             $$tags $$unique
511
512
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
512
513
        $(am__remove_distdir)
513
514
 
 
515
dist-lzma: distdir
 
516
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
517
        $(am__remove_distdir)
 
518
 
514
519
dist-tarZ: distdir
515
520
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
516
521
        $(am__remove_distdir)
537
542
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
538
543
        *.tar.bz2*) \
539
544
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
545
        *.tar.lzma*) \
 
546
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
540
547
        *.tar.Z*) \
541
548
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
542
549
        *.shar.gz*) \
692
699
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
693
700
        all all-am am--refresh check check-am clean clean-generic \
694
701
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
695
 
        dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
696
 
        distclean distclean-generic distclean-hdr distclean-libtool \
697
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
698
 
        dvi-am html html-am info info-am install install-am \
699
 
        install-data install-data-am install-data-local \
700
 
        install-desktopDATA install-dvi install-dvi-am install-exec \
701
 
        install-exec-am install-html install-html-am install-iconDATA \
702
 
        install-info install-info-am install-man install-pdf \
703
 
        install-pdf-am install-ps install-ps-am install-strip \
704
 
        installcheck installcheck-am installdirs installdirs-am \
705
 
        maintainer-clean maintainer-clean-generic mostlyclean \
706
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
707
 
        tags tags-recursive uninstall uninstall-am \
708
 
        uninstall-desktopDATA uninstall-iconDATA
 
702
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \
 
703
        distcheck distclean distclean-generic distclean-hdr \
 
704
        distclean-libtool distclean-tags distcleancheck distdir \
 
705
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
706
        install install-am install-data install-data-am \
 
707
        install-data-local install-desktopDATA install-dvi \
 
708
        install-dvi-am install-exec install-exec-am install-html \
 
709
        install-html-am install-iconDATA install-info install-info-am \
 
710
        install-man install-pdf install-pdf-am install-ps \
 
711
        install-ps-am install-strip installcheck installcheck-am \
 
712
        installdirs installdirs-am maintainer-clean \
 
713
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
714
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
715
        uninstall uninstall-am uninstall-desktopDATA \
 
716
        uninstall-iconDATA
709
717
 
710
718
 
711
719
install-data-local: