~ubuntu-branches/ubuntu/hardy/eel2/hardy-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-05-28 21:36:53 UTC
  • mfrom: (1.1.33 upstream)
  • Revision ID: james.westby@ubuntu.com-20080528213653-scts0dl142efpbce
Tags: 2.22.2-0ubuntu1
* New upstream version (lp: #235584):
  - Fix compiler warnings
  - g_assert() in static functions, instead of g_return_if_fail().

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.
108
108
DEFS = @DEFS@
109
109
DEPDIR = @DEPDIR@
110
110
DLLTOOL = @DLLTOOL@
 
111
DSYMUTIL = @DSYMUTIL@
111
112
ECHO = @ECHO@
112
113
ECHO_C = @ECHO_C@
113
114
ECHO_N = @ECHO_N@
180
181
MSGFMT = @MSGFMT@
181
182
MSGFMT_OPTS = @MSGFMT_OPTS@
182
183
MSGMERGE = @MSGMERGE@
 
184
NMEDIT = @NMEDIT@
183
185
OBJDUMP = @OBJDUMP@
184
186
OBJEXT = @OBJEXT@
185
187
PACKAGE = @PACKAGE@
445
447
        unique=`for i in $$list; do \
446
448
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447
449
          done | \
448
 
          $(AWK) '    { files[$$0] = 1; } \
449
 
               END { for (i in files) print i; }'`; \
 
450
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
451
              END { if (nonempty) { for (i in files) print i; }; }'`; \
450
452
        mkid -fID $$unique
451
453
tags: TAGS
452
454
 
471
473
        unique=`for i in $$list; do \
472
474
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
473
475
          done | \
474
 
          $(AWK) '    { files[$$0] = 1; } \
475
 
               END { for (i in files) print i; }'`; \
 
476
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
477
              END { if (nonempty) { for (i in files) print i; }; }'`; \
476
478
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
477
479
          test -n "$$unique" || unique=$$empty_fix; \
478
480
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
482
484
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
483
485
                $(TAGS_FILES) $(LISP)
484
486
        tags=; \
485
 
        here=`pwd`; \
486
487
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
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; nonempty = 1; } \
 
492
              END { if (nonempty) { for (i in files) print i; }; }'`; \
492
493
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
493
494
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
494
495
             $$tags $$unique
562
563
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
563
564
        $(am__remove_distdir)
564
565
 
 
566
dist-lzma: distdir
 
567
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
568
        $(am__remove_distdir)
 
569
 
565
570
dist-tarZ: distdir
566
571
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
567
572
        $(am__remove_distdir)
588
593
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
589
594
        *.tar.bz2*) \
590
595
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
596
        *.tar.lzma*) \
 
597
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
591
598
        *.tar.Z*) \
592
599
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
593
600
        *.shar.gz*) \
743
750
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
744
751
        all all-am am--refresh check check-am clean clean-generic \
745
752
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
746
 
        dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
747
 
        distclean distclean-generic distclean-hdr distclean-libtool \
748
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
749
 
        dvi-am html html-am info info-am install install-am \
750
 
        install-data install-data-am install-dvi install-dvi-am \
751
 
        install-exec install-exec-am install-html install-html-am \
752
 
        install-info install-info-am install-man install-pdf \
753
 
        install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
754
 
        install-strip installcheck installcheck-am installdirs \
755
 
        installdirs-am maintainer-clean maintainer-clean-generic \
756
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
757
 
        ps ps-am tags tags-recursive uninstall uninstall-am \
758
 
        uninstall-pkgconfigDATA
 
753
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \
 
754
        distcheck distclean distclean-generic distclean-hdr \
 
755
        distclean-libtool distclean-tags distcleancheck distdir \
 
756
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
757
        install install-am install-data install-data-am install-dvi \
 
758
        install-dvi-am install-exec install-exec-am install-html \
 
759
        install-html-am install-info install-info-am install-man \
 
760
        install-pdf install-pdf-am install-pkgconfigDATA install-ps \
 
761
        install-ps-am install-strip installcheck installcheck-am \
 
762
        installdirs installdirs-am maintainer-clean \
 
763
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
764
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
765
        uninstall uninstall-am uninstall-pkgconfigDATA
759
766
 
760
767
 
761
768
dist-hook: eel.spec