~ubuntu-branches/debian/squeeze/f-spot/squeeze

« back to all changes in this revision

Viewing changes to gio-sharp/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane, Mirco Bauer, Iain Lane
  • Date: 2009-02-07 20:23:32 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20090207202332-oc93rfjo1st0571s
Tags: 0.5.0.3-2
[ Mirco Bauer]
* Upload to unstable.
* debian/control:
  + Lowered GNOME# build-deps to 2.0 ABI as that transition didn't happen
    yet in unstable.

[ Iain Lane ]
* debian/patches/svn-r4545_locales-import.dpatch: Patch backported from SVN
  trunk revision 4545 - initialize the translation catalog earlier (LP: #293305)
  (Closes: #514457). Thanks to Florian Heinle for finding the patch and to
  Chris Coulson for preparing the update.
* debian/control: Build-depend on libmono-dev (>= 1.2.4) to match configure
  checks.
* debian/rules: Pass CSC=/usr/bin/csc to configure for gio-sharp to fix FTBFS

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.
269
269
        unique=`for i in $$list; do \
270
270
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
271
271
          done | \
272
 
          $(AWK) '    { files[$$0] = 1; } \
273
 
               END { for (i in files) print i; }'`; \
 
272
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
273
              END { if (nonempty) { for (i in files) print i; }; }'`; \
274
274
        mkid -fID $$unique
275
275
tags: TAGS
276
276
 
295
295
        unique=`for i in $$list; do \
296
296
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
297
297
          done | \
298
 
          $(AWK) '    { files[$$0] = 1; } \
299
 
               END { for (i in files) print i; }'`; \
 
298
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
299
              END { if (nonempty) { for (i in files) print i; }; }'`; \
300
300
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
301
301
          test -n "$$unique" || unique=$$empty_fix; \
302
302
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
306
306
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
307
307
                $(TAGS_FILES) $(LISP)
308
308
        tags=; \
309
 
        here=`pwd`; \
310
309
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
311
310
        unique=`for i in $$list; do \
312
311
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
313
312
          done | \
314
 
          $(AWK) '    { files[$$0] = 1; } \
315
 
               END { for (i in files) print i; }'`; \
 
313
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
314
              END { if (nonempty) { for (i in files) print i; }; }'`; \
316
315
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
317
316
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
318
317
             $$tags $$unique
383
382
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
384
383
        $(am__remove_distdir)
385
384
 
 
385
dist-lzma: distdir
 
386
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
387
        $(am__remove_distdir)
 
388
 
386
389
dist-tarZ: distdir
387
390
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
388
391
        $(am__remove_distdir)
409
412
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
410
413
        *.tar.bz2*) \
411
414
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
415
        *.tar.lzma*) \
 
416
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
412
417
        *.tar.Z*) \
413
418
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
414
419
        *.shar.gz*) \
559
564
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
560
565
        all all-am am--refresh check check-am clean clean-generic \
561
566
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
562
 
        dist-shar dist-tarZ dist-zip distcheck distclean \
 
567
        dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
563
568
        distclean-generic distclean-tags distcleancheck distdir \
564
569
        distuninstallcheck dvi dvi-am html html-am info info-am \
565
570
        install install-am install-data install-data-am install-dvi \