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