~ubuntu-branches/debian/wheezy/nautilus-image-converter/wheezy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2009-04-13 22:28:08 UTC
  • mfrom: (4.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090413222808-diteegmwhazi1hwt
Tags: 0.3.0-3
* Upload to unstable (Closes: #529936, #474776, #475237).
* debian/control: 
 - Wrap build-depends and depends.
 - Bump Standards-Version to 3.8.1.

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.
150
150
MSGFMT_OPTS = @MSGFMT_OPTS@
151
151
MSGMERGE = @MSGMERGE@
152
152
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
153
NAUTILUS_EXTENSION_DIR = @NAUTILUS_EXTENSION_DIR@
153
154
NAUTILUS_LIBS = @NAUTILUS_LIBS@
154
155
OBJEXT = @OBJEXT@
155
156
PACKAGE = @PACKAGE@
381
382
        unique=`for i in $$list; do \
382
383
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383
384
          done | \
384
 
          $(AWK) '    { files[$$0] = 1; } \
385
 
               END { for (i in files) print i; }'`; \
 
385
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
386
              END { if (nonempty) { for (i in files) print i; }; }'`; \
386
387
        mkid -fID $$unique
387
388
tags: TAGS
388
389
 
407
408
        unique=`for i in $$list; do \
408
409
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409
410
          done | \
410
 
          $(AWK) '    { files[$$0] = 1; } \
411
 
               END { for (i in files) print i; }'`; \
 
411
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
412
              END { if (nonempty) { for (i in files) print i; }; }'`; \
412
413
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
413
414
          test -n "$$unique" || unique=$$empty_fix; \
414
415
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
418
419
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
419
420
                $(TAGS_FILES) $(LISP)
420
421
        tags=; \
421
 
        here=`pwd`; \
422
422
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
423
423
        unique=`for i in $$list; do \
424
424
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
425
425
          done | \
426
 
          $(AWK) '    { files[$$0] = 1; } \
427
 
               END { for (i in files) print i; }'`; \
 
426
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
427
              END { if (nonempty) { for (i in files) print i; }; }'`; \
428
428
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
429
429
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
430
430
             $$tags $$unique
494
494
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
495
495
        $(am__remove_distdir)
496
496
 
 
497
dist-lzma: distdir
 
498
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
499
        $(am__remove_distdir)
 
500
 
497
501
dist-tarZ: distdir
498
502
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
499
503
        $(am__remove_distdir)
521
525
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
522
526
        *.tar.bz2*) \
523
527
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
528
        *.tar.lzma*) \
 
529
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
524
530
        *.tar.Z*) \
525
531
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
526
532
        *.shar.gz*) \
673
679
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
674
680
        all all-am am--refresh check check-am clean clean-generic \
675
681
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
676
 
        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
677
 
        distclean-generic distclean-hdr distclean-libtool \
 
682
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
 
683
        distclean distclean-generic distclean-hdr distclean-libtool \
678
684
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
679
685
        dvi-am html html-am info info-am install install-am \
680
686
        install-data install-data-am install-dvi install-dvi-am \