~ubuntu-branches/ubuntu/maverick/xfce4-terminal/maverick

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-11-04 19:43:14 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20081104194314-1v1d28kn9md2p9n1
Tags: 0.2.8.3-0ubuntu1
* Merge with Debian XFCE SVN, remaining Ubuntu Changes:
  - debian/patches/xubuntu-change-desktop-category.patch:
    - Place terminal under Accessories, not System

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.
92
92
DBUS_VERSION = @DBUS_VERSION@
93
93
DEFS = @DEFS@
94
94
DEPDIR = @DEPDIR@
 
95
DSYMUTIL = @DSYMUTIL@
95
96
ECHO = @ECHO@
96
97
ECHO_C = @ECHO_C@
97
98
ECHO_N = @ECHO_N@
123
124
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
124
125
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
125
126
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
126
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
127
127
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
128
128
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
129
129
INTLTOOL_MERGE = @INTLTOOL_MERGE@
130
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
131
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
132
130
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
133
131
INTLTOOL_PERL = @INTLTOOL_PERL@
 
132
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
134
133
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
135
134
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
136
135
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
142
141
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
143
142
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
144
143
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
145
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
146
144
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
147
145
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
148
146
LDFLAGS = @LDFLAGS@
164
162
MKINSTALLDIRS = @MKINSTALLDIRS@
165
163
MSGFMT = @MSGFMT@
166
164
MSGFMT_OPTS = @MSGFMT_OPTS@
 
165
MSGMERGE = @MSGMERGE@
 
166
NMEDIT = @NMEDIT@
167
167
OBJEXT = @OBJEXT@
168
168
PACKAGE = @PACKAGE@
169
169
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
250
250
srcdir = @srcdir@
251
251
sysconfdir = @sysconfdir@
252
252
target_alias = @target_alias@
 
253
top_build_prefix = @top_build_prefix@
253
254
top_builddir = @top_builddir@
254
255
top_srcdir = @top_srcdir@
255
256
SUBDIRS = \
396
397
        unique=`for i in $$list; do \
397
398
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398
399
          done | \
399
 
          $(AWK) '    { files[$$0] = 1; } \
400
 
               END { for (i in files) print i; }'`; \
 
400
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
401
              END { if (nonempty) { for (i in files) print i; }; }'`; \
401
402
        mkid -fID $$unique
402
403
tags: TAGS
403
404
 
422
423
        unique=`for i in $$list; do \
423
424
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424
425
          done | \
425
 
          $(AWK) '    { files[$$0] = 1; } \
426
 
               END { for (i in files) print i; }'`; \
 
426
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
427
              END { if (nonempty) { for (i in files) print i; }; }'`; \
427
428
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
428
429
          test -n "$$unique" || unique=$$empty_fix; \
429
430
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
433
434
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
434
435
                $(TAGS_FILES) $(LISP)
435
436
        tags=; \
436
 
        here=`pwd`; \
437
437
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
438
438
        unique=`for i in $$list; do \
439
439
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
440
440
          done | \
441
 
          $(AWK) '    { files[$$0] = 1; } \
442
 
               END { for (i in files) print i; }'`; \
 
441
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
442
              END { if (nonempty) { for (i in files) print i; }; }'`; \
443
443
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
444
444
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
445
445
             $$tags $$unique