~ubuntu-branches/ubuntu/hardy/nfs-utils/hardy-updates

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2007-11-14 04:52:46 UTC
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20071114045246-37yxn6na36segpuh
Tags: upstream-1.1.1
ImportĀ upstreamĀ versionĀ 1.1.1

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
37
        ChangeLog INSTALL NEWS compile 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 \
50
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51
47
        $(ACLOCAL_M4)
52
48
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
53
 
 configure.lineno configure.status.lineno
 
49
 configure.lineno config.status.lineno
54
50
mkinstalldirs = $(install_sh) -d
55
51
CONFIG_HEADER = $(top_builddir)/support/include/config.h
56
52
CONFIG_CLEAN_FILES =
58
54
DIST_SOURCES =
59
55
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
60
56
        html-recursive info-recursive install-data-recursive \
61
 
        install-exec-recursive install-info-recursive \
62
 
        install-recursive installcheck-recursive installdirs-recursive \
63
 
        pdf-recursive ps-recursive uninstall-info-recursive \
64
 
        uninstall-recursive
 
57
        install-dvi-recursive install-exec-recursive \
 
58
        install-html-recursive install-info-recursive \
 
59
        install-pdf-recursive install-ps-recursive install-recursive \
 
60
        installcheck-recursive installdirs-recursive pdf-recursive \
 
61
        ps-recursive uninstall-recursive
 
62
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
63
  distclean-recursive maintainer-clean-recursive
65
64
ETAGS = etags
66
65
CTAGS = ctags
67
66
DIST_SUBDIRS = $(SUBDIRS)
79
78
ACLOCAL = @ACLOCAL@
80
79
ACLOCAL_AMFLAGS = -I aclocal
81
80
ALLOCA = @ALLOCA@
82
 
AMDEP_FALSE = @AMDEP_FALSE@
83
 
AMDEP_TRUE = @AMDEP_TRUE@
84
81
AMTAR = @AMTAR@
85
82
AM_CFLAGS = @AM_CFLAGS@
86
83
AM_CPPFLAGS = @AM_CPPFLAGS@
94
91
CC_FOR_BUILD = @CC_FOR_BUILD@
95
92
CFLAGS = @CFLAGS@
96
93
CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
97
 
CONFIG_GSS_FALSE = @CONFIG_GSS_FALSE@
98
 
CONFIG_GSS_TRUE = @CONFIG_GSS_TRUE@
99
 
CONFIG_MOUNT_FALSE = @CONFIG_MOUNT_FALSE@
100
 
CONFIG_MOUNT_TRUE = @CONFIG_MOUNT_TRUE@
101
 
CONFIG_NFSV4_FALSE = @CONFIG_NFSV4_FALSE@
102
 
CONFIG_NFSV4_TRUE = @CONFIG_NFSV4_TRUE@
103
 
CONFIG_RPCGEN_FALSE = @CONFIG_RPCGEN_FALSE@
104
 
CONFIG_RPCGEN_TRUE = @CONFIG_RPCGEN_TRUE@
105
94
CPP = @CPP@
106
95
CPPFLAGS = @CPPFLAGS@
107
96
CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
122
111
F77 = @F77@
123
112
FFLAGS = @FFLAGS@
124
113
GREP = @GREP@
125
 
GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
126
 
GSSAPI_LIBS = @GSSAPI_LIBS@
127
114
GSSD = @GSSD@
 
115
GSSGLUE_CFLAGS = @GSSGLUE_CFLAGS@
 
116
GSSGLUE_LIBS = @GSSGLUE_LIBS@
128
117
HAVE_LIBWRAP = @HAVE_LIBWRAP@
129
118
HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@
130
119
IDMAPD = @IDMAPD@
 
120
INSTALL = @INSTALL@
131
121
INSTALL_DATA = @INSTALL_DATA@
132
122
INSTALL_PROGRAM = @INSTALL_PROGRAM@
133
123
INSTALL_SCRIPT = @INSTALL_SCRIPT@
152
142
LN_S = @LN_S@
153
143
LTLIBOBJS = @LTLIBOBJS@
154
144
MAINT = @MAINT@
155
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
156
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
157
145
MAKEINFO = @MAKEINFO@
 
146
MKDIR_P = @MKDIR_P@
158
147
OBJEXT = @OBJEXT@
159
148
PACKAGE = @PACKAGE@
160
149
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
175
164
STRIP = @STRIP@
176
165
SVCGSSD = @SVCGSSD@
177
166
VERSION = @VERSION@
 
167
abs_builddir = @abs_builddir@
 
168
abs_srcdir = @abs_srcdir@
 
169
abs_top_builddir = @abs_top_builddir@
 
170
abs_top_srcdir = @abs_top_srcdir@
178
171
ac_ct_CC = @ac_ct_CC@
179
172
ac_ct_CXX = @ac_ct_CXX@
180
173
ac_ct_F77 = @ac_ct_F77@
181
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
182
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
183
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
184
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
185
174
am__include = @am__include@
186
175
am__leading_dot = @am__leading_dot@
187
176
am__quote = @am__quote@
193
182
build_cpu = @build_cpu@
194
183
build_os = @build_os@
195
184
build_vendor = @build_vendor@
 
185
builddir = @builddir@
196
186
datadir = @datadir@
197
187
datarootdir = @datarootdir@
198
188
docdir = @docdir@
225
215
sbindir = @sbindir@
226
216
secure_statd = @secure_statd@
227
217
sharedstatedir = @sharedstatedir@
 
218
srcdir = @srcdir@
228
219
startstatd = @startstatd@
229
220
statduser = @statduser@
230
221
statedir = @statedir@
231
222
sysconfdir = @sysconfdir@
232
223
target_alias = @target_alias@
 
