~serge-hallyn/ubuntu/raring/shadow/shadow-userns

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-11-29 15:27:11 UTC
  • mfrom: (1.1.10) (49.1.2 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121129152711-yt26ue2rvo3lqy72
Tags: 1:4.1.5.1-1ubuntu2
Revert build-dependency from gettext:any to gettext, now that gettext is
Multi-Arch: foreign.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.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, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# 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.
15
15
 
16
16
@SET_MAKE@
17
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
18
35
pkgdatadir = $(datadir)/@PACKAGE@
19
36
pkgincludedir = $(includedir)/@PACKAGE@
20
37
pkglibdir = $(libdir)/@PACKAGE@
36
53
subdir = .
37
54
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38
55
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
39
 
        $(srcdir)/shadow.spec.in $(top_srcdir)/configure ABOUT-NLS \
40
 
        COPYING ChangeLog NEWS TODO config.guess config.rpath \
41
 
        config.sub depcomp install-sh ltmain.sh missing ylwrap
 
56
        $(srcdir)/shadow.spec.in $(top_srcdir)/configure \
 
57
        $(top_srcdir)/man/po/Makefile.in ABOUT-NLS COPYING ChangeLog \
 
58
        NEWS TODO config.guess config.rpath config.sub depcomp \
 
59
        install-sh ltmain.sh missing ylwrap
42
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
61
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
44
62
        $(top_srcdir)/configure.in
48
66
 configure.lineno config.status.lineno
49
67
mkinstalldirs = $(install_sh) -d
50
68
CONFIG_HEADER = config.h
51
 
CONFIG_CLEAN_FILES = shadow.spec
 
69
CONFIG_CLEAN_FILES = man/po/Makefile shadow.spec
52
70
CONFIG_CLEAN_VPATH_FILES =
53
71
SOURCES =
54
72
DIST_SOURCES =
59
77
        install-pdf-recursive install-ps-recursive install-recursive \
60
78
        installcheck-recursive installdirs-recursive pdf-recursive \
61
79
        ps-recursive uninstall-recursive
 
80
am__can_run_installinfo = \
 
81
  case $$AM_UPDATE_INFO_DIR in \
 
82
    n|no|NO) false;; \
 
83
    *) (install-info --version) >/dev/null 2>&1;; \
 
84
  esac
62
85
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
63
86
  distclean-recursive maintainer-clean-recursive
64
87
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
71
94
distdir = $(PACKAGE)-$(VERSION)
72
95
top_distdir = $(distdir)
73
96
am__remove_distdir = \
74
 
  { test ! -d "$(distdir)" \
75
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
76
 
         && rm -fr "$(distdir)"; }; }
 
97
  if test -d "$(distdir)"; then \
 
98
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
99
      && rm -rf "$(distdir)" \
 
100
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
101
  else :; fi
77
102
am__relativize = \
78
103
  dir0=`pwd`; \
79
104
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
102
127
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
103
128
GZIP_ENV = --best
104
129
distuninstallcheck_listfiles = find . -type f -print
 
130
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
131
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
105
132
distcleancheck_listfiles = find . -type f -print
106
133
ACLOCAL = @ACLOCAL@
107
134
AMTAR = @AMTAR@
118
145
CYGPATH_W = @CYGPATH_W@
119
146
DEFS = @DEFS@
120
147
DEPDIR = @DEPDIR@
 
148
DLLTOOL = @DLLTOOL@
121
149
DSYMUTIL = @DSYMUTIL@
122
150
DUMPBIN = @DUMPBIN@
123
151
ECHO_C = @ECHO_C@
152
180
LIBPAM = @LIBPAM@
153
181
LIBS = @LIBS@
154
182
LIBSELINUX = @LIBSELINUX@
 
183
LIBSEMANAGE = @LIBSEMANAGE@
155
184
LIBSKEY = @LIBSKEY@
156
185
LIBTCB = @LIBTCB@
157
186
LIBTOOL = @LIBTOOL@
162
191
LTLIBOBJS = @LTLIBOBJS@
163
192
MAINT = @MAINT@
164
193
MAKEINFO = @MAKEINFO@
 
194
MANIFEST_TOOL = @MANIFEST_TOOL@
165
195
MKDIR_P = @MKDIR_P@
166
196
MSGFMT = @MSGFMT@
167
197
MSGFMT_015 = @MSGFMT_015@
186
216
SET_MAKE = @SET_MAKE@
187
217
SHELL = @SHELL@
188
218
STRIP = @STRIP@
189
 
U = @U@
190
219
USE_NLS = @USE_NLS@
191
220
VERSION = @VERSION@
192
221
XGETTEXT = @XGETTEXT@
201
230
abs_srcdir = @abs_srcdir@
202
231
abs_top_builddir = @abs_top_builddir@
203
232
abs_top_srcdir = @abs_top_srcdir@
 
