~ubuntu-branches/ubuntu/precise/xfwm4/precise-updates

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-11-10 07:40:26 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20081110074026-xo3f144nja3wl7kz
Tags: 4.4.3-0ubuntu1
* Merge with Debian Xfce UNRELEASED, remaining Ubuntu changes
  - debian/xfwm4.1: update bug reporting address (LP instead of Debian BTS).
  - debian/rules: keep the .desktop installed, but add "NoDisplay=true" to hide
    them by default

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.
96
96
DATADIRNAME = @DATADIRNAME@
97
97
DEFS = @DEFS@
98
98
DEPDIR = @DEPDIR@
 
99
DSYMUTIL = @DSYMUTIL@
99
100
ECHO = @ECHO@
100
101
ECHO_C = @ECHO_C@
101
102
ECHO_N = @ECHO_N@
125
126
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
126
127
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
127
128
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
128
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
129
129
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
130
130
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
131
131
INTLTOOL_MERGE = @INTLTOOL_MERGE@
132
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
133
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
134
132
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
135
133
INTLTOOL_PERL = @INTLTOOL_PERL@
 
134
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
136
135
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
137
136
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
138
137
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
144
143
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
145
144
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
146
145
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
147
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
148
146
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
149
147
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
150
148
LDFLAGS = @LDFLAGS@
185
183
MKINSTALLDIRS = @MKINSTALLDIRS@
186
184
MSGFMT = @MSGFMT@
187
185
MSGFMT_OPTS = @MSGFMT_OPTS@
 
186
MSGMERGE = @MSGMERGE@
 
187
NMEDIT = @NMEDIT@
188
188
OBJEXT = @OBJEXT@
189
189
PACKAGE = @PACKAGE@
190
190
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
271
271
srcdir = @srcdir@
272
272
sysconfdir = @sysconfdir@
273
273
target_alias = @target_alias@
 
274
top_build_prefix = @top_build_prefix@
274
275
top_builddir = @top_builddir@
275
276
top_srcdir = @top_srcdir@
276
277
EXTRA_DIST = \
429
430
        unique=`for i in $$list; do \
430
431
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
431
432
          done | \
432
 
          $(AWK) '    { files[$$0] = 1; } \
433
 
               END { for (i in files) print i; }'`; \
 
433
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
434
              END { if (nonempty) { for (i in files) print i; }; }'`; \
434
435
        mkid -fID $$unique
435
436
tags: TAGS
436
437
 
455
456
        unique=`for i in $$list; do \
456
457
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
457
458
          done | \
458
 
          $(AWK) '    { files[$$0] = 1; } \
459
 
               END { for (i in files) print i; }'`; \
 
459
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
460
              END { if (nonempty) { for (i in files) print i; }; }'`; \
460
461
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
461
462
          test -n "$$unique" || unique=$$empty_fix; \
462
463
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
466
467
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
467
468
                $(TAGS_FILES) $(LISP)
468
469
        tags=; \
469
 
        here=`pwd`; \
470
470
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
471
471
        unique=`for i in $$list; do \
472
472
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
473
473
          done | \
474
 
          $(AWK) '    { files[$$0] = 1; } \
475
 
               END { for (i in files) print i; }'`; \
 
474
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
475
              END { if (nonempty) { for (i in files) print i; }; }'`; \
476
476
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
477
477
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
478
478
             $$tags $$unique
542
542
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
543
543
        $(am__remove_distdir)
544
544
 
 
545
dist-lzma: distdir
 
546
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
547
        $(am__remove_distdir)
 
548
 
545
549
dist-tarZ: distdir
546
550
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
547
551
        $(am__remove_distdir)
569
573
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
570
574
        *.tar.bz2*) \
571
575
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
576
        *.tar.lzma*) \
 
577
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
572
578
        *.tar.Z*) \
573
579
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
574
580
        *.shar.gz*) \
719
725
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
720
726
        all all-am am--refresh check check-am clean clean-generic \
721
727
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
722
 
        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
723
 
        distclean-generic distclean-hdr distclean-libtool \
 
728
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
 
729
        distclean distclean-generic distclean-hdr distclean-libtool \
724
730
        distclean-local distclean-tags distcleancheck distdir \
725
731
        distuninstallcheck dvi dvi-am html html-am info info-am \
726
732
        install install-am install-data install-data-am install-dvi \