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