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

« back to all changes in this revision

Viewing changes to cpufreq/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.
107
107
DEPDIR = @DEPDIR@
108
108
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
109
109
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
110
DSYMUTIL = @DSYMUTIL@
110
111
ECHO = @ECHO@
111
112
ECHO_C = @ECHO_C@
112
113
ECHO_N = @ECHO_N@
218
219
MSGFMT_OPTS = @MSGFMT_OPTS@
219
220
MSGMERGE = @MSGMERGE@
220
221
NEED_LIBAPM = @NEED_LIBAPM@
 
222
NMEDIT = @NMEDIT@
221
223
OBJEXT = @OBJEXT@
222
224
OMF_DIR = @OMF_DIR@
223
225
PACKAGE = @PACKAGE@
245
247
RANLIB = @RANLIB@
246
248
SCROLLKEEPER_CONFIG = @SCROLLKEEPER_CONFIG@
247
249
SCROLLKEEPER_REQUIRED = @SCROLLKEEPER_REQUIRED@
 
250
SED = @SED@
248
251
SET_MAKE = @SET_MAKE@
249
252
SHELL = @SHELL@
250
253
STB_SCRIPTS_DIR = @STB_SCRIPTS_DIR@
526
529
        unique=`for i in $$list; do \
527
530
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
528
531
          done | \
529
 
          $(AWK) '    { files[$$0] = 1; } \
530
 
               END { for (i in files) print i; }'`; \
 
532
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
533
              END { if (nonempty) { for (i in files) print i; }; }'`; \
531
534
        mkid -fID $$unique
532
535
tags: TAGS
533
536
 
552
555
        unique=`for i in $$list; do \
553
556
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
554
557
          done | \
555
 
          $(AWK) '    { files[$$0] = 1; } \
556
 
               END { for (i in files) print i; }'`; \
 
558
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
559
              END { if (nonempty) { for (i in files) print i; }; }'`; \
557
560
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
558
561
          test -n "$$unique" || unique=$$empty_fix; \
559
562
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
563
566
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
564
567
                $(TAGS_FILES) $(LISP)
565
568
        tags=; \
566
 
        here=`pwd`; \
567
569
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
568
570
        unique=`for i in $$list; do \
569
571
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
570
572
          done | \
571
 
          $(AWK) '    { files[$$0] = 1; } \
572
 
               END { for (i in files) print i; }'`; \
 
573
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
574
              END { if (nonempty) { for (i in files) print i; }; }'`; \
573
575
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
574
576
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
575
577
             $$tags $$unique