]> git.decadent.org.uk Git - nfs-utils.git/blob - support/misc/Makefile.in
Imported Upstream version 1.0.11
[nfs-utils.git] / support / misc / 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
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 build_triplet = @build@
34 host_triplet = @host@
35 subdir = support/misc
36 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38 am__aclocal_m4_deps = $(top_srcdir)/aclocal/bsdsignals.m4 \
39         $(top_srcdir)/aclocal/kerberos5.m4 \
40         $(top_srcdir)/aclocal/nfs-utils.m4 \
41         $(top_srcdir)/aclocal/tcp-wrappers.m4 \
42         $(top_srcdir)/configure.in
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 LIBRARIES = $(noinst_LIBRARIES)
49 ARFLAGS = cru
50 libmisc_a_AR = $(AR) $(ARFLAGS)
51 libmisc_a_LIBADD =
52 am_libmisc_a_OBJECTS = tcpwrapper.$(OBJEXT) from_local.$(OBJEXT) \
53         mountpoint.$(OBJEXT)
54 libmisc_a_OBJECTS = $(am_libmisc_a_OBJECTS)
55 DEFAULT_INCLUDES = -I. -I$(top_builddir)/support/include@am__isrc@
56 depcomp = $(SHELL) $(top_srcdir)/depcomp
57 am__depfiles_maybe = depfiles
58 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
59         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
60 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
61         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
62         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63 CCLD = $(CC)
64 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
65         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
66         $(LDFLAGS) -o $@
67 SOURCES = $(libmisc_a_SOURCES)
68 DIST_SOURCES = $(libmisc_a_SOURCES)
69 ETAGS = etags
70 CTAGS = ctags
71 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72 ACLOCAL = @ACLOCAL@
73 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
74 ALLOCA = @ALLOCA@
75 AMTAR = @AMTAR@
76 AM_CFLAGS = @AM_CFLAGS@
77 AM_CPPFLAGS = @AM_CPPFLAGS@
78 AR = @AR@
79 AUTOCONF = @AUTOCONF@
80 AUTOHEADER = @AUTOHEADER@
81 AUTOMAKE = @AUTOMAKE@
82 AWK = @AWK@
83 CC = @CC@
84 CCDEPMODE = @CCDEPMODE@
85 CC_FOR_BUILD = @CC_FOR_BUILD@
86 CFLAGS = @CFLAGS@
87 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
88 CPP = @CPP@
89 CPPFLAGS = @CPPFLAGS@
90 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
91 CXX = @CXX@
92 CXXCPP = @CXXCPP@
93 CXXDEPMODE = @CXXDEPMODE@
94 CXXFLAGS = @CXXFLAGS@
95 CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
96 CYGPATH_W = @CYGPATH_W@
97 DEFS = @DEFS@
98 DEPDIR = @DEPDIR@
99 ECHO = @ECHO@
100 ECHO_C = @ECHO_C@
101 ECHO_N = @ECHO_N@
102 ECHO_T = @ECHO_T@
103 EGREP = @EGREP@
104 EXEEXT = @EXEEXT@
105 F77 = @F77@
106 FFLAGS = @FFLAGS@
107 GREP = @GREP@
108 GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
109 GSSAPI_LIBS = @GSSAPI_LIBS@
110 GSSD = @GSSD@
111 HAVE_LIBWRAP = @HAVE_LIBWRAP@
112 HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@
113 IDMAPD = @IDMAPD@
114 INSTALL = @INSTALL@
115 INSTALL_DATA = @INSTALL_DATA@
116 INSTALL_PROGRAM = @INSTALL_PROGRAM@
117 INSTALL_SCRIPT = @INSTALL_SCRIPT@
118 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
119 K5VERS = @K5VERS@
120 KRBCFLAGS = @KRBCFLAGS@
121 KRBDIR = @KRBDIR@
122 KRBLDFLAGS = @KRBLDFLAGS@
123 KRBLIBS = @KRBLIBS@
124 LD = @LD@
125 LDFLAGS = @LDFLAGS@
126 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
127 LIBBLKID = @LIBBLKID@
128 LIBBSD = @LIBBSD@
129 LIBCRYPT = @LIBCRYPT@
130 LIBNSL = @LIBNSL@
131 LIBOBJS = @LIBOBJS@
132 LIBS = @LIBS@
133 LIBSOCKET = @LIBSOCKET@
134 LIBTOOL = @LIBTOOL@
135 LIBWRAP = @LIBWRAP@
136 LN_S = @LN_S@
137 LTLIBOBJS = @LTLIBOBJS@
138 MAINT = @MAINT@
139 MAKEINFO = @MAKEINFO@
140 MKDIR_P = @MKDIR_P@
141 OBJEXT = @OBJEXT@
142 PACKAGE = @PACKAGE@
143 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
144 PACKAGE_NAME = @PACKAGE_NAME@
145 PACKAGE_STRING = @PACKAGE_STRING@
146 PACKAGE_TARNAME = @PACKAGE_TARNAME@
147 PACKAGE_VERSION = @PACKAGE_VERSION@
148 PATH_SEPARATOR = @PATH_SEPARATOR@
149 PKG_CONFIG = @PKG_CONFIG@
150 RANLIB = @RANLIB@
151 RELEASE = @RELEASE@
152 RPCSECGSS_CFLAGS = @RPCSECGSS_CFLAGS@
153 RPCSECGSS_LIBS = @RPCSECGSS_LIBS@
154 SET_MAKE = @SET_MAKE@
155 SHELL = @SHELL@
156 STRIP = @STRIP@
157 SVCGSSD = @SVCGSSD@
158 VERSION = @VERSION@
159 abs_builddir = @abs_builddir@
160 abs_srcdir = @abs_srcdir@
161 abs_top_builddir = @abs_top_builddir@
162 abs_top_srcdir = @abs_top_srcdir@
163 ac_ct_CC = @ac_ct_CC@
164 ac_ct_CXX = @ac_ct_CXX@
165 ac_ct_F77 = @ac_ct_F77@
166 am__include = @am__include@
167 am__leading_dot = @am__leading_dot@
168 am__quote = @am__quote@
169 am__tar = @am__tar@
170 am__untar = @am__untar@
171 bindir = @bindir@
172 build = @build@
173 build_alias = @build_alias@
174 build_cpu = @build_cpu@
175 build_os = @build_os@
176 build_vendor = @build_vendor@
177 builddir = @builddir@
178 datadir = @datadir@
179 datarootdir = @datarootdir@
180 docdir = @docdir@
181 dvidir = @dvidir@
182 enable_gss = @enable_gss@
183 enable_nfsv3 = @enable_nfsv3@
184 enable_nfsv4 = @enable_nfsv4@
185 exec_prefix = @exec_prefix@
186 host = @host@
187 host_alias = @host_alias@
188 host_cpu = @host_cpu@
189 host_os = @host_os@
190 host_vendor = @host_vendor@
191 htmldir = @htmldir@
192 includedir = @includedir@
193 infodir = @infodir@
194 install_sh = @install_sh@
195 kprefix = @kprefix@
196 libdir = @libdir@
197 libexecdir = @libexecdir@
198 localedir = @localedir@
199 localstatedir = @localstatedir@
200 mandir = @mandir@
201 mkdir_p = @mkdir_p@
202 oldincludedir = @oldincludedir@
203 pdfdir = @pdfdir@
204 prefix = @prefix@
205 program_transform_name = @program_transform_name@
206 psdir = @psdir@
207 sbindir = @sbindir@
208 secure_statd = @secure_statd@
209 sharedstatedir = @sharedstatedir@
210 srcdir = @srcdir@
211 statduser = @statduser@
212 statedir = @statedir@
213 sysconfdir = @sysconfdir@
214 target_alias = @target_alias@
215 top_builddir = @top_builddir@
216 top_srcdir = @top_srcdir@
217 noinst_LIBRARIES = libmisc.a
218 libmisc_a_SOURCES = tcpwrapper.c from_local.c mountpoint.c
219 MAINTAINERCLEANFILES = Makefile.in
220 all: all-am
221
222 .SUFFIXES:
223 .SUFFIXES: .c .lo .o .obj
224 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
225         @for dep in $?; do \
226           case '$(am__configure_deps)' in \
227             *$$dep*) \
228               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
229                 && exit 0; \
230               exit 1;; \
231           esac; \
232         done; \
233         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  support/misc/Makefile'; \
234         cd $(top_srcdir) && \
235           $(AUTOMAKE) --gnu  support/misc/Makefile
236 .PRECIOUS: Makefile
237 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
238         @case '$?' in \
239           *config.status*) \
240             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
241           *) \
242             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
243             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
244         esac;
245
246 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
247         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248
249 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
250         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
252         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253
254 clean-noinstLIBRARIES:
255         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
256 libmisc.a: $(libmisc_a_OBJECTS) $(libmisc_a_DEPENDENCIES) 
257         -rm -f libmisc.a
258         $(libmisc_a_AR) libmisc.a $(libmisc_a_OBJECTS) $(libmisc_a_LIBADD)
259         $(RANLIB) libmisc.a
260
261 mostlyclean-compile:
262         -rm -f *.$(OBJEXT)
263
264 distclean-compile:
265         -rm -f *.tab.c
266
267 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/from_local.Po@am__quote@
268 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mountpoint.Po@am__quote@
269 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcpwrapper.Po@am__quote@
270
271 .c.o:
272 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
273 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
274 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
275 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
276 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
277
278 .c.obj:
279 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
280 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
281 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
282 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
283 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
284
285 .c.lo:
286 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
287 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
288 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
289 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
290 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
291
292 mostlyclean-libtool:
293         -rm -f *.lo
294
295 clean-libtool:
296         -rm -rf .libs _libs
297
298 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
299         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
300         unique=`for i in $$list; do \
301             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
302           done | \
303           $(AWK) '    { files[$$0] = 1; } \
304                END { for (i in files) print i; }'`; \
305         mkid -fID $$unique
306 tags: TAGS
307
308 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
309                 $(TAGS_FILES) $(LISP)
310         tags=; \
311         here=`pwd`; \
312         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
313         unique=`for i in $$list; do \
314             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315           done | \
316           $(AWK) '    { files[$$0] = 1; } \
317                END { for (i in files) print i; }'`; \
318         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
319           test -n "$$unique" || unique=$$empty_fix; \
320           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
321             $$tags $$unique; \
322         fi
323 ctags: CTAGS
324 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
325                 $(TAGS_FILES) $(LISP)
326         tags=; \
327         here=`pwd`; \
328         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
329         unique=`for i in $$list; do \
330             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331           done | \
332           $(AWK) '    { files[$$0] = 1; } \
333                END { for (i in files) print i; }'`; \
334         test -z "$(CTAGS_ARGS)$$tags$$unique" \
335           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
336              $$tags $$unique
337
338 GTAGS:
339         here=`$(am__cd) $(top_builddir) && pwd` \
340           && cd $(top_srcdir) \
341           && gtags -i $(GTAGS_ARGS) $$here
342
343 distclean-tags:
344         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
345
346 distdir: $(DISTFILES)
347         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
348         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
349         list='$(DISTFILES)'; \
350           dist_files=`for file in $$list; do echo $$file; done | \
351           sed -e "s|^$$srcdirstrip/||;t" \
352               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
353         case $$dist_files in \
354           */*) $(MKDIR_P) `echo "$$dist_files" | \
355                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
356                            sort -u` ;; \
357         esac; \
358         for file in $$dist_files; do \
359           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
360           if test -d $$d/$$file; then \
361             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
362             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
363               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
364             fi; \
365             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
366           else \
367             test -f $(distdir)/$$file \
368             || cp -p $$d/$$file $(distdir)/$$file \
369             || exit 1; \
370           fi; \
371         done
372 check-am: all-am
373 check: check-am
374 all-am: Makefile $(LIBRARIES)
375 installdirs:
376 install: install-am
377 install-exec: install-exec-am
378 install-data: install-data-am
379 uninstall: uninstall-am
380
381 install-am: all-am
382         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
383
384 installcheck: installcheck-am
385 install-strip:
386         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
387           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
388           `test -z '$(STRIP)' || \
389             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
390 mostlyclean-generic:
391
392 clean-generic:
393
394 distclean-generic:
395         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
396
397 maintainer-clean-generic:
398         @echo "This command is intended for maintainers to use"
399         @echo "it deletes files that may require special tools to rebuild."
400         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
401 clean: clean-am
402
403 clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
404         mostlyclean-am
405
406 distclean: distclean-am
407         -rm -rf ./$(DEPDIR)
408         -rm -f Makefile
409 distclean-am: clean-am distclean-compile distclean-generic \
410         distclean-tags
411
412 dvi: dvi-am
413
414 dvi-am:
415
416 html: html-am
417
418 info: info-am
419
420 info-am:
421
422 install-data-am:
423
424 install-dvi: install-dvi-am
425
426 install-exec-am:
427
428 install-html: install-html-am
429
430 install-info: install-info-am
431
432 install-man:
433
434 install-pdf: install-pdf-am
435
436 install-ps: install-ps-am
437
438 installcheck-am:
439
440 maintainer-clean: maintainer-clean-am
441         -rm -rf ./$(DEPDIR)
442         -rm -f Makefile
443 maintainer-clean-am: distclean-am maintainer-clean-generic
444
445 mostlyclean: mostlyclean-am
446
447 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
448         mostlyclean-libtool
449
450 pdf: pdf-am
451
452 pdf-am:
453
454 ps: ps-am
455
456 ps-am:
457
458 uninstall-am:
459
460 .MAKE: install-am install-strip
461
462 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
463         clean-libtool clean-noinstLIBRARIES ctags distclean \
464         distclean-compile distclean-generic distclean-libtool \
465         distclean-tags distdir dvi dvi-am html html-am info info-am \
466         install install-am install-data install-data-am install-dvi \
467         install-dvi-am install-exec install-exec-am install-html \
468         install-html-am install-info install-info-am install-man \
469         install-pdf install-pdf-am install-ps install-ps-am \
470         install-strip installcheck installcheck-am installdirs \
471         maintainer-clean maintainer-clean-generic mostlyclean \
472         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
473         pdf pdf-am ps ps-am tags uninstall uninstall-am
474
475 # Tell versions [3.59,3.63) of GNU make to not export all variables.
476 # Otherwise a system limit (for SysV at least) may be exceeded.
477 .NOEXPORT: