~ubuntu-branches/ubuntu/feisty/nfs-utils/feisty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2007-03-07 11:46:25 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070307114625-pgjnrd4mvl76bolx
Tags: 1:1.0.12-4
Bump the versioned dependency on libblkid1 to require at least version
1.39+1.40-WIP-2006.11.14+dfsg-2, which ensures that we get a version
that doesn't make mountd leak memory on every mount.
(Closes: #413429)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  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.
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
16
VPATH = @srcdir@
19
17
pkgdatadir = $(datadir)/@PACKAGE@
20
18
pkglibdir = $(libdir)/@PACKAGE@
21
19
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = .
23
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
21
install_sh_DATA = $(install_sh) -c -m 644
26
22
install_sh_PROGRAM = $(install_sh) -c
27
23
install_sh_SCRIPT = $(install_sh) -c
35
31
POST_UNINSTALL = :
36
32
build_triplet = @build@
37
33
host_triplet = @host@
 
34
subdir = .
38
35
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39
36
        $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
40
 
        ChangeLog INSTALL NEWS compile config.guess config.sub depcomp \
 
37
        ChangeLog INSTALL NEWS config.guess config.sub depcomp \
41
38
        install-sh ltmain.sh missing
42
 
subdir = .
43
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
40
am__aclocal_m4_deps = $(top_srcdir)/aclocal/bsdsignals.m4 \
45
41
        $(top_srcdir)/aclocal/kerberos5.m4 \
49
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
46
        $(ACLOCAL_M4)
51
47
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
52
 
 configure.lineno configure.status.lineno
 
48
 configure.lineno config.status.lineno
53
49
mkinstalldirs = $(install_sh) -d
54
50
CONFIG_HEADER = $(top_builddir)/support/include/config.h
55
51
CONFIG_CLEAN_FILES =
57
53
DIST_SOURCES =
58
54
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
59
55
        html-recursive info-recursive install-data-recursive \
60
 
        install-exec-recursive install-info-recursive \
61
 
        install-recursive installcheck-recursive installdirs-recursive \
62
 
        pdf-recursive ps-recursive uninstall-info-recursive \
63
 
        uninstall-recursive
 
56
        install-dvi-recursive install-exec-recursive \
 
57
        install-html-recursive install-info-recursive \
 
58
        install-pdf-recursive install-ps-recursive install-recursive \
 
59
        installcheck-recursive installdirs-recursive pdf-recursive \
 
60
        ps-recursive uninstall-recursive
 
61
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
62
  distclean-recursive maintainer-clean-recursive
64
63
ETAGS = etags
65
64
CTAGS = ctags
66
65
DIST_SUBDIRS = $(SUBDIRS)
76
75
distuninstallcheck_listfiles = find . -type f -print
77
76
distcleancheck_listfiles = find . -type f -print
78
77
ACLOCAL = @ACLOCAL@
79
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
78
ACLOCAL_AMFLAGS = -I aclocal
80
79
ALLOCA = @ALLOCA@
81
 
AMDEP_FALSE = @AMDEP_FALSE@
82
 
AMDEP_TRUE = @AMDEP_TRUE@
83
80
AMTAR = @AMTAR@
84
81
AM_CFLAGS = @AM_CFLAGS@
85
82
AM_CPPFLAGS = @AM_CPPFLAGS@
93
90
CC_FOR_BUILD = @CC_FOR_BUILD@
94
91
CFLAGS = @CFLAGS@
95
92
CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
96
 
CONFIG_GSS_FALSE = @CONFIG_GSS_FALSE@
97
 
CONFIG_GSS_TRUE = @CONFIG_GSS_TRUE@
98
 
CONFIG_MOUNT_FALSE = @CONFIG_MOUNT_FALSE@
99
 
CONFIG_MOUNT_TRUE = @CONFIG_MOUNT_TRUE@
100
 
CONFIG_NFSV4_FALSE = @CONFIG_NFSV4_FALSE@
101
 
CONFIG_NFSV4_TRUE = @CONFIG_NFSV4_TRUE@
102
 
CONFIG_RQUOTAD_FALSE = @CONFIG_RQUOTAD_FALSE@
103
 
CONFIG_RQUOTAD_TRUE = @CONFIG_RQUOTAD_TRUE@
104
93
CPP = @CPP@
105
94
CPPFLAGS = @CPPFLAGS@
106
95
CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
127
116
HAVE_LIBWRAP = @HAVE_LIBWRAP@
128
117
HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@
129
118
IDMAPD = @IDMAPD@
 
119
INSTALL = @INSTALL@
130
120
INSTALL_DATA = @INSTALL_DATA@
131
121
INSTALL_PROGRAM = @INSTALL_PROGRAM@
132
122
INSTALL_SCRIPT = @INSTALL_SCRIPT@
139
129
LD = @LD@
140
130
LDFLAGS = @LDFLAGS@
141
131
LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
 
132
LIBBLKID = @LIBBLKID@
142
133
LIBBSD = @LIBBSD@
143
134
LIBCRYPT = @LIBCRYPT@
144
135
LIBNSL = @LIBNSL@
149
140
LIBWRAP = @LIBWRAP@
150
141
LN_S = @LN_S@
151
142
LTLIBOBJS = @LTLIBOBJS@
 
143
MAINT = @MAINT@
152
144
MAKEINFO = @MAKEINFO@
 
145
MKDIR_P = @MKDIR_P@
153
146
OBJEXT = @OBJEXT@
154
147
PACKAGE = @PACKAGE@
155
148
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
168
161
STRIP = @STRIP@
169
162
SVCGSSD = @SVCGSSD@
170
163
VERSION = @VERSION@
 
164
abs_builddir = @abs_builddir@
 
165
abs_srcdir = @abs_srcdir@
 
166
abs_top_builddir = @abs_top_builddir@
 
167
abs_top_srcdir = @abs_top_srcdir@
171
168
ac_ct_CC = @ac_ct_CC@
172
169
ac_ct_CXX = @ac_ct_CXX@
173
170
ac_ct_F77 = @ac_ct_F77@
174
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
175
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
176
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
177
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
178
171
am__include = @am__include@
179
172
am__leading_dot = @am__leading_dot@
180
173
am__quote = @am__quote@
186
179
build_cpu = @build_cpu@
187
180
build_os = @build_os@
188
181
build_vendor = @build_vendor@
 
182
builddir = @builddir@
189
183
datadir = @datadir@
190
184
datarootdir = @datarootdir@
191
185
docdir = @docdir@
218
212
sbindir = @sbindir@
219
213
secure_statd = @secure_statd@
220
214
sharedstatedir = @sharedstatedir@
 
215
srcdir = @srcdir@
221
216
statduser = @statduser@
222
217
statedir = @statedir@
223
218
sysconfdir = @sysconfdir@
224
219
target_alias = @target_alias@
 
220
top_builddir = @top_builddir@
 
221
top_srcdir = @top_srcdir@
225
222
SUBDIRS = tools support utils linux-nfs
226
223
MAINTAINERCLEANFILES = Makefile.in
227
224
EXTRA_DIST = \
255
252
        debian/nhfsstone.prerm \
256
253
        debian/rules \
257
254
        \
 
255
        aclocal/bsdsignals.m4 \
258
256
        aclocal/nfs-utils.m4 \
259
257
        aclocal/kerberos5.m4 \
260
258
        aclocal/tcp-wrappers.m4
264
262
.SUFFIXES:
265
263
am--refresh:
266
264
        @:
267
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
265
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
268
266
        @for dep in $?; do \
269
267
          case '$(am__configure_deps)' in \
270
268
            *$$dep*) \
291
289
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
292
290
        $(SHELL) ./config.status --recheck
293
291
 
294
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
292
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
295
293
        cd $(srcdir) && $(AUTOCONF)
296
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
294
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
297
295
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
298
296
 
299
297
mostlyclean-libtool:
304
302
 
305
303
distclean-libtool:
306
304
        -rm -f libtool
307
 
uninstall-info-am:
308
305
 
309
306
# This directory's subdirectories are mostly independent; you can cd
310
307
# into them and run `make' without going through this Makefile.
337
334
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
338
335
        fi; test -z "$$fail"
339
336
 
340
 
mostlyclean-recursive clean-recursive distclean-recursive \
341
 
maintainer-clean-recursive:
 
337
$(RECURSIVE_CLEAN_TARGETS):
342
338
        @failcom='exit 1'; \
343
339
        for f in x $$MAKEFLAGS; do \
344
340
          case $$f in \
440
436
 
441
437
distdir: $(DISTFILES)
442
438
        $(am__remove_distdir)
443
 
        mkdir $(distdir)
444
 
        $(mkdir_p) $(distdir)/aclocal $(distdir)/debian
445
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
446
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
447
 
        list='$(DISTFILES)'; for file in $$list; do \
448
 
          case $$file in \
449
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
450
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
451
 
          esac; \
 