233
ac_ct_AR = @ac_ct_AR@
204
234
ac_ct_CC = @ac_ct_CC@
205
235
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
206
236
am__include = @am__include@
233
263
libexecdir = @libexecdir@
234
264
localedir = @localedir@
235
265
localstatedir = @localstatedir@
236
 
lt_ECHO = @lt_ECHO@
237
266
mandir = @mandir@
238
267
mkdir_p = @mkdir_p@
239
268
oldincludedir = @oldincludedir@
258
287
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
259
288
 
260
289
.SUFFIXES:
261
 
am--refresh:
 
290
am--refresh: Makefile
262
291
        @:
263
292
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
264
293
        @for dep in $?; do \
294
323
$(am__aclocal_m4_deps):
295
324
 
296
325
config.h: stamp-h1
297
 
        @if test ! -f $@; then \
298
 
          rm -f stamp-h1; \
299
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
300
 
        else :; fi
 
326
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
 
327
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
301
328
 
302
329
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
303
330
        @rm -f stamp-h1
309
336
 
310
337
distclean-hdr:
311
338
        -rm -f config.h stamp-h1
 
339
man/po/Makefile: $(top_builddir)/config.status $(top_srcdir)/man/po/Makefile.in
 
340
        cd $(top_builddir) && $(SHELL) ./config.status $@
312
341
shadow.spec: $(top_builddir)/config.status $(srcdir)/shadow.spec.in
313
342
        cd $(top_builddir) && $(SHELL) ./config.status $@
314
343
 
490
519
        done
491
520
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
492
521
          if test "$$subdir" = .; then :; else \
493
 
            test -d "$(distdir)/$$subdir" \
494
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
495
 
            || exit 1; \
496
 
          fi; \
497
 
        done
498
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
499
 
          if test "$$subdir" = .; then :; else \
 
522
            $(am__make_dryrun) \
 
523
              || test -d "$(distdir)/$$subdir" \
 
524
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
525
              || exit 1; \
500
526
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
501
527
            $(am__relativize); \
502
528
            new_distdir=$$reldir; \
527
553
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
528
554
        $(am__remove_distdir)
529
555
dist-bzip2: distdir
530
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
556
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
557
        $(am__remove_distdir)
 
558
 
 
559
dist-lzip: distdir
 
560
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
531
561
        $(am__remove_distdir)
532
562
 
533
563
dist-lzma: distdir
535
565
        $(am__remove_distdir)
536
566
 
537
567
dist-xz: distdir
538
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
568
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
539
569
        $(am__remove_distdir)
540
570
 
541
571
dist-tarZ: distdir
553
583
 
554
584
dist dist-all: distdir
555
585
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
556
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
586
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
557
587
        $(am__remove_distdir)
558
588
 
559
589
# This target untars the dist file and tries a VPATH configuration.  Then
567
597
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
568
598
        *.tar.lzma*) \
569
599
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
600
        *.tar.lz*) \
 
601
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
570
602
        *.tar.xz*) \
571
603
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
572
604
        *.tar.Z*) \
586
618
          && am__cwd=`pwd` \
587
619
          && $(am__cd) $(distdir)/_build \
588
620
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
621
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
589
622
            $(DISTCHECK_CONFIGURE_FLAGS) \
590
623
          && $(MAKE) $(AM_MAKEFLAGS) \
591
624
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
614
647
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
615
648
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
616
649
distuninstallcheck:
617
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
618
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
650
        @test -n '$(distuninstallcheck_dir)' || { \
 
651
          echo 'ERROR: trying to run $@ with an empty' \
 
652
               '$$(distuninstallcheck_dir)' >&2; \
 
653
          exit 1; \
 
654
        }; \
 
655
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
656
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
657
          exit 1; \
 
658
        }; \
 
659
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
619
660
           || { echo "ERROR: files left after uninstall:" ; \
620
661
                if test -n "$(DESTDIR)"; then \
621
662
                  echo "  (check DESTDIR support)"; \
646
687
 
647
688
installcheck: installcheck-recursive
648
689
install-strip:
649
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
650
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
651
 
          `test -z '$(STRIP)' || \
652
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
690
        if test -z '$(STRIP)'; then \
 
691
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
692
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
693
              install; \
 
694
        else \
 
695
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
696
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
697
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
698
        fi
653
699
mostlyclean-generic:
654
700
 
655
701
clean-generic:
737
783
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
738
784
        all all-am am--refresh check check-am clean clean-generic \
739
785
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
740
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
741
 
        distcheck distclean distclean-generic distclean-hdr \
 
786
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
 
787
        dist-zip distcheck distclean distclean-generic distclean-hdr \
742
788
        distclean-libtool distclean-tags distcleancheck distdir \
743
789
        distuninstallcheck dvi dvi-am html html-am info info-am \
744
790
        install install-am install-data install-data-am install-dvi \