]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/Makefile.in
Remove unused groups variable from get_ids() which was causing a compiler warning.
[nfs-utils.git] / utils / 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 @CONFIG_RQUOTAD_TRUE@am__append_1 = rquotad
39 @CONFIG_NFSV4_TRUE@am__append_2 = idmapd
40 @CONFIG_GSS_TRUE@am__append_3 = gssd
41 subdir = utils
42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/aclocal/bsdsignals.m4 \
45         $(top_srcdir)/aclocal/kerberos5.m4 \
46         $(top_srcdir)/aclocal/nfs-utils.m4 \
47         $(top_srcdir)/aclocal/tcp-wrappers.m4 \
48         $(top_srcdir)/configure.in
49 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50         $(ACLOCAL_M4)
51 mkinstalldirs = $(install_sh) -d
52 CONFIG_HEADER = $(top_builddir)/support/include/config.h
53 CONFIG_CLEAN_FILES =
54 SOURCES =
55 DIST_SOURCES =
56 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57         html-recursive info-recursive install-data-recursive \
58         install-exec-recursive install-info-recursive \
59         install-recursive installcheck-recursive installdirs-recursive \
60         pdf-recursive ps-recursive uninstall-info-recursive \
61         uninstall-recursive
62 ETAGS = etags
63 CTAGS = ctags
64 DIST_SUBDIRS = exportfs lockd mountd nfsd nfsstat nhfsstone showmount \
65         statd rquotad idmapd gssd
66 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
67 ACLOCAL = @ACLOCAL@
68 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
69 ALLOCA = @ALLOCA@
70 AMDEP_FALSE = @AMDEP_FALSE@
71 AMDEP_TRUE = @AMDEP_TRUE@
72 AMTAR = @AMTAR@
73 AM_CFLAGS = @AM_CFLAGS@
74 AM_CPPFLAGS = @AM_CPPFLAGS@
75 AR = @AR@
76 AUTOCONF = @AUTOCONF@
77 AUTOHEADER = @AUTOHEADER@
78 AUTOMAKE = @AUTOMAKE@
79 AWK = @AWK@
80 CC = @CC@
81 CCDEPMODE = @CCDEPMODE@
82 CC_FOR_BUILD = @CC_FOR_BUILD@
83 CFLAGS = @CFLAGS@
84 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
85 CONFIG_GSS_FALSE = @CONFIG_GSS_FALSE@
86 CONFIG_GSS_TRUE = @CONFIG_GSS_TRUE@
87 CONFIG_NFSV4_FALSE = @CONFIG_NFSV4_FALSE@
88 CONFIG_NFSV4_TRUE = @CONFIG_NFSV4_TRUE@
89 CONFIG_RQUOTAD_FALSE = @CONFIG_RQUOTAD_FALSE@
90 CONFIG_RQUOTAD_TRUE = @CONFIG_RQUOTAD_TRUE@
91 CPP = @CPP@
92 CPPFLAGS = @CPPFLAGS@
93 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
94 CXX = @CXX@
95 CXXCPP = @CXXCPP@
96 CXXDEPMODE = @CXXDEPMODE@
97 CXXFLAGS = @CXXFLAGS@
98 CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
99 CYGPATH_W = @CYGPATH_W@
100 DEFS = @DEFS@
101 DEPDIR = @DEPDIR@
102 ECHO = @ECHO@
103 ECHO_C = @ECHO_C@
104 ECHO_N = @ECHO_N@
105 ECHO_T = @ECHO_T@
106 EGREP = @EGREP@
107 EXEEXT = @EXEEXT@
108 F77 = @F77@
109 FFLAGS = @FFLAGS@
110 GSSD = @GSSD@
111 IDMAPD = @IDMAPD@
112 INSTALL_DATA = @INSTALL_DATA@
113 INSTALL_PROGRAM = @INSTALL_PROGRAM@
114 INSTALL_SCRIPT = @INSTALL_SCRIPT@
115 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
116 K5VERS = @K5VERS@
117 KRBCFLAGS = @KRBCFLAGS@
118 KRBDIR = @KRBDIR@
119 KRBLIBS = @KRBLIBS@
120 LD = @LD@
121 LDFLAGS = @LDFLAGS@
122 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
123 LIBBSD = @LIBBSD@
124 LIBCRYPT = @LIBCRYPT@
125 LIBNSL = @LIBNSL@
126 LIBOBJS = @LIBOBJS@
127 LIBS = @LIBS@
128 LIBSOCKET = @LIBSOCKET@
129 LIBTOOL = @LIBTOOL@
130 LIBWRAP = @LIBWRAP@
131 LN_S = @LN_S@
132 LTLIBOBJS = @LTLIBOBJS@
133 MAKEINFO = @MAKEINFO@
134 OBJEXT = @OBJEXT@
135 PACKAGE = @PACKAGE@
136 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
137 PACKAGE_NAME = @PACKAGE_NAME@
138 PACKAGE_STRING = @PACKAGE_STRING@
139 PACKAGE_TARNAME = @PACKAGE_TARNAME@
140 PACKAGE_VERSION = @PACKAGE_VERSION@
141 PATH_SEPARATOR = @PATH_SEPARATOR@
142 RANLIB = @RANLIB@
143 RELEASE = @RELEASE@
144 SET_MAKE = @SET_MAKE@
145 SHELL = @SHELL@
146 STRIP = @STRIP@
147 SVCGSSD = @SVCGSSD@
148 VERSION = @VERSION@
149 ac_ct_AR = @ac_ct_AR@
150 ac_ct_CC = @ac_ct_CC@
151 ac_ct_CXX = @ac_ct_CXX@
152 ac_ct_F77 = @ac_ct_F77@
153 ac_ct_LD = @ac_ct_LD@
154 ac_ct_RANLIB = @ac_ct_RANLIB@
155 ac_ct_STRIP = @ac_ct_STRIP@
156 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
157 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
158 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
159 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
160 am__include = @am__include@
161 am__leading_dot = @am__leading_dot@
162 am__quote = @am__quote@
163 am__tar = @am__tar@
164 am__untar = @am__untar@
165 bindir = @bindir@
166 build = @build@
167 build_alias = @build_alias@
168 build_cpu = @build_cpu@
169 build_os = @build_os@
170 build_vendor = @build_vendor@
171 datadir = @datadir@
172 enable_gss = @enable_gss@
173 enable_nfsv3 = @enable_nfsv3@
174 enable_nfsv4 = @enable_nfsv4@
175 exec_prefix = @exec_prefix@
176 host = @host@
177 host_alias = @host_alias@
178 host_cpu = @host_cpu@
179 host_os = @host_os@
180 host_vendor = @host_vendor@
181 includedir = @includedir@
182 infodir = @infodir@
183 install_sh = @install_sh@
184 kprefix = @kprefix@
185 libdir = @libdir@
186 libexecdir = @libexecdir@
187 localstatedir = @localstatedir@
188 mandir = @mandir@
189 mkdir_p = @mkdir_p@
190 oldincludedir = @oldincludedir@
191 prefix = @prefix@
192 program_transform_name = @program_transform_name@
193 sbindir = @sbindir@
194 secure_statd = @secure_statd@
195 sharedstatedir = @sharedstatedir@
196 statduser = @statduser@
197 statedir = @statedir@
198 sysconfdir = @sysconfdir@
199 target_alias = @target_alias@
200 OPTDIRS = $(am__append_1) $(am__append_2) $(am__append_3)
201 SUBDIRS = \
202         exportfs \
203         lockd \
204         mountd \
205         nfsd \
206         nfsstat \
207         nhfsstone \
208         showmount \
209         statd \
210         $(OPTDIRS)
211
212 MAINTAINERCLEANFILES = Makefile.in
213 all: all-recursive
214
215 .SUFFIXES:
216 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
217         @for dep in $?; do \
218           case '$(am__configure_deps)' in \
219             *$$dep*) \
220               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
221                 && exit 0; \
222               exit 1;; \
223           esac; \
224         done; \
225         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  utils/Makefile'; \
226         cd $(top_srcdir) && \
227           $(AUTOMAKE) --gnu  utils/Makefile
228 .PRECIOUS: Makefile
229 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
230         @case '$?' in \
231           *config.status*) \
232             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
233           *) \
234             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
235             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
236         esac;
237
238 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
239         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240
241 $(top_srcdir)/configure:  $(am__configure_deps)
242         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
244         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
245
246 mostlyclean-libtool:
247         -rm -f *.lo
248
249 clean-libtool:
250         -rm -rf .libs _libs
251
252 distclean-libtool:
253         -rm -f libtool
254 uninstall-info-am:
255
256 # This directory's subdirectories are mostly independent; you can cd
257 # into them and run `make' without going through this Makefile.
258 # To change the values of `make' variables: instead of editing Makefiles,
259 # (1) if the variable is set in `config.status', edit `config.status'
260 #     (which will cause the Makefiles to be regenerated when you run `make');
261 # (2) otherwise, pass the desired values on the `make' command line.
262 $(RECURSIVE_TARGETS):
263         @failcom='exit 1'; \
264         for f in x $$MAKEFLAGS; do \
265           case $$f in \
266             *=* | --[!k]*);; \
267             *k*) failcom='fail=yes';; \
268           esac; \
269         done; \
270         dot_seen=no; \
271         target=`echo $@ | sed s/-recursive//`; \
272         list='$(SUBDIRS)'; for subdir in $$list; do \
273           echo "Making $$target in $$subdir"; \
274           if test "$$subdir" = "."; then \
275             dot_seen=yes; \
276             local_target="$$target-am"; \
277           else \
278             local_target="$$target"; \
279           fi; \
280           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
281           || eval $$failcom; \
282         done; \
283         if test "$$dot_seen" = "no"; then \
284           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
285         fi; test -z "$$fail"
286
287 mostlyclean-recursive clean-recursive distclean-recursive \
288 maintainer-clean-recursive:
289         @failcom='exit 1'; \
290         for f in x $$MAKEFLAGS; do \
291           case $$f in \
292             *=* | --[!k]*);; \
293             *k*) failcom='fail=yes';; \
294           esac; \
295         done; \
296         dot_seen=no; \
297         case "$@" in \
298           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
299           *) list='$(SUBDIRS)' ;; \
300         esac; \
301         rev=''; for subdir in $$list; do \
302           if test "$$subdir" = "."; then :; else \
303             rev="$$subdir $$rev"; \
304           fi; \
305         done; \
306         rev="$$rev ."; \
307         target=`echo $@ | sed s/-recursive//`; \
308         for subdir in $$rev; do \
309           echo "Making $$target in $$subdir"; \
310           if test "$$subdir" = "."; then \
311             local_target="$$target-am"; \
312           else \
313             local_target="$$target"; \
314           fi; \
315           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
316           || eval $$failcom; \
317         done && test -z "$$fail"
318 tags-recursive:
319         list='$(SUBDIRS)'; for subdir in $$list; do \
320           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
321         done
322 ctags-recursive:
323         list='$(SUBDIRS)'; for subdir in $$list; do \
324           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
325         done
326
327 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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         mkid -fID $$unique
335 tags: TAGS
336
337 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
338                 $(TAGS_FILES) $(LISP)
339         tags=; \
340         here=`pwd`; \
341         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
342           include_option=--etags-include; \
343           empty_fix=.; \
344         else \
345           include_option=--include; \
346           empty_fix=; \
347         fi; \
348         list='$(SUBDIRS)'; for subdir in $$list; do \
349           if test "$$subdir" = .; then :; else \
350             test ! -f $$subdir/TAGS || \
351               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
352           fi; \
353         done; \
354         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
355         unique=`for i in $$list; do \
356             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357           done | \
358           $(AWK) '    { files[$$0] = 1; } \
359                END { for (i in files) print i; }'`; \
360         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
361           test -n "$$unique" || unique=$$empty_fix; \
362           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
363             $$tags $$unique; \
364         fi
365 ctags: CTAGS
366 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
367                 $(TAGS_FILES) $(LISP)
368         tags=; \
369         here=`pwd`; \
370         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
371         unique=`for i in $$list; do \
372             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373           done | \
374           $(AWK) '    { files[$$0] = 1; } \
375                END { for (i in files) print i; }'`; \
376         test -z "$(CTAGS_ARGS)$$tags$$unique" \
377           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
378              $$tags $$unique
379
380 GTAGS:
381         here=`$(am__cd) $(top_builddir) && pwd` \
382           && cd $(top_srcdir) \
383           && gtags -i $(GTAGS_ARGS) $$here
384
385 distclean-tags:
386         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
387
388 distdir: $(DISTFILES)
389         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
390         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
391         list='$(DISTFILES)'; for file in $$list; do \
392           case $$file in \
393             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
394             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
395           esac; \
396           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
397           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
398           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
399             dir="/$$dir"; \
400             $(mkdir_p) "$(distdir)$$dir"; \
401           else \
402             dir=''; \
403           fi; \
404           if test -d $$d/$$file; then \
405             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
406               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
407             fi; \
408             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
409           else \
410             test -f $(distdir)/$$file \
411             || cp -p $$d/$$file $(distdir)/$$file \
412             || exit 1; \
413           fi; \
414         done
415         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
416           if test "$$subdir" = .; then :; else \
417             test -d "$(distdir)/$$subdir" \
418             || $(mkdir_p) "$(distdir)/$$subdir" \
419             || exit 1; \
420             distdir=`$(am__cd) $(distdir) && pwd`; \
421             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
422             (cd $$subdir && \
423               $(MAKE) $(AM_MAKEFLAGS) \
424                 top_distdir="$$top_distdir" \
425                 distdir="$$distdir/$$subdir" \
426                 distdir) \
427               || exit 1; \
428           fi; \
429         done
430 check-am: all-am
431 check: check-recursive
432 all-am: Makefile
433 installdirs: installdirs-recursive
434 installdirs-am:
435 install: install-recursive
436 install-exec: install-exec-recursive
437 install-data: install-data-recursive
438 uninstall: uninstall-recursive
439
440 install-am: all-am
441         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
442
443 installcheck: installcheck-recursive
444 install-strip:
445         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
446           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
447           `test -z '$(STRIP)' || \
448             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
449 mostlyclean-generic:
450
451 clean-generic:
452
453 distclean-generic:
454         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
455
456 maintainer-clean-generic:
457         @echo "This command is intended for maintainers to use"
458         @echo "it deletes files that may require special tools to rebuild."
459         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
460 clean: clean-recursive
461
462 clean-am: clean-generic clean-libtool mostlyclean-am
463
464 distclean: distclean-recursive
465         -rm -f Makefile
466 distclean-am: clean-am distclean-generic distclean-libtool \
467         distclean-tags
468
469 dvi: dvi-recursive
470
471 dvi-am:
472
473 html: html-recursive
474
475 info: info-recursive
476
477 info-am:
478
479 install-data-am:
480
481 install-exec-am:
482
483 install-info: install-info-recursive
484
485 install-man:
486
487 installcheck-am:
488
489 maintainer-clean: maintainer-clean-recursive
490         -rm -f Makefile
491 maintainer-clean-am: distclean-am maintainer-clean-generic
492
493 mostlyclean: mostlyclean-recursive
494
495 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
496
497 pdf: pdf-recursive
498
499 pdf-am:
500
501 ps: ps-recursive
502
503 ps-am:
504
505 uninstall-am: uninstall-info-am
506
507 uninstall-info: uninstall-info-recursive
508
509 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
510         clean clean-generic clean-libtool clean-recursive ctags \
511         ctags-recursive distclean distclean-generic distclean-libtool \
512         distclean-recursive distclean-tags distdir dvi dvi-am html \
513         html-am info info-am install install-am install-data \
514         install-data-am install-exec install-exec-am install-info \
515         install-info-am install-man install-strip installcheck \
516         installcheck-am installdirs installdirs-am maintainer-clean \
517         maintainer-clean-generic maintainer-clean-recursive \
518         mostlyclean mostlyclean-generic mostlyclean-libtool \
519         mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
520         uninstall uninstall-am uninstall-info-am
521
522 # Tell versions [3.59,3.63) of GNU make to not export all variables.
523 # Otherwise a system limit (for SysV at least) may be exceeded.
524 .NOEXPORT: