~ubuntu-branches/ubuntu/hardy/gnome-mount/hardy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2008-03-05 15:30:46 UTC
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20080305153046-if20509z08rwu2xs
Tags: upstream-0.8~svn20080225
ImportĀ upstreamĀ versionĀ 0.8~svn20080225

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.
170
170
MKINSTALLDIRS = @MKINSTALLDIRS@
171
171
MSGFMT = @MSGFMT@
172
172
MSGFMT_OPTS = @MSGFMT_OPTS@
 
173
MSGMERGE = @MSGMERGE@
173
174
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
174
175
NAUTILUS_LIBS = @NAUTILUS_LIBS@
175
176
NOTIFY_CFLAGS = @NOTIFY_CFLAGS@
487
488
        unique=`for i in $$list; do \
488
489
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
489
490
          done | \
490
 
          $(AWK) '    { files[$$0] = 1; } \
491
 
               END { for (i in files) print i; }'`; \
 
491
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
492
              END { if (nonempty) { for (i in files) print i; }; }'`; \
492
493
        mkid -fID $$unique
493
494
tags: TAGS
494
495
 
513
514
        unique=`for i in $$list; do \
514
515
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
515
516
          done | \
516
 
          $(AWK) '    { files[$$0] = 1; } \
517
 
               END { for (i in files) print i; }'`; \
 
517
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
518
              END { if (nonempty) { for (i in files) print i; }; }'`; \
518
519
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
519
520
          test -n "$$unique" || unique=$$empty_fix; \
520
521
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
524
525
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
525
526
                $(TAGS_FILES) $(LISP)
526
527
        tags=; \
527
 
        here=`pwd`; \
528
528
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
529
529
        unique=`for i in $$list; do \
530
530
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
531
531
          done | \
532
 
          $(AWK) '    { files[$$0] = 1; } \
533
 
               END { for (i in files) print i; }'`; \
 
532
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
533
              END { if (nonempty) { for (i in files) print i; }; }'`; \
534
534
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
535
535
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
536
536
             $$tags $$unique
601
601
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
602
602
        $(am__remove_distdir)
603
603
 
 
604
dist-lzma: distdir
 
605
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
606
        $(am__remove_distdir)
 
607
 
604
608
dist-tarZ: distdir
605
609
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
606
610
        $(am__remove_distdir)
627
631
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
628
632
        *.tar.bz2*) \
629
633
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
634
        *.tar.lzma*) \
 
635
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
630
636
        *.tar.Z*) \
631
637
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
632
638
        *.shar.gz*) \
787
793
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
788
794
        all all-am am--refresh check check-am clean clean-generic \
789
795
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
790
 
        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
791
 
        distclean-generic distclean-hdr distclean-libtool \
 
796
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
 
797
        distclean distclean-generic distclean-hdr distclean-libtool \
792
798
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
793
799
        dvi-am html html-am info info-am install install-am \
794
800
        install-data install-data-am install-data-local install-dvi \