]> git.decadent.org.uk Git - nfs-utils.git/blob - linux-nfs/Makefile.in
Imported Upstream version 1.2.0
[nfs-utils.git] / linux-nfs / Makefile.in
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 pkgdatadir = $(datadir)/@PACKAGE@
18 pkglibdir = $(libdir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21 install_sh_DATA = $(install_sh) -c -m 644
22 install_sh_PROGRAM = $(install_sh) -c
23 install_sh_SCRIPT = $(install_sh) -c
24 INSTALL_HEADER = $(INSTALL_DATA)
25 transform = $(program_transform_name)
26 NORMAL_INSTALL = :
27 PRE_INSTALL = :
28 POST_INSTALL = :
29 NORMAL_UNINSTALL = :
30 PRE_UNINSTALL = :
31 POST_UNINSTALL = :
32 build_triplet = @build@
33 host_triplet = @host@
34 subdir = linux-nfs
35 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
36         ChangeLog INSTALL THANKS TODO
37 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38 am__aclocal_m4_deps = $(top_srcdir)/aclocal/bsdsignals.m4 \
39         $(top_srcdir)/aclocal/ipv6.m4 \
40         $(top_srcdir)/aclocal/kerberos5.m4 \
41         $(top_srcdir)/aclocal/libblkid.m4 \
42         $(top_srcdir)/aclocal/libevent.m4 \
43         $(top_srcdir)/aclocal/libnfsidmap.m4 \
44         $(top_srcdir)/aclocal/librpcsecgss.m4 \
45         $(top_srcdir)/aclocal/libtirpc.m4 \
46         $(top_srcdir)/aclocal/nfs-utils.m4 \
47         $(top_srcdir)/aclocal/rpcsec_vers.m4 \
48         $(top_srcdir)/aclocal/tcp-wrappers.m4 \
49         $(top_srcdir)/configure.ac
50 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51         $(ACLOCAL_M4)
52 mkinstalldirs = $(install_sh) -d
53 CONFIG_HEADER = $(top_builddir)/support/include/config.h
54 CONFIG_CLEAN_FILES =
55 SOURCES =
56 DIST_SOURCES =
57 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
58 ACLOCAL = @ACLOCAL@
59 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
60 ALLOCA = @ALLOCA@
61 AMTAR = @AMTAR@
62 AM_CFLAGS = @AM_CFLAGS@
63 AM_CPPFLAGS = @AM_CPPFLAGS@
64 AR = @AR@
65 AUTOCONF = @AUTOCONF@
66 AUTOHEADER = @AUTOHEADER@
67 AUTOMAKE = @AUTOMAKE@
68 AWK = @AWK@
69 CC = @CC@
70 CCDEPMODE = @CCDEPMODE@
71 CC_FOR_BUILD = @CC_FOR_BUILD@
72 CFLAGS = @CFLAGS@
73 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
74 CPP = @CPP@
75 CPPFLAGS = @CPPFLAGS@
76 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
77 CXX = @CXX@
78 CXXCPP = @CXXCPP@
79 CXXDEPMODE = @CXXDEPMODE@
80 CXXFLAGS = @CXXFLAGS@
81 CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
82 CYGPATH_W = @CYGPATH_W@
83 DEFS = @DEFS@
84 DEPDIR = @DEPDIR@
85 DSYMUTIL = @DSYMUTIL@
86 ECHO = @ECHO@
87 ECHO_C = @ECHO_C@
88 ECHO_N = @ECHO_N@
89 ECHO_T = @ECHO_T@
90 EGREP = @EGREP@
91 EXEEXT = @EXEEXT@
92 F77 = @F77@
93 FFLAGS = @FFLAGS@
94 GREP = @GREP@
95 GSSD = @GSSD@
96 GSSGLUE_CFLAGS = @GSSGLUE_CFLAGS@
97 GSSGLUE_LIBS = @GSSGLUE_LIBS@
98 HAVE_LIBWRAP = @HAVE_LIBWRAP@
99 HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@
100 IDMAPD = @IDMAPD@
101 INSTALL = @INSTALL@
102 INSTALL_DATA = @INSTALL_DATA@
103 INSTALL_PROGRAM = @INSTALL_PROGRAM@
104 INSTALL_SCRIPT = @INSTALL_SCRIPT@
105 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
106 K5VERS = @K5VERS@
107 KRBCFLAGS = @KRBCFLAGS@
108 KRBDIR = @KRBDIR@
109 KRBLDFLAGS = @KRBLDFLAGS@
110 KRBLIBS = @KRBLIBS@
111 LD = @LD@
112 LDFLAGS = @LDFLAGS@
113 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
114 LIBBLKID = @LIBBLKID@
115 LIBBSD = @LIBBSD@
116 LIBCRYPT = @LIBCRYPT@
117 LIBNSL = @LIBNSL@
118 LIBOBJS = @LIBOBJS@
119 LIBS = @LIBS@
120 LIBSOCKET = @LIBSOCKET@
121 LIBTOOL = @LIBTOOL@
122 LIBWRAP = @LIBWRAP@
123 LN_S = @LN_S@
124 LTLIBOBJS = @LTLIBOBJS@
125 MAINT = @MAINT@
126 MAKEINFO = @MAKEINFO@
127 MKDIR_P = @MKDIR_P@
128 NMEDIT = @NMEDIT@
129 OBJEXT = @OBJEXT@
130 PACKAGE = @PACKAGE@
131 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
132 PACKAGE_NAME = @PACKAGE_NAME@
133 PACKAGE_STRING = @PACKAGE_STRING@
134 PACKAGE_TARNAME = @PACKAGE_TARNAME@
135 PACKAGE_VERSION = @PACKAGE_VERSION@
136 PATH_SEPARATOR = @PATH_SEPARATOR@
137 PKG_CONFIG = @PKG_CONFIG@
138 RANLIB = @RANLIB@
139 RELEASE = @RELEASE@
140 RPCGEN_PATH = @RPCGEN_PATH@
141 RPCSECGSS_CFLAGS = @RPCSECGSS_CFLAGS@
142 RPCSECGSS_LIBS = @RPCSECGSS_LIBS@
143 SED = @SED@
144 SET_MAKE = @SET_MAKE@
145 SHELL = @SHELL@
146 STRIP = @STRIP@
147 SVCGSSD = @SVCGSSD@
148 VERSION = @VERSION@
149 abs_builddir = @abs_builddir@
150 abs_srcdir = @abs_srcdir@
151 abs_top_builddir = @abs_top_builddir@
152 abs_top_srcdir = @abs_top_srcdir@
153 ac_ct_CC = @ac_ct_CC@
154 ac_ct_CXX = @ac_ct_CXX@
155 ac_ct_F77 = @ac_ct_F77@
156 am__include = @am__include@
157 am__leading_dot = @am__leading_dot@
158 am__quote = @am__quote@
159 am__tar = @am__tar@
160 am__untar = @am__untar@
161 bindir = @bindir@
162 build = @build@
163 build_alias = @build_alias@
164 build_cpu = @build_cpu@
165 build_os = @build_os@
166 build_vendor = @build_vendor@
167 builddir = @builddir@
168 datadir = @datadir@
169 datarootdir = @datarootdir@
170 docdir = @docdir@
171 dvidir = @dvidir@
172 enable_gss = @enable_gss@
173 enable_ipv6 = @enable_ipv6@
174 enable_nfsv3 = @enable_nfsv3@
175 enable_nfsv4 = @enable_nfsv4@
176 exec_prefix = @exec_prefix@
177 host = @host@
178 host_alias = @host_alias@
179 host_cpu = @host_cpu@
180 host_os = @host_os@
181 host_vendor = @host_vendor@
182 htmldir = @htmldir@
183 includedir = @includedir@
184 infodir = @infodir@
185 install_sh = @install_sh@
186 kprefix = @kprefix@
187 libdir = @libdir@
188 libexecdir = @libexecdir@
189 localedir = @localedir@
190 localstatedir = @localstatedir@
191 mandir = @mandir@
192 mkdir_p = @mkdir_p@
193 oldincludedir = @oldincludedir@
194 pdfdir = @pdfdir@
195 prefix = @prefix@
196 program_transform_name = @program_transform_name@
197 psdir = @psdir@
198 sbindir = @sbindir@
199 sharedstatedir = @sharedstatedir@
200 srcdir = @srcdir@
201 startstatd = @startstatd@
202 statduser = @statduser@
203 statedir = @statedir@
204 sysconfdir = @sysconfdir@
205 target_alias = @target_alias@
206 top_build_prefix = @top_build_prefix@
207 top_builddir = @top_builddir@
208 top_srcdir = @top_srcdir@
209 EXTRA_DIST = ChangeLog INSTALL KNOWNBUGS NEW README THANKS TODO
210 MAINTAINERCLEANFILES = Makefile.in
211 all: all-am
212
213 .SUFFIXES:
214 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
215         @for dep in $?; do \
216           case '$(am__configure_deps)' in \
217             *$$dep*) \
218               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
219                 && exit 0; \
220               exit 1;; \
221           esac; \
222         done; \
223         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  linux-nfs/Makefile'; \
224         cd $(top_srcdir) && \
225           $(AUTOMAKE) --gnu  linux-nfs/Makefile
226 .PRECIOUS: Makefile
227 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
228         @case '$?' in \
229           *config.status*) \
230             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
231           *) \
232             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
233             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
234         esac;
235
236 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
237         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238
239 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
240         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
242         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243
244 mostlyclean-libtool:
245         -rm -f *.lo
246
247 clean-libtool:
248         -rm -rf .libs _libs
249 tags: TAGS
250 TAGS:
251
252 ctags: CTAGS
253 CTAGS:
254
255
256 distdir: $(DISTFILES)
257         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
258         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
259         list='$(DISTFILES)'; \
260           dist_files=`for file in $$list; do echo $$file; done | \
261           sed -e "s|^$$srcdirstrip/||;t" \
262               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
263         case $$dist_files in \
264           */*) $(MKDIR_P) `echo "$$dist_files" | \
265                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
266                            sort -u` ;; \
267         esac; \
268         for file in $$dist_files; do \
269           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
270           if test -d $$d/$$file; then \
271             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
272             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
273               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
274             fi; \
275             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
276           else \
277             test -f $(distdir)/$$file \
278             || cp -p $$d/$$file $(distdir)/$$file \
279             || exit 1; \
280           fi; \
281         done
282 check-am: all-am
283 check: check-am
284 all-am: Makefile
285 installdirs:
286 install: install-am
287 install-exec: install-exec-am
288 install-data: install-data-am
289 uninstall: uninstall-am
290
291 install-am: all-am
292         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
293
294 installcheck: installcheck-am
295 install-strip:
296         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
297           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
298           `test -z '$(STRIP)' || \
299             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
300 mostlyclean-generic:
301
302 clean-generic:
303
304 distclean-generic:
305         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
306
307 maintainer-clean-generic:
308         @echo "This command is intended for maintainers to use"
309         @echo "it deletes files that may require special tools to rebuild."
310         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
311 clean: clean-am
312
313 clean-am: clean-generic clean-libtool mostlyclean-am
314
315 distclean: distclean-am
316         -rm -f Makefile
317 distclean-am: clean-am distclean-generic
318
319 dvi: dvi-am
320
321 dvi-am:
322
323 html: html-am
324
325 info: info-am
326
327 info-am:
328
329 install-data-am:
330
331 install-dvi: install-dvi-am
332
333 install-exec-am:
334
335 install-html: install-html-am
336
337 install-info: install-info-am
338
339 install-man:
340
341 install-pdf: install-pdf-am
342
343 install-ps: install-ps-am
344
345 installcheck-am:
346
347 maintainer-clean: maintainer-clean-am
348         -rm -f Makefile
349 maintainer-clean-am: distclean-am maintainer-clean-generic
350
351 mostlyclean: mostlyclean-am
352
353 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
354
355 pdf: pdf-am
356
357 pdf-am:
358
359 ps: ps-am
360
361 ps-am:
362
363 uninstall-am:
364
365 .MAKE: install-am install-strip
366
367 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
368         distclean distclean-generic distclean-libtool distdir dvi \
369         dvi-am html html-am info info-am install install-am \
370         install-data install-data-am install-dvi install-dvi-am \
371         install-exec install-exec-am install-html install-html-am \
372         install-info install-info-am install-man install-pdf \
373         install-pdf-am install-ps install-ps-am install-strip \
374         installcheck installcheck-am installdirs maintainer-clean \
375         maintainer-clean-generic mostlyclean mostlyclean-generic \
376         mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
377
378 # Tell versions [3.59,3.63) of GNU make to not export all variables.
379 # Otherwise a system limit (for SysV at least) may be exceeded.
380 .NOEXPORT: