]> git.decadent.org.uk Git - nfs-utils.git/blob - tools/nlmtest/Makefile.in
Imported Upstream version 1.1.0
[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 GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
88 GSSAPI_LIBS = @GSSAPI_LIBS@
89 GSSD = @GSSD@
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 SET_MAKE = @SET_MAKE@
135 SHELL = @SHELL@
136 STRIP = @STRIP@
137 SVCGSSD = @SVCGSSD@
138 VERSION = @VERSION@
139 abs_builddir = @abs_builddir@
140 abs_srcdir = @abs_srcdir@
141 abs_top_builddir = @abs_top_builddir@
142 abs_top_srcdir = @abs_top_srcdir@
143 ac_ct_CC = @ac_ct_CC@
144 ac_ct_CXX = @ac_ct_CXX@
145 ac_ct_F77 = @ac_ct_F77@
146 am__include = @am__include@
147 am__leading_dot = @am__leading_dot@
148 am__quote = @am__quote@
149 am__tar = @am__tar@
150 am__untar = @am__untar@
151 bindir = @bindir@
152 build = @build@
153 build_alias = @build_alias@
154 build_cpu = @build_cpu@
155 build_os = @build_os@
156 build_vendor = @build_vendor@
157 builddir = @builddir@
158 datadir = @datadir@
159 datarootdir = @datarootdir@
160 docdir = @docdir@
161 dvidir = @dvidir@
162 enable_gss = @enable_gss@
163 enable_nfsv3 = @enable_nfsv3@
164 enable_nfsv4 = @enable_nfsv4@
165 exec_prefix = @exec_prefix@
166 host = @host@
167 host_alias = @host_alias@
168 host_cpu = @host_cpu@
169 host_os = @host_os@
170 host_vendor = @host_vendor@
171 htmldir = @htmldir@
172 includedir = @includedir@
173 infodir = @infodir@
174 install_sh = @install_sh@
175 kprefix = @kprefix@
176 libdir = @libdir@
177 libexecdir = @libexecdir@
178 localedir = @localedir@
179 localstatedir = @localstatedir@
180 mandir = @mandir@
181 mkdir_p = @mkdir_p@
182 oldincludedir = @oldincludedir@
183 pdfdir = @pdfdir@
184 prefix = @prefix@
185 program_transform_name = @program_transform_name@
186 psdir = @psdir@
187 sbindir = @sbindir@
188 secure_statd = @secure_statd@
189 sharedstatedir = @sharedstatedir@
190 srcdir = @srcdir@
191 startstatd = @startstatd@
192 statduser = @statduser@
193 statedir = @statedir@
194 sysconfdir = @sysconfdir@
195 target_alias = @target_alias@
196 top_builddir = @top_builddir@
197 top_srcdir = @top_srcdir@
198 EXTRA_DIST = \
199         README \
200         host.h \
201         nlm_prot.x \
202         nlmtest.c
203
204 all: all-am
205
206 .SUFFIXES:
207 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
208         @for dep in $?; do \
209           case '$(am__configure_deps)' in \
210             *$$dep*) \
211               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
212                 && exit 0; \
213               exit 1;; \
214           esac; \
215         done; \
216         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/nlmtest/Makefile'; \
217         cd $(top_srcdir) && \
218           $(AUTOMAKE) --gnu  tools/nlmtest/Makefile
219 .PRECIOUS: Makefile
220 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
221         @case '$?' in \
222           *config.status*) \
223             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
224           *) \
225             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
226             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
227         esac;
228
229 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
230         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
231
232 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
233         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
235         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
236
237 mostlyclean-libtool:
238         -rm -f *.lo
239
240 clean-libtool:
241         -rm -rf .libs _libs
242 tags: TAGS
243 TAGS:
244
245 ctags: CTAGS
246 CTAGS:
247
248
249 distdir: $(DISTFILES)
250         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
251         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
252         list='$(DISTFILES)'; \
253           dist_files=`for file in $$list; do echo $$file; done | \
254           sed -e "s|^$$srcdirstrip/||;t" \
255               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
256         case $$dist_files in \
257           */*) $(MKDIR_P) `echo "$$dist_files" | \
258                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
259                            sort -u` ;; \
260         esac; \
261         for file in $$dist_files; do \
262           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
263           if test -d $$d/$$file; then \
264             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
265             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
266               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
267             fi; \
268             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
269           else \
270             test -f $(distdir)/$$file \
271             || cp -p $$d/$$file $(distdir)/$$file \
272             || exit 1; \
273           fi; \
274         done
275 check-am: all-am
276 check: check-am
277 all-am: Makefile
278 installdirs:
279 install: install-am
280 install-exec: install-exec-am
281 install-data: install-data-am
282 uninstall: uninstall-am
283
284 install-am: all-am
285         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
286
287 installcheck: installcheck-am
288 install-strip:
289         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
290           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
291           `test -z '$(STRIP)' || \
292             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
293 mostlyclean-generic:
294
295 clean-generic:
296
297 distclean-generic:
298         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
299
300 maintainer-clean-generic:
301         @echo "This command is intended for maintainers to use"
302         @echo "it deletes files that may require special tools to rebuild."
303 clean: clean-am
304
305 clean-am: clean-generic clean-libtool mostlyclean-am
306
307 distclean: distclean-am
308         -rm -f Makefile
309 distclean-am: clean-am distclean-generic
310
311 dvi: dvi-am
312
313 dvi-am:
314
315 html: html-am
316
317 info: info-am
318
319 info-am:
320
321 install-data-am:
322
323 install-dvi: install-dvi-am
324
325 install-exec-am:
326
327 install-html: install-html-am
328
329 install-info: install-info-am
330
331 install-man:
332
333 install-pdf: install-pdf-am
334
335 install-ps: install-ps-am
336
337 installcheck-am:
338
339 maintainer-clean: maintainer-clean-am
340         -rm -f Makefile
341 maintainer-clean-am: distclean-am maintainer-clean-generic
342
343 mostlyclean: mostlyclean-am
344
345 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
346
347 pdf: pdf-am
348
349 pdf-am:
350
351 ps: ps-am
352
353 ps-am:
354
355 uninstall-am:
356
357 .MAKE: install-am install-strip
358
359 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
360         distclean distclean-generic distclean-libtool distdir dvi \
361         dvi-am html html-am info info-am install install-am \
362         install-data install-data-am install-dvi install-dvi-am \
363         install-exec install-exec-am install-html install-html-am \
364         install-info install-info-am install-man install-pdf \
365         install-pdf-am install-ps install-ps-am install-strip \
366         installcheck installcheck-am installdirs maintainer-clean \
367         maintainer-clean-generic mostlyclean mostlyclean-generic \
368         mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
369
370 # Tell versions [3.59,3.63) of GNU make to not export all variables.
371 # Otherwise a system limit (for SysV at least) may be exceeded.
372 .NOEXPORT: