~paulbrianstewart/ubuntu/oneiric/tellico/852247-Formatting-Fix

« back to all changes in this revision

Viewing changes to src/translators/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Regis Boudin
  • Date: 2005-12-06 14:14:47 UTC
  • mfrom: (0.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20051206141447-n3c0u0tww5tyx0x0
Tags: 1.0.3+SVNr327-1
* New upstream release (Closes: #337634)
  + Subversion snapshot to get extra fixes
  + Fixes various bugs (including some crashes)
  + Update IMDB search
  + Include fix from Aurelien Jarno to build on GNU/kFreeBSD (Closes: #336949)
* Remove tight dependency on kdepim-related packages, the C++ ABI transition
  is complete for them. Also remove build-dependency on libkcal2-dev, which is
  pulled by kdepim-dev
* Upload sponsored by Thibaut VARENE <varenet@debian.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.4 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# KDE tags expanded automatically by am_edit - $Revision: 1.409 $ 
3
3
# @configure_input@
4
4
 
5
5
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
6
 
# 2003, 2004  Free Software Foundation, Inc.
 
6
# 2003, 2004, 2005  Free Software Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
16
16
@SET_MAKE@
17
17
 
18
18
 
19
 
SOURCES = $(libtranslators_a_SOURCES)
20
 
 
21
19
srcdir = @srcdir@
22
20
top_srcdir = @top_srcdir@
23
21
VPATH = @srcdir@
553
551
#     (which will cause the Makefiles to be regenerated when you run `make');
554
552
# (2) otherwise, pass the desired values on the `make' command line.
555
553
$(RECURSIVE_TARGETS):
556
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
554
        @failcom='exit 1'; \
 
555
        for f in x $$MAKEFLAGS; do \
 
556
          case $$f in \
 
557
            *=* | --[!k]*);; \
 
558
            *k*) failcom='fail=yes';; \
 
559
          esac; \
 
560
        done; \
557
561
        dot_seen=no; \
558
562
        target=`echo $@ | sed s/-recursive//`; \
559
563
        list='$(SUBDIRS)'; for subdir in $$list; do \
565
569
            local_target="$$target"; \
566
570
          fi; \
567
571
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
568
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
572
          || eval $$failcom; \
569
573
        done; \
570
574
        if test "$$dot_seen" = "no"; then \
571
575
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
573
577
 
574
578
mostlyclean-recursive clean-recursive distclean-recursive \
575
579
maintainer-clean-recursive:
576
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
580
        @failcom='exit 1'; \
 
581
        for f in x $$MAKEFLAGS; do \
 
582
          case $$f in \
 
583
            *=* | --[!k]*);; \
 
584
            *k*) failcom='fail=yes';; \
 
585
          esac; \
 
586
        done; \
577
587
        dot_seen=no; \
578
588
        case "$@" in \
579
589
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
594
604
            local_target="$$target"; \
595
605
          fi; \
596
606
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
597
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
607
          || eval $$failcom; \
598
608
        done && test -z "$$fail"
599
609
tags-recursive:
600
610
        list='$(SUBDIRS)'; for subdir in $$list; do \