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

« back to all changes in this revision

Viewing changes to mini-commander/src/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.
68
68
mini_commander_applet_OBJECTS = $(am_mini_commander_applet_OBJECTS)
69
69
mini_commander_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) \
70
70
        $(am__DEPENDENCIES_1)
71
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
71
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
72
72
depcomp = $(SHELL) $(top_srcdir)/depcomp
73
73
am__depfiles_maybe = depfiles
74
74
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
133
133
DEPDIR = @DEPDIR@
134
134
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
135
135
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
136
DSYMUTIL = @DSYMUTIL@
136
137
ECHO = @ECHO@
137
138
ECHO_C = @ECHO_C@
138
139
ECHO_N = @ECHO_N@
244
245
MSGFMT_OPTS = @MSGFMT_OPTS@
245
246
MSGMERGE = @MSGMERGE@
246
247
NEED_LIBAPM = @NEED_LIBAPM@
 
248
NMEDIT = @NMEDIT@
247
249
OBJEXT = @OBJEXT@
248
250
OMF_DIR = @OMF_DIR@
249
251
PACKAGE = @PACKAGE@
271
273
RANLIB = @RANLIB@
272
274
SCROLLKEEPER_CONFIG = @SCROLLKEEPER_CONFIG@
273
275
SCROLLKEEPER_REQUIRED = @SCROLLKEEPER_REQUIRED@
 
276
SED = @SED@
274
277
SET_MAKE = @SET_MAKE@
275
278
SHELL = @SHELL@
276
279
STB_SCRIPTS_DIR = @STB_SCRIPTS_DIR@
453
456
             || test -f $$p1 \
454
457
          ; then \
455
458
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
456
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
457
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
 
459
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
 
460
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
458
461
          else :; fi; \
459
462
        done
460
463
 
481
484
             || test -f $$p1 \
482
485
          ; then \
483
486
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
484
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(toolPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(tooldir)/$$f'"; \
485
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(toolPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(tooldir)/$$f" || exit 1; \
 
487
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(toolPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(tooldir)/$$f'"; \
 
488
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(toolPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(tooldir)/$$f" || exit 1; \
486
489
          else :; fi; \
487
490
        done
488
491
 
641
644
        unique=`for i in $$list; do \
642
645
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
643
646
          done | \
644
 
          $(AWK) '    { files[$$0] = 1; } \
645
 
               END { for (i in files) print i; }'`; \
 
647
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
648
              END { if (nonempty) { for (i in files) print i; }; }'`; \
646
649
        mkid -fID $$unique
647
650
tags: TAGS
648
651
 
654
657
        unique=`for i in $$list; do \
655
658
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
656
659
          done | \
657
 
          $(AWK) '    { files[$$0] = 1; } \
658
 
               END { for (i in files) print i; }'`; \
 
660
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
661
              END { if (nonempty) { for (i in files) print i; }; }'`; \
659
662
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
660
663
          test -n "$$unique" || unique=$$empty_fix; \
661
664
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
665
668
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
666
669
                $(TAGS_FILES) $(LISP)
667
670
        tags=; \
668
 
        here=`pwd`; \
669
671
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
670
672
        unique=`for i in $$list; do \
671
673
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
672
674
          done | \
673
 
          $(AWK) '    { files[$$0] = 1; } \
674
 
               END { for (i in files) print i; }'`; \
 
675
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
676
              END { if (nonempty) { for (i in files) print i; }; }'`; \
675
677
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
676
678
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
677
679
             $$tags $$unique