~ubuntu-branches/ubuntu/hardy/gedit/hardy-updates

« back to all changes in this revision

Viewing changes to gedit/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-04-08 16:24:43 UTC
  • mfrom: (1.1.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20080408162443-btrhy32ld352adct
Tags: 2.22.1-0ubuntu1
* New upstream version:
  - Make Ctrl+D delete the current line
  - Misc bugfixes
* debian/control.in, debian/patches/01_lpi.patch:
  - updated to the new launchpad integration version
* 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.
157
157
gedit_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
158
158
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(gedit_LDFLAGS) \
159
159
        $(LDFLAGS) -o $@
160
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
160
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
161
161
depcomp = $(SHELL) $(top_srcdir)/depcomp
162
162
am__depfiles_maybe = depfiles
163
163
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
221
221
DISABLE_DEPRECATED_CFLAGS = @DISABLE_DEPRECATED_CFLAGS@
222
222
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
223
223
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
224
DSYMUTIL = @DSYMUTIL@
224
225
ECHO = @ECHO@
225
226
ECHO_C = @ECHO_C@
226
227
ECHO_N = @ECHO_N@
294
295
MSGFMT = @MSGFMT@
295
296
MSGFMT_OPTS = @MSGFMT_OPTS@
296
297
MSGMERGE = @MSGMERGE@
 
298
NMEDIT = @NMEDIT@
297
299
NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
298
300
OBJEXT = @OBJEXT@
299
301
OMF_DIR = @OMF_DIR@
326
328
PYTHON_PREFIX = @PYTHON_PREFIX@
327
329
PYTHON_VERSION = @PYTHON_VERSION@
328
330
RANLIB = @RANLIB@
 
331
SED = @SED@
329
332
SET_MAKE = @SET_MAKE@
330
333
SHELL = @SHELL@
331
334
SPELL_PLUGIN_DIR = @SPELL_PLUGIN_DIR@
544
547
             || test -f $$p1 \
545
548
          ; then \
546
549
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
547
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
548
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
550
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
551
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
549
552
          else :; fi; \
550
553
        done
551
554
 
782
785
        unique=`for i in $$list; do \
783
786
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
784
787
          done | \
785
 
          $(AWK) '    { files[$$0] = 1; } \
786
 
               END { for (i in files) print i; }'`; \
 
788
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
789
              END { if (nonempty) { for (i in files) print i; }; }'`; \
787
790
        mkid -fID $$unique
788
791
tags: TAGS
789
792
 
808
811
        unique=`for i in $$list; do \
809
812
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
810
813
          done | \
811
 
          $(AWK) '    { files[$$0] = 1; } \
812
 
               END { for (i in files) print i; }'`; \
 
814
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
815
              END { if (nonempty) { for (i in files) print i; }; }'`; \
813
816
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
814
817
          test -n "$$unique" || unique=$$empty_fix; \
815
818
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
819
822
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
820
823
                $(TAGS_FILES) $(LISP)
821
824
        tags=; \
822
 
        here=`pwd`; \
823
825
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
824
826
        unique=`for i in $$list; do \
825
827
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
826
828
          done | \
827
 
          $(AWK) '    { files[$$0] = 1; } \
828
 
               END { for (i in files) print i; }'`; \
 
829
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
830
              END { if (nonempty) { for (i in files) print i; }; }'`; \
829
831
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
830
832
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
831
833
             $$tags $$unique