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

« back to all changes in this revision

Viewing changes to 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.
118
118
DBUS_VERSION = @DBUS_VERSION@
119
119
DEFS = @DEFS@
120
120
DEPDIR = @DEPDIR@
 
121
DSYMUTIL = @DSYMUTIL@
121
122
ECHO = @ECHO@
122
123
ECHO_C = @ECHO_C@
123
124
ECHO_N = @ECHO_N@
149
150
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
150
151
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
151
152
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
152
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
153
153
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
154
154
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
155
155
INTLTOOL_MERGE = @INTLTOOL_MERGE@
156
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
157
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
158
156
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
159
157
INTLTOOL_PERL = @INTLTOOL_PERL@
 
158
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
160
159
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
161
160
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
162
161
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
168
167
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
169
168
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
170
169
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
171
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
172
170
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
173
171
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
174
172
LDFLAGS = @LDFLAGS@
190
188
MKINSTALLDIRS = @MKINSTALLDIRS@
191
189
MSGFMT = @MSGFMT@
192
190
MSGFMT_OPTS = @MSGFMT_OPTS@
 
191
MSGMERGE = @MSGMERGE@
 
192
NMEDIT = @NMEDIT@
193
193
OBJEXT = @OBJEXT@
194
194
PACKAGE = @PACKAGE@
195
195
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
276
276
srcdir = @srcdir@
277
277
sysconfdir = @sysconfdir@
278
278
target_alias = @target_alias@
 
279
top_build_prefix = @top_build_prefix@
279
280
top_builddir = @top_builddir@
280
281
top_srcdir = @top_srcdir@
281
282
SUBDIRS = \
557
558
        unique=`for i in $$list; do \
558
559
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
559
560
          done | \
560
 
          $(AWK) '    { files[$$0] = 1; } \
561
 
               END { for (i in files) print i; }'`; \
 
561
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
562
              END { if (nonempty) { for (i in files) print i; }; }'`; \
562
563
        mkid -fID $$unique
563
564
tags: TAGS
564
565
 
583
584
        unique=`for i in $$list; do \
584
585
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
585
586
          done | \
586
 
          $(AWK) '    { files[$$0] = 1; } \
587
 
               END { for (i in files) print i; }'`; \
 
587
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
588
              END { if (nonempty) { for (i in files) print i; }; }'`; \
588
589
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
589
590
          test -n "$$unique" || unique=$$empty_fix; \
590
591
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
594
595
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
595
596
                $(TAGS_FILES) $(LISP)
596
597
        tags=; \
597
 
        here=`pwd`; \
598
598
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
599
599
        unique=`for i in $$list; do \
600
600
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
601
601
          done | \
602
 
          $(AWK) '    { files[$$0] = 1; } \
603
 
               END { for (i in files) print i; }'`; \
 
602
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
603
              END { if (nonempty) { for (i in files) print i; }; }'`; \
604
604
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
605
605
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
606
606
             $$tags $$unique
670
670
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
671
671
        $(am__remove_distdir)
672
672
 
 
673
dist-lzma: distdir
 
674
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
675
        $(am__remove_distdir)
 
676
 
673
677
dist-tarZ: distdir
674
678
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
675
679
        $(am__remove_distdir)
697
701
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
698
702
        *.tar.bz2*) \
699
703
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
704
        *.tar.lzma*) \
 
705
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
700
706
        *.tar.Z*) \
701
707
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
702
708
        *.shar.gz*) \
855
861
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
856
862
        all all-am am--refresh check check-am clean clean-generic \
857
863
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
858
 
        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
859
 
        distclean-generic distclean-hdr distclean-libtool \
 
864
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
 
865
        distclean distclean-generic distclean-hdr distclean-libtool \
860
866
        distclean-local distclean-tags distcleancheck distdir \
861
867
        distuninstallcheck dvi dvi-am html html-am info info-am \
862
868
        install install-am install-data install-data-am \