~ubuntu-branches/ubuntu/maverick/zapping/maverick

« back to all changes in this revision

Viewing changes to help/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2005-11-08 11:07:34 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051108110734-ygvf6uljvgcjmca7
Tags: 0.9.6-1ubuntu1
* Resynchronise with Debian (Closes: #4022):
  - Fix desktop file to not use absolute path.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.5 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  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.
107
107
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
108
108
GMOFILES = @GMOFILES@
109
109
GMSGFMT = @GMSGFMT@
 
110
HAVE_3DNOW_FALSE = @HAVE_3DNOW_FALSE@
 
111
HAVE_3DNOW_TRUE = @HAVE_3DNOW_TRUE@
110
112
HAVE_ALTIVEC_FALSE = @HAVE_ALTIVEC_FALSE@
111
113
HAVE_ALTIVEC_TRUE = @HAVE_ALTIVEC_TRUE@
 
114
HAVE_GCC_LIMITS_FALSE = @HAVE_GCC_LIMITS_FALSE@
 
115
HAVE_GCC_LIMITS_TRUE = @HAVE_GCC_LIMITS_TRUE@
112
116
HAVE_LIBZVBI_FALSE = @HAVE_LIBZVBI_FALSE@
113
117
HAVE_LIBZVBI_TRUE = @HAVE_LIBZVBI_TRUE@
114
118
HAVE_MMX_FALSE = @HAVE_MMX_FALSE@
321
325
#     (which will cause the Makefiles to be regenerated when you run `make');
322
326
# (2) otherwise, pass the desired values on the `make' command line.
323
327
$(RECURSIVE_TARGETS):
324
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
328
        @failcom='exit 1'; \
 
329
        for f in x $$MAKEFLAGS; do \
 
330
          case $$f in \
 
331
            *=* | --[!k]*);; \
 
332
            *k*) failcom='fail=yes';; \
 
333
          esac; \
 
334
        done; \
325
335
        dot_seen=no; \
326
336
        target=`echo $@ | sed s/-recursive//`; \
327
337
        list='$(SUBDIRS)'; for subdir in $$list; do \
333
343
            local_target="$$target"; \
334
344
          fi; \
335
345
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
336
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
346
          || eval $$failcom; \
337
347
        done; \
338
348
        if test "$$dot_seen" = "no"; then \
339
349
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
341
351
 
342
352
mostlyclean-recursive clean-recursive distclean-recursive \
343
353
maintainer-clean-recursive:
344
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
354
        @failcom='exit 1'; \
 
355
        for f in x $$MAKEFLAGS; do \
 
356
          case $$f in \
 
357
            *=* | --[!k]*);; \
 
358
            *k*) failcom='fail=yes';; \
 
359
          esac; \
 
360
        done; \
345
361
        dot_seen=no; \
346
362
        case "$@" in \
347
363
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
362
378
            local_target="$$target"; \
363
379
          fi; \
364
380
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
365
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
381
          || eval $$failcom; \
366
382
        done && test -z "$$fail"
367
383
tags-recursive:
368
384
        list='$(SUBDIRS)'; for subdir in $$list; do \