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

« back to all changes in this revision

Viewing changes to drivemount/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.
57
57
drivemount_applet2_OBJECTS = $(am_drivemount_applet2_OBJECTS)
58
58
am__DEPENDENCIES_1 =
59
59
drivemount_applet2_DEPENDENCIES = $(am__DEPENDENCIES_1)
60
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
60
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
61
61
depcomp = $(SHELL) $(top_srcdir)/depcomp
62
62
am__depfiles_maybe = depfiles
63
63
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
127
127
DEPDIR = @DEPDIR@
128
128
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
129
129
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
130
DSYMUTIL = @DSYMUTIL@
130
131
ECHO = @ECHO@
131
132
ECHO_C = @ECHO_C@
132
133
ECHO_N = @ECHO_N@
238
239
MSGFMT_OPTS = @MSGFMT_OPTS@
239
240
MSGMERGE = @MSGMERGE@
240
241
NEED_LIBAPM = @NEED_LIBAPM@
 
242
NMEDIT = @NMEDIT@
241
243
OBJEXT = @OBJEXT@
242
244
OMF_DIR = @OMF_DIR@
243
245
PACKAGE = @PACKAGE@
265
267
RANLIB = @RANLIB@
266
268
SCROLLKEEPER_CONFIG = @SCROLLKEEPER_CONFIG@
267
269
SCROLLKEEPER_REQUIRED = @SCROLLKEEPER_REQUIRED@
 
270
SED = @SED@
268
271
SET_MAKE = @SET_MAKE@
269
272
SHELL = @SHELL@
270
273
STB_SCRIPTS_DIR = @STB_SCRIPTS_DIR@
412
415
             || test -f $$p1 \
413
416
          ; then \
414
417
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
415
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
416
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
 
418
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
 
419
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
417
420
          else :; fi; \
418
421
        done
419
422
 
598
601
        unique=`for i in $$list; do \
599
602
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
600
603
          done | \
601
 
          $(AWK) '    { files[$$0] = 1; } \
602
 
               END { for (i in files) print i; }'`; \
 
604
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
605
              END { if (nonempty) { for (i in files) print i; }; }'`; \
603
606
        mkid -fID $$unique
604
607
tags: TAGS
605
608
 
624
627
        unique=`for i in $$list; do \
625
628
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
626
629
          done | \
627
 
          $(AWK) '    { files[$$0] = 1; } \
628
 
               END { for (i in files) print i; }'`; \
 
630
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
631
              END { if (nonempty) { for (i in files) print i; }; }'`; \
629
632
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
630
633
          test -n "$$unique" || unique=$$empty_fix; \
631
634
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
635
638
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
636
639
                $(TAGS_FILES) $(LISP)
637
640
        tags=; \
638
 
        here=`pwd`; \
639
641
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
640
642
        unique=`for i in $$list; do \
641
643
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
642
644
          done | \
643
 
          $(AWK) '    { files[$$0] = 1; } \
644
 
               END { for (i in files) print i; }'`; \
 
645
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
646
              END { if (nonempty) { for (i in files) print i; }; }'`; \
645
647
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
646
648
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
647
649
             $$tags $$unique