~ubuntu-branches/ubuntu/dapper/debianutils/dapper

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams
  • Date: 2005-12-11 12:27:59 UTC
  • Revision ID: james.westby@ubuntu.com-20051211122759-0dfbi0a44rgnb2uq
Tags: 2.15.2
Start shipping and installing a starter /etc/shells.
closes: #342855.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 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.
15
15
@SET_MAKE@
16
16
 
17
17
 
18
 
SOURCES = $(mktemp_SOURCES) $(run_parts_SOURCES) $(tempfile_SOURCES)
19
 
 
20
18
srcdir = @srcdir@
21
19
top_srcdir = @top_srcdir@
22
20
VPATH = @srcdir@
174
172
sysconfdir = @sysconfdir@
175
173
target_alias = @target_alias@
176
174
AUTOMAKE_OPTIONS = foreign
177
 
SUBDIRS = fr
 
175
SUBDIRS = po4a
178
176
mktemp_SOURCES = mktemp.c
179
177
run_parts_SOURCES = run-parts.c
180
178
tempfile_SOURCES = tempfile.c
181
179
bin_SCRIPTS = which savelog sensible-browser sensible-editor \
182
180
              sensible-pager
183
181
 
184
 
sbin_SCRIPTS = installkernel mkboot
 
182
sbin_SCRIPTS = installkernel mkboot add-shell remove-shell
185
183
man_MANS = mktemp.1 run-parts.8 tempfile.1 \
186
184
           installkernel.8 mkboot.8 savelog.8 sensible-editor.1 \
187
 
           tempfile.1 which.1
 
185
           tempfile.1 which.1 add-shell.8 remove-shell.8
188
186
 
189
187
all: all-recursive
190
188
 
416
414
#     (which will cause the Makefiles to be regenerated when you run `make');
417
415
# (2) otherwise, pass the desired values on the `make' command line.
418
416
$(RECURSIVE_TARGETS):
419
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
417
        @failcom='exit 1'; \
 
418
        for f in x $$MAKEFLAGS; do \
 
419
          case $$f in \
 
420
            *=* | --[!k]*);; \
 
421
            *k*) failcom='fail=yes';; \
 
422
          esac; \
 
423
        done; \
420
424
        dot_seen=no; \
421
425
        target=`echo $@ | sed s/-recursive//`; \
422
426
        list='$(SUBDIRS)'; for subdir in $$list; do \
428
432
            local_target="$$target"; \
429
433
          fi; \
430
434
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
431
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
435
          || eval $$failcom; \
432
436
        done; \
433
437
        if test "$$dot_seen" = "no"; then \
434
438
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
436
440
 
437
441
mostlyclean-recursive clean-recursive distclean-recursive \
438
442
maintainer-clean-recursive:
439
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
443
        @failcom='exit 1'; \
 
444
        for f in x $$MAKEFLAGS; do \
 
445
          case $$f in \
 
446
            *=* | --[!k]*);; \
 
447
            *k*) failcom='fail=yes';; \
 
448
          esac; \
 
449
        done; \
440
450
        dot_seen=no; \
441
451
        case "$@" in \
442
452
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
457
467
            local_target="$$target"; \
458
468
          fi; \
459
469
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
460
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
470
          || eval $$failcom; \
461
471
        done && test -z "$$fail"
462
472
tags-recursive:
463
473
        list='$(SUBDIRS)'; for subdir in $$list; do \