~ubuntu-branches/ubuntu/hardy/gnome-applets/hardy-updates

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-05-28 22:47:18 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: james.westby@ubuntu.com-20080528224718-b5t5ncp301baiure
Tags: 2.22.2-0ubuntu1
* New upstream version:
  - Fix the launching of the gnome-keyboard-properties dialog from the 
    access applet. (lp: #191168)
* debian/patches/98_autoreconf.patch:
  - new version update
* debian/patches/99_ltmain_as-needed.patch:
  - new version update

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
        --disable-scrollkeeper
109
109
 
110
110
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
111
DSYMUTIL = @DSYMUTIL@
111
112
ECHO = @ECHO@
112
113
ECHO_C = @ECHO_C@
113
114
ECHO_N = @ECHO_N@
219
220
MSGFMT_OPTS = @MSGFMT_OPTS@
220
221
MSGMERGE = @MSGMERGE@
221
222
NEED_LIBAPM = @NEED_LIBAPM@
 
223
NMEDIT = @NMEDIT@
222
224
OBJEXT = @OBJEXT@
223
225
OMF_DIR = @OMF_DIR@
224
226
PACKAGE = @PACKAGE@
246
248
RANLIB = @RANLIB@
247
249
SCROLLKEEPER_CONFIG = @SCROLLKEEPER_CONFIG@
248
250
SCROLLKEEPER_REQUIRED = @SCROLLKEEPER_REQUIRED@
 
251
SED = @SED@
249
252
SET_MAKE = @SET_MAKE@
250
253
SHELL = @SHELL@
251
254
STB_SCRIPTS_DIR = @STB_SCRIPTS_DIR@
550
553
        unique=`for i in $$list; do \
551
554
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
552
555
          done | \
553
 
          $(AWK) '    { files[$$0] = 1; } \
554
 
               END { for (i in files) print i; }'`; \
 
556
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
557
              END { if (nonempty) { for (i in files) print i; }; }'`; \
555
558
        mkid -fID $$unique
556
559
tags: TAGS
557
560
 
576
579
        unique=`for i in $$list; do \
577
580
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
578
581
          done | \
579
 
          $(AWK) '    { files[$$0] = 1; } \
580
 
               END { for (i in files) print i; }'`; \
 
582
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
583
              END { if (nonempty) { for (i in files) print i; }; }'`; \
581
584
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
582
585
          test -n "$$unique" || unique=$$empty_fix; \
583
586
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
587
590
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
588
591
                $(TAGS_FILES) $(LISP)
589
592
        tags=; \
590
 
        here=`pwd`; \
591
593
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
592
594
        unique=`for i in $$list; do \
593
595
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
594
596
          done | \
595
 
          $(AWK) '    { files[$$0] = 1; } \
596
 
               END { for (i in files) print i; }'`; \
 
597
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
598
              END { if (nonempty) { for (i in files) print i; }; }'`; \
597
599
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
598
600
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
599
601
             $$tags $$unique
664
666
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
665
667
        $(am__remove_distdir)
666
668
 
 
669
dist-lzma: distdir
 
670
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
671
        $(am__remove_distdir)
 
672
 
667
673
dist-tarZ: distdir
668
674
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
669
675
        $(am__remove_distdir)
690
696
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
691
697
        *.tar.bz2*) \
692
698
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
699
        *.tar.lzma*) \
 
700
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
693
701
        *.tar.Z*) \
694
702
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
695
703
        *.shar.gz*) \
842
850
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
843
851
        all all-am am--refresh check check-am clean clean-generic \
844
852
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
845
 
        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
846
 
        distclean-generic distclean-hdr distclean-libtool \
 
853
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
 
854
        distclean distclean-generic distclean-hdr distclean-libtool \
847
855
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
848
856
        dvi-am html html-am info info-am install install-am \
849
857
        install-data install-data-am install-dvi install-dvi-am \