439
        test -d $(distdir) || mkdir $(distdir)
 
440
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
441
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
442
        list='$(DISTFILES)'; \
 
443
          dist_files=`for file in $$list; do echo $$file; done | \
 
444
          sed -e "s|^$$srcdirstrip/||;t" \
 
445
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
446
        case $$dist_files in \
 
447
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
448
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
449
                           sort -u` ;; \
 
450
        esac; \
 
451
        for file in $$dist_files; do \
452
452
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
453
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
454
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
455
 
            dir="/$$dir"; \
456
 
            $(mkdir_p) "$(distdir)$$dir"; \
457
 
          else \
458
 
            dir=''; \
459
 
          fi; \
460
453
          if test -d $$d/$$file; then \
 
454
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
461
455
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
462
456
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
463
457
            fi; \
471
465
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
472
466
          if test "$$subdir" = .; then :; else \
473
467
            test -d "$(distdir)/$$subdir" \
474
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
468
            || $(MKDIR_P) "$(distdir)/$$subdir" \
475
469
            || exit 1; \
476
470
            distdir=`$(am__cd) $(distdir) && pwd`; \
477
471
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
479
473
              $(MAKE) $(AM_MAKEFLAGS) \
480
474
                top_distdir="$$top_distdir" \
481
475
                distdir="$$distdir/$$subdir" \
 
476
                am__remove_distdir=: \
 
477
                am__skip_length_check=: \
482
478
                distdir) \
483
479
              || exit 1; \
484
480
          fi; \
486
482
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
487
483
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
488
484
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
489
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
485
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
490
486
        || chmod -R a+r $(distdir)
491
487
dist-gzip: distdir
492
488
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
561
557
        $(am__remove_distdir)
562
558
        @(echo "$(distdir) archives ready for distribution: "; \
563
559
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
564
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
560
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
565
561
distuninstallcheck:
566
562
        @cd $(distuninstallcheck_dir) \
567
563
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
634
630
        @$(NORMAL_INSTALL)
635
631
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
636
632
 
 
633
install-dvi: install-dvi-recursive
 
634
 
637
635
install-exec-am:
638
636
 
 
637
install-html: install-html-recursive
 
638
 
639
639
install-info: install-info-recursive
640
640
 
641
641
install-man:
642
642
 
 
643
install-pdf: install-pdf-recursive
 
644
 
 
645
install-ps: install-ps-recursive
 
646
 
643
647
installcheck-am:
644
648
 
645
649
maintainer-clean: maintainer-clean-recursive
660
664
 
661
665
ps-am:
662
666
 
663
 
uninstall-am: uninstall-info-am
 
667
uninstall-am:
664
668
        @$(NORMAL_INSTALL)
665
669
        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
666
670
 
667
 
uninstall-info: uninstall-info-recursive
 
671
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
672
        install-data-am install-strip uninstall-am
668
673
 
669
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
670
 
        check-am clean clean-generic clean-libtool clean-recursive \
671
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
672
 
        dist-shar dist-tarZ dist-zip distcheck distclean \
673
 
        distclean-generic distclean-libtool distclean-recursive \
674
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
675
 
        dvi-am html html-am info info-am install install-am \
676
 
        install-data install-data-am install-data-hook install-exec \
677
 
        install-exec-am install-info install-info-am install-man \
678
 
        install-strip installcheck installcheck-am installdirs \
679
 
        installdirs-am maintainer-clean maintainer-clean-generic \
680
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
681
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
682
 
        tags tags-recursive uninstall uninstall-am uninstall-hook \
683
 
        uninstall-info-am
 
674
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
675
        all all-am am--refresh check check-am clean clean-generic \
 
676
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
677
        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
 
678
        distclean-generic distclean-libtool distclean-tags \
 
679
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
680
        html-am info info-am install install-am install-data \
 
681
        install-data-am install-data-hook install-dvi install-dvi-am \
 
682
        install-exec install-exec-am install-html install-html-am \
 
683
        install-info install-info-am install-man install-pdf \
 
684
        install-pdf-am install-ps install-ps-am install-strip \
 
685
        installcheck installcheck-am installdirs installdirs-am \
 
686
        maintainer-clean maintainer-clean-generic mostlyclean \
 
687
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
688
        tags tags-recursive uninstall uninstall-am uninstall-hook
684
689
 
685
690
 
686
691
install-data-hook: