~ubuntu-branches/ubuntu/lucid/lxterminal/lucid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Lee
  • Date: 2009-05-29 18:03:05 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090529180305-cifcgj60cgw17fyb
Tags: 0.1.5-1
* New upstream release
  - Translation update (Closes:#509750)
  - Added "--geometry" option
  - Added "-t|--title" option 
  - Replace GtkMenuFactory with GtkUIManager.
  - Fixed memory leaks and a socket issue cause crash.
  - Fixed the 'delete' key problem with "screen" application
  - Disable F10 in lxterminal is now possible
  - Added transparent background option
  - Fixed Ctrl+PgUp and Ctrl+PgDown problem
  - Make Ctrl/Shift/PgUp and Ctrl/Shift/PgDown works to navigate to 
    tabs
  - Make Ctrl/Shift/N works
  - Set character encoding from current locale
* Add Debian menu entry. (Closes:#528523)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
95
95
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
96
96
INSTOBJEXT = @INSTOBJEXT@
97
97
INTLLIBS = @INTLLIBS@
98
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
99
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
100
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
101
98
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
102
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
103
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
104
99
INTLTOOL_MERGE = @INTLTOOL_MERGE@
105
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
106
100
INTLTOOL_PERL = @INTLTOOL_PERL@
107
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
108
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
109
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
110
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
111
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
112
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
113
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
114
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
115
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
116
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
117
101
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
118
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
119
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
120
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
121
102
LDFLAGS = @LDFLAGS@
122
103
LIBOBJS = @LIBOBJS@
123
104
LIBS = @LIBS@
226
207
        @for dep in $?; do \
227
208
          case '$(am__configure_deps)' in \
228
209
            *$$dep*) \
229
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
230
 
                && exit 0; \
 
210
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
211
                && { if test -f $@; then exit 0; else break; fi; }; \
231
212
              exit 1;; \
232
213
          esac; \
233
214
        done; \
310
291
        unique=`for i in $$list; do \
311
292
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
312
293
          done | \
313
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
294
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
314
295
              END { if (nonempty) { for (i in files) print i; }; }'`; \
315
296
        mkid -fID $$unique
316
297
tags: TAGS