~ubuntu-branches/ubuntu/intrepid/kdesdk/intrepid-updates

« back to all changes in this revision

Viewing changes to kbabel/addons/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-10-08 21:59:11 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20051008215911-ba933rpep1hinbkm
Tags: 4:3.4.3-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.4 from Makefile.am.
2
 
# KDE tags expanded automatically by am_edit - $Revision: 1.412 $ 
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
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.
173
173
LIB_KPARTS = @LIB_KPARTS@
174
174
LIB_KSPELL = @LIB_KSPELL@
175
175
LIB_KSYCOCA = @LIB_KSYCOCA@
 
176
LIB_KUNITTEST = @LIB_KUNITTEST@
176
177
LIB_KUTILS = @LIB_KUTILS@
177
178
LIB_POLL = @LIB_POLL@
178
179
LIB_QPE = @LIB_QPE@
427
428
#     (which will cause the Makefiles to be regenerated when you run `make');
428
429
# (2) otherwise, pass the desired values on the `make' command line.
429
430
$(RECURSIVE_TARGETS):
430
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
431
        @failcom='exit 1'; \
 
432
        for f in x $$MAKEFLAGS; do \
 
433
          case $$f in \
 
434
            *=* | --[!k]*);; \
 
435
            *k*) failcom='fail=yes';; \
 
436
          esac; \
 
437
        done; \
431
438
        dot_seen=no; \
432
439
        target=`echo $@ | sed s/-recursive//`; \
433
440
        list='$(SUBDIRS)'; for subdir in $$list; do \
439
446
            local_target="$$target"; \
440
447
          fi; \
441
448
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
442
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
449
          || eval $$failcom; \
443
450
        done; \
444
451
        if test "$$dot_seen" = "no"; then \
445
452
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
447
454
 
448
455
mostlyclean-recursive clean-recursive distclean-recursive \
449
456
maintainer-clean-recursive:
450
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
457
        @failcom='exit 1'; \
 
458
        for f in x $$MAKEFLAGS; do \
 
459
          case $$f in \
 
460
            *=* | --[!k]*);; \
 
461
            *k*) failcom='fail=yes';; \
 
462
          esac; \
 
463
        done; \
451
464
        dot_seen=no; \
452
465
        case "$@" in \
453
466
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
468
481
            local_target="$$target"; \
469
482
          fi; \
470
483
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
471
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
484
          || eval $$failcom; \
472
485
        done && test -z "$$fail"
473
486
tags-recursive:
474
487
        list='$(SUBDIRS)'; for subdir in $$list; do \
681
694
# Otherwise a system limit (for SysV at least) may be exceeded.
682
695
.NOEXPORT:
683
696
 
684
 
 
685
697
#>+ 2
686
 
KDE_DIST=Makefile.am Makefile.in 
 
698
KDE_DIST=Makefile.in Makefile.am 
687
699
 
688
700
#>+ 2
689
701
docs-am:
716
728
                echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
717
729
                echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
718
730
                echo "$$i"; \
719
 
                if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(KDE_CXXFLAGS)  --dump-class-hierarchy -c $$i.bchecktest.cc; then \
 
731
                if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)  --dump-class-hierarchy -c $$i.bchecktest.cc; then \
720
732
                    rm -f $$i.bchecktest.cc; exit 1; \
721
733
                fi ; \
722
734
                echo "" >> $$i.bchecktest.cc.class; \