224
top_builddir = @top_builddir@
 
225
top_srcdir = @top_srcdir@
233
226
SUBDIRS = tools support utils linux-nfs
234
227
MAINTAINERCLEANFILES = Makefile.in
235
228
EXTRA_DIST = \
313
306
 
314
307
distclean-libtool:
315
308
        -rm -f libtool
316
 
uninstall-info-am:
317
309
 
318
310
# This directory's subdirectories are mostly independent; you can cd
319
311
# into them and run `make' without going through this Makefile.
346
338
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
347
339
        fi; test -z "$$fail"
348
340
 
349
 
mostlyclean-recursive clean-recursive distclean-recursive \
350
 
maintainer-clean-recursive:
 
341
$(RECURSIVE_CLEAN_TARGETS):
351
342
        @failcom='exit 1'; \
352
343
        for f in x $$MAKEFLAGS; do \
353
344
          case $$f in \
449
440
 
450
441
distdir: $(DISTFILES)
451
442
        $(am__remove_distdir)
452
 
        mkdir $(distdir)
453
 
        $(mkdir_p) $(distdir)/aclocal $(distdir)/debian
454
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
455
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
456
 
        list='$(DISTFILES)'; for file in $$list; do \
457
 
          case $$file in \
458
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
459
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
460
 
          esac; \
 
443
        test -d $(distdir) || mkdir $(distdir)
 
444
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
445
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
446
        list='$(DISTFILES)'; \
 
447
          dist_files=`for file in $$list; do echo $$file; done | \
 
448
          sed -e "s|^$$srcdirstrip/||;t" \
 
449
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
450
        case $$dist_files in \
 
451
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
452
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
453
                           sort -u` ;; \
 
454
        esac; \
 
455
        for file in $$dist_files; do \
461
456
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
462
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
463
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
464
 
            dir="/$$dir"; \
465
 
            $(mkdir_p) "$(distdir)$$dir"; \
466
 
          else \
467
 
            dir=''; \
468
 
          fi; \
469
457
          if test -d $$d/$$file; then \
 
458
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
470
459
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
471
460
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
472
461
            fi; \
480
469
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
481
470
          if test "$$subdir" = .; then :; else \
482
471
            test -d "$(distdir)/$$subdir" \
483
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
472
            || $(MKDIR_P) "$(distdir)/$$subdir" \
484
473
            || exit 1; \
485
474
            distdir=`$(am__cd) $(distdir) && pwd`; \
486
475
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
488
477
              $(MAKE) $(AM_MAKEFLAGS) \
489
478
                top_distdir="$$top_distdir" \
490
479
                distdir="$$distdir/$$subdir" \
 
480
                am__remove_distdir=: \
 
481
                am__skip_length_check=: \
491
482
                distdir) \
492
483
              || exit 1; \
493
484
          fi; \
495
486
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
496
487
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
497
488
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
498
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
489
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
499
490
        || chmod -R a+r $(distdir)
500
491
dist-gzip: distdir
501
492
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
570
561
        $(am__remove_distdir)
571
562
        @(echo "$(distdir) archives ready for distribution: "; \
572
563
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
573
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
564
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
574
565
distuninstallcheck:
575
566
        @cd $(distuninstallcheck_dir) \
576
567
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
643
634
        @$(NORMAL_INSTALL)
644
635
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
645
636
 
 
637
install-dvi: install-dvi-recursive
 
638
 
646
639
install-exec-am:
647
640
 
 
641
install-html: install-html-recursive
 
642
 
648
643
install-info: install-info-recursive
649
644
 
650
645
install-man:
651
646
 
 
647
install-pdf: install-pdf-recursive
 
648
 
 
649
install-ps: install-ps-recursive
 
650
 
652
651
installcheck-am:
653
652
 
654
653
maintainer-clean: maintainer-clean-recursive
669
668
 
670
669
ps-am:
671
670
 
672
 
uninstall-am: uninstall-info-am
 
671
uninstall-am:
673
672
        @$(NORMAL_INSTALL)
674
673
        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
675
674
 
676
 
uninstall-info: uninstall-info-recursive
 
675
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
676
        install-data-am install-strip uninstall-am
677
677
 
678
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
679
 
        check-am clean clean-generic clean-libtool clean-recursive \
680
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
681
 
        dist-shar dist-tarZ dist-zip distcheck distclean \
682
 
        distclean-generic distclean-libtool distclean-recursive \
683
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
684
 
        dvi-am html html-am info info-am install install-am \
685
 
        install-data install-data-am install-data-hook install-exec \
686
 
        install-exec-am install-info install-info-am install-man \
687
 
        install-strip installcheck installcheck-am installdirs \
688
 
        installdirs-am maintainer-clean maintainer-clean-generic \
689
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
690
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
691
 
        tags tags-recursive uninstall uninstall-am uninstall-hook \
692
 
        uninstall-info-am
 
678
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
679
        all all-am am--refresh check check-am clean clean-generic \
 
680
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
681
        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
 
682
        distclean-generic distclean-libtool distclean-tags \
 
683
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
684
        html-am info info-am install install-am install-data \
 
685
        install-data-am install-data-hook install-dvi install-dvi-am \
 
686
        install-exec install-exec-am install-html install-html-am \
 
687
        install-info install-info-am install-man install-pdf \
 
688
        install-pdf-am install-ps install-ps-am install-strip \
 
689
        installcheck installcheck-am installdirs installdirs-am \
 
690
        maintainer-clean maintainer-clean-generic mostlyclean \
 
691
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
692
        tags tags-recursive uninstall uninstall-am uninstall-hook
693
693
 
694
694
 
695
695
install-data-hook: