]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/idmapd/Makefile.in
Merge branch 'upstream'
[nfs-utils.git] / utils / idmapd / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 sbin_PROGRAMS = idmapd$(EXEEXT)
38 subdir = utils/idmapd
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/aclocal/bsdsignals.m4 \
42         $(top_srcdir)/aclocal/ipv6.m4 \
43         $(top_srcdir)/aclocal/kerberos5.m4 \
44         $(top_srcdir)/aclocal/keyutils.m4 \
45         $(top_srcdir)/aclocal/libblkid.m4 \
46         $(top_srcdir)/aclocal/libcap.m4 \
47         $(top_srcdir)/aclocal/libevent.m4 \
48         $(top_srcdir)/aclocal/libnfsidmap.m4 \
49         $(top_srcdir)/aclocal/librpcsecgss.m4 \
50         $(top_srcdir)/aclocal/libtirpc.m4 \
51         $(top_srcdir)/aclocal/libtool.m4 \
52         $(top_srcdir)/aclocal/ltoptions.m4 \
53         $(top_srcdir)/aclocal/ltsugar.m4 \
54         $(top_srcdir)/aclocal/ltversion.m4 \
55         $(top_srcdir)/aclocal/lt~obsolete.m4 \
56         $(top_srcdir)/aclocal/nfs-utils.m4 \
57         $(top_srcdir)/aclocal/rpcsec_vers.m4 \
58         $(top_srcdir)/aclocal/tcp-wrappers.m4 \
59         $(top_srcdir)/configure.ac
60 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61         $(ACLOCAL_M4)
62 mkinstalldirs = $(install_sh) -d
63 CONFIG_HEADER = $(top_builddir)/support/include/config.h
64 CONFIG_CLEAN_FILES =
65 CONFIG_CLEAN_VPATH_FILES =
66 am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"
67 PROGRAMS = $(sbin_PROGRAMS)
68 am_idmapd_OBJECTS = idmapd.$(OBJEXT)
69 idmapd_OBJECTS = $(am_idmapd_OBJECTS)
70 idmapd_DEPENDENCIES = ../../support/nfs/libnfs.a
71 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/support/include
72 depcomp = $(SHELL) $(top_srcdir)/depcomp
73 am__depfiles_maybe = depfiles
74 am__mv = mv -f
75 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
76         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
78         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
79         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80 CCLD = $(CC)
81 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
82         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
83         $(LDFLAGS) -o $@
84 SOURCES = $(idmapd_SOURCES)
85 DIST_SOURCES = $(idmapd_SOURCES)
86 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
87 am__vpath_adj = case $$p in \
88     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
89     *) f=$$p;; \
90   esac;
91 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
92 am__install_max = 40
93 am__nobase_strip_setup = \
94   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
95 am__nobase_strip = \
96   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
97 am__nobase_list = $(am__nobase_strip_setup); \
98   for p in $$list; do echo "$$p $$p"; done | \
99   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
100   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
101     if (++n[$$2] == $(am__install_max)) \
102       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
103     END { for (dir in files) print dir, files[dir] }'
104 am__base_list = \
105   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
106   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
107 man8dir = $(mandir)/man8
108 NROFF = nroff
109 MANS = $(man8_MANS)
110 ETAGS = etags
111 CTAGS = ctags
112 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
113 ACLOCAL = @ACLOCAL@
114 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
115 ALLOCA = @ALLOCA@
116 AMTAR = @AMTAR@
117 AM_CFLAGS = @AM_CFLAGS@
118 AM_CPPFLAGS = @AM_CPPFLAGS@
119 AR = @AR@
120 AUTOCONF = @AUTOCONF@
121 AUTOHEADER = @AUTOHEADER@
122 AUTOMAKE = @AUTOMAKE@
123 AWK = @AWK@
124 CC = @CC@
125 CCDEPMODE = @CCDEPMODE@
126 CC_FOR_BUILD = @CC_FOR_BUILD@
127 CFLAGS = @CFLAGS@
128 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
129 CPP = @CPP@
130 CPPFLAGS = @CPPFLAGS@
131 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
132 CXX = @CXX@
133 CXXCPP = @CXXCPP@
134 CXXDEPMODE = @CXXDEPMODE@
135 CXXFLAGS = @CXXFLAGS@
136 CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
137 CYGPATH_W = @CYGPATH_W@
138 DEFS = @DEFS@
139 DEPDIR = @DEPDIR@
140 DLLTOOL = @DLLTOOL@
141 DSYMUTIL = @DSYMUTIL@
142 DUMPBIN = @DUMPBIN@
143 ECHO_C = @ECHO_C@
144 ECHO_N = @ECHO_N@
145 ECHO_T = @ECHO_T@
146 EGREP = @EGREP@
147 EXEEXT = @EXEEXT@
148 FGREP = @FGREP@
149 GREP = @GREP@
150 GSSD = @GSSD@
151 GSSGLUE_CFLAGS = @GSSGLUE_CFLAGS@
152 GSSGLUE_LIBS = @GSSGLUE_LIBS@
153 HAVE_LIBWRAP = @HAVE_LIBWRAP@
154 HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@
155 IDMAPD = @IDMAPD@
156 INSTALL = @INSTALL@
157 INSTALL_DATA = @INSTALL_DATA@
158 INSTALL_PROGRAM = @INSTALL_PROGRAM@
159 INSTALL_SCRIPT = @INSTALL_SCRIPT@
160 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
161 K5VERS = @K5VERS@
162 KRBCFLAGS = @KRBCFLAGS@
163 KRBDIR = @KRBDIR@
164 KRBLDFLAGS = @KRBLDFLAGS@
165 KRBLIBS = @KRBLIBS@
166 LD = @LD@
167 LDFLAGS = @LDFLAGS@
168 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
169 LIBBLKID = @LIBBLKID@
170 LIBBSD = @LIBBSD@
171 LIBCAP = @LIBCAP@
172 LIBCRYPT = @LIBCRYPT@
173 LIBKEYUTILS = @LIBKEYUTILS@
174 LIBMOUNT = @LIBMOUNT@
175 LIBNSL = @LIBNSL@
176 LIBOBJS = @LIBOBJS@
177 LIBS = @LIBS@
178 LIBSOCKET = @LIBSOCKET@
179 LIBTOOL = @LIBTOOL@
180 LIBWRAP = @LIBWRAP@
181 LIPO = @LIPO@
182 LN_S = @LN_S@
183 LTLIBOBJS = @LTLIBOBJS@
184 MAINT = @MAINT@
185 MAKEINFO = @MAKEINFO@
186 MANIFEST_TOOL = @MANIFEST_TOOL@
187 MKDIR_P = @MKDIR_P@
188 NM = @NM@
189 NMEDIT = @NMEDIT@
190 OBJDUMP = @OBJDUMP@
191 OBJEXT = @OBJEXT@
192 OTOOL = @OTOOL@
193 OTOOL64 = @OTOOL64@
194 PACKAGE = @PACKAGE@
195 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
196 PACKAGE_NAME = @PACKAGE_NAME@
197 PACKAGE_STRING = @PACKAGE_STRING@
198 PACKAGE_TARNAME = @PACKAGE_TARNAME@
199 PACKAGE_URL = @PACKAGE_URL@
200 PACKAGE_VERSION = @PACKAGE_VERSION@
201 PATH_SEPARATOR = @PATH_SEPARATOR@
202 PKG_CONFIG = @PKG_CONFIG@
203 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
204 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
205 RANLIB = @RANLIB@
206 RELEASE = @RELEASE@
207 RPCGEN_PATH = @RPCGEN_PATH@
208 RPCSECGSS_CFLAGS = @RPCSECGSS_CFLAGS@
209 RPCSECGSS_LIBS = @RPCSECGSS_LIBS@
210 SED = @SED@
211 SET_MAKE = @SET_MAKE@
212 SHELL = @SHELL@
213 STRIP = @STRIP@
214 SVCGSSD = @SVCGSSD@
215 VERSION = @VERSION@
216 abs_builddir = @abs_builddir@
217 abs_srcdir = @abs_srcdir@
218 abs_top_builddir = @abs_top_builddir@
219 abs_top_srcdir = @abs_top_srcdir@
220 ac_ct_AR = @ac_ct_AR@
221 ac_ct_CC = @ac_ct_CC@
222 ac_ct_CXX = @ac_ct_CXX@
223 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
224 am__include = @am__include@
225 am__leading_dot = @am__leading_dot@
226 am__quote = @am__quote@
227 am__tar = @am__tar@
228 am__untar = @am__untar@
229 bindir = @bindir@
230 build = @build@
231 build_alias = @build_alias@
232 build_cpu = @build_cpu@
233 build_os = @build_os@
234 build_vendor = @build_vendor@
235 builddir = @builddir@
236 datadir = @datadir@
237 datarootdir = @datarootdir@
238 docdir = @docdir@
239 dvidir = @dvidir@
240 enable_gss = @enable_gss@
241 enable_ipv6 = @enable_ipv6@
242 enable_mountconfig = @enable_mountconfig@
243 enable_nfsv3 = @enable_nfsv3@
244 enable_nfsv4 = @enable_nfsv4@
245 enable_nfsv41 = @enable_nfsv41@
246 exec_prefix = @exec_prefix@
247 host = @host@
248 host_alias = @host_alias@
249 host_cpu = @host_cpu@
250 host_os = @host_os@
251 host_vendor = @host_vendor@
252 htmldir = @htmldir@
253 includedir = @includedir@
254 infodir = @infodir@
255 install_sh = @install_sh@
256 kprefix = @kprefix@
257 libdir = @libdir@
258 libexecdir = @libexecdir@
259 localedir = @localedir@
260 localstatedir = @localstatedir@
261 mandir = @mandir@
262 mkdir_p = @mkdir_p@
263 mountfile = @mountfile@
264 oldincludedir = @oldincludedir@
265 pdfdir = @pdfdir@
266 prefix = @prefix@
267 program_transform_name = @program_transform_name@
268 psdir = @psdir@
269 sbindir = @sbindir@
270 sharedstatedir = @sharedstatedir@
271 srcdir = @srcdir@
272 startstatd = @startstatd@
273 statduser = @statduser@
274 statedir = @statedir@
275 sysconfdir = @sysconfdir@
276 target_alias = @target_alias@
277 top_build_prefix = @top_build_prefix@
278 top_builddir = @top_builddir@
279 top_srcdir = @top_srcdir@
280 man8_MANS = idmapd.man
281 RPCPREFIX = rpc.
282 KPREFIX = @kprefix@
283 EXTRA_DIST = \
284         $(man8_MANS) \
285         idmapd.conf
286
287 idmapd_SOURCES = \
288         idmapd.c \
289         \
290         nfs_idmap.h \
291         queue.h
292
293 idmapd_LDADD = -levent -lnfsidmap ../../support/nfs/libnfs.a
294 MAINTAINERCLEANFILES = Makefile.in
295 all: all-am
296
297 .SUFFIXES:
298 .SUFFIXES: .c .lo .o .obj
299 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
300         @for dep in $?; do \
301           case '$(am__configure_deps)' in \
302             *$$dep*) \
303               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
304                 && { if test -f $@; then exit 0; else break; fi; }; \
305               exit 1;; \
306           esac; \
307         done; \
308         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu utils/idmapd/Makefile'; \
309         $(am__cd) $(top_srcdir) && \
310           $(AUTOMAKE) --gnu utils/idmapd/Makefile
311 .PRECIOUS: Makefile
312 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
313         @case '$?' in \
314           *config.status*) \
315             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
316           *) \
317             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
318             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
319         esac;
320
321 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
322         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323
324 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
325         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
327         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328 $(am__aclocal_m4_deps):
329 install-sbinPROGRAMS: $(sbin_PROGRAMS)
330         @$(NORMAL_INSTALL)
331         test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
332         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
333         for p in $$list; do echo "$$p $$p"; done | \
334         sed 's/$(EXEEXT)$$//' | \
335         while read p p1; do if test -f $$p || test -f $$p1; \
336           then echo "$$p"; echo "$$p"; else :; fi; \
337         done | \
338         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
339             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
340         sed 'N;N;N;s,\n, ,g' | \
341         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
342           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
343             if ($$2 == $$4) files[d] = files[d] " " $$1; \
344             else { print "f", $$3 "/" $$4, $$1; } } \
345           END { for (d in files) print "f", d, files[d] }' | \
346         while read type dir files; do \
347             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
348             test -z "$$files" || { \
349             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
350             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
351             } \
352         ; done
353
354 uninstall-sbinPROGRAMS:
355         @$(NORMAL_UNINSTALL)
356         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
357         files=`for p in $$list; do echo "$$p"; done | \
358           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
359               -e 's/$$/$(EXEEXT)/' `; \
360         test -n "$$list" || exit 0; \
361         echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
362         cd "$(DESTDIR)$(sbindir)" && rm -f $$files
363
364 clean-sbinPROGRAMS:
365         @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
366         echo " rm -f" $$list; \
367         rm -f $$list || exit $$?; \
368         test -n "$(EXEEXT)" || exit 0; \
369         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
370         echo " rm -f" $$list; \
371         rm -f $$list
372 idmapd$(EXEEXT): $(idmapd_OBJECTS) $(idmapd_DEPENDENCIES) 
373         @rm -f idmapd$(EXEEXT)
374         $(LINK) $(idmapd_OBJECTS) $(idmapd_LDADD) $(LIBS)
375
376 mostlyclean-compile:
377         -rm -f *.$(OBJEXT)
378
379 distclean-compile:
380         -rm -f *.tab.c
381
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/idmapd.Po@am__quote@
383
384 .c.o:
385 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
386 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
387 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
388 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
389 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
390
391 .c.obj:
392 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
393 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
394 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
395 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
396 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
397
398 .c.lo:
399 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
400 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
401 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
402 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
403 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
404
405 mostlyclean-libtool:
406         -rm -f *.lo
407
408 clean-libtool:
409         -rm -rf .libs _libs
410 install-man8: $(man8_MANS)
411         @$(NORMAL_INSTALL)
412         test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
413         @list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
414         { for i in $$list; do echo "$$i"; done; \
415         } | while read p; do \
416           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
417           echo "$$d$$p"; echo "$$p"; \
418         done | \
419         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
420               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
421         sed 'N;N;s,\n, ,g' | { \
422         list=; while read file base inst; do \
423           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
424             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
425             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
426           fi; \
427         done; \
428         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
429         while read files; do \
430           test -z "$$files" || { \
431             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
432             $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
433         done; }
434
435 uninstall-man8:
436         @$(NORMAL_UNINSTALL)
437         @list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
438         files=`{ for i in $$list; do echo "$$i"; done; \
439         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
440               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
441         test -z "$$files" || { \
442           echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
443           cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
444
445 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
446         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
447         unique=`for i in $$list; do \
448             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
449           done | \
450           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
451               END { if (nonempty) { for (i in files) print i; }; }'`; \
452         mkid -fID $$unique
453 tags: TAGS
454
455 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
456                 $(TAGS_FILES) $(LISP)
457         set x; \
458         here=`pwd`; \
459         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
460         unique=`for i in $$list; do \
461             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
462           done | \
463           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
464               END { if (nonempty) { for (i in files) print i; }; }'`; \
465         shift; \
466         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
467           test -n "$$unique" || unique=$$empty_fix; \
468           if test $$# -gt 0; then \
469             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
470               "$$@" $$unique; \
471           else \
472             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
473               $$unique; \
474           fi; \
475         fi
476 ctags: CTAGS
477 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
478                 $(TAGS_FILES) $(LISP)
479         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
480         unique=`for i in $$list; do \
481             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
482           done | \
483           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
484               END { if (nonempty) { for (i in files) print i; }; }'`; \
485         test -z "$(CTAGS_ARGS)$$unique" \
486           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
487              $$unique
488
489 GTAGS:
490         here=`$(am__cd) $(top_builddir) && pwd` \
491           && $(am__cd) $(top_srcdir) \
492           && gtags -i $(GTAGS_ARGS) "$$here"
493
494 distclean-tags:
495         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
496
497 distdir: $(DISTFILES)
498         @list='$(MANS)'; if test -n "$$list"; then \
499           list=`for p in $$list; do \
500             if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
501             if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
502           if test -n "$$list" && \
503             grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
504             echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
505             grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
506             echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
507             echo "       typically \`make maintainer-clean' will remove them" >&2; \
508             exit 1; \
509           else :; fi; \
510         else :; fi
511         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
512         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
513         list='$(DISTFILES)'; \
514           dist_files=`for file in $$list; do echo $$file; done | \
515           sed -e "s|^$$srcdirstrip/||;t" \
516               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
517         case $$dist_files in \
518           */*) $(MKDIR_P) `echo "$$dist_files" | \
519                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
520                            sort -u` ;; \
521         esac; \
522         for file in $$dist_files; do \
523           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
524           if test -d $$d/$$file; then \
525             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
526             if test -d "$(distdir)/$$file"; then \
527               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
528             fi; \
529             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
530               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
531               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
532             fi; \
533             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
534           else \
535             test -f "$(distdir)/$$file" \
536             || cp -p $$d/$$file "$(distdir)/$$file" \
537             || exit 1; \
538           fi; \
539         done
540 check-am: all-am
541 check: check-am
542 all-am: Makefile $(PROGRAMS) $(MANS)
543 installdirs:
544         for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"; do \
545           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
546         done
547 install: install-am
548 install-exec: install-exec-am
549 install-data: install-data-am
550 uninstall: uninstall-am
551
552 install-am: all-am
553         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
554
555 installcheck: installcheck-am
556 install-strip:
557         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
558           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
559           `test -z '$(STRIP)' || \
560             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
561 mostlyclean-generic:
562
563 clean-generic:
564
565 distclean-generic:
566         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
567         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
568
569 maintainer-clean-generic:
570         @echo "This command is intended for maintainers to use"
571         @echo "it deletes files that may require special tools to rebuild."
572         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
573 clean: clean-am
574
575 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
576         mostlyclean-am
577
578 distclean: distclean-am
579         -rm -rf ./$(DEPDIR)
580         -rm -f Makefile
581 distclean-am: clean-am distclean-compile distclean-generic \
582         distclean-tags
583
584 dvi: dvi-am
585
586 dvi-am:
587
588 html: html-am
589
590 html-am:
591
592 info: info-am
593
594 info-am:
595
596 install-data-am: install-man
597
598 install-dvi: install-dvi-am
599
600 install-dvi-am:
601
602 install-exec-am: install-sbinPROGRAMS
603         @$(NORMAL_INSTALL)
604         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
605 install-html: install-html-am
606
607 install-html-am:
608
609 install-info: install-info-am
610
611 install-info-am:
612
613 install-pdf: install-pdf-am
614
615 install-pdf-am:
616
617 install-ps: install-ps-am
618
619 install-ps-am:
620
621 installcheck-am:
622
623 maintainer-clean: maintainer-clean-am
624         -rm -rf ./$(DEPDIR)
625         -rm -f Makefile
626 maintainer-clean-am: distclean-am maintainer-clean-generic
627
628 mostlyclean: mostlyclean-am
629
630 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
631         mostlyclean-libtool
632
633 pdf: pdf-am
634
635 pdf-am:
636
637 ps: ps-am
638
639 ps-am:
640
641 uninstall-am: uninstall-man uninstall-sbinPROGRAMS
642         @$(NORMAL_INSTALL)
643         $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
644 .MAKE: install-am install-exec-am install-strip uninstall-am
645
646 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
647         clean-libtool clean-sbinPROGRAMS ctags distclean \
648         distclean-compile distclean-generic distclean-libtool \
649         distclean-tags distdir dvi dvi-am html html-am info info-am \
650         install install-am install-data install-data-am install-dvi \
651         install-dvi-am install-exec install-exec-am install-exec-hook \
652         install-html install-html-am install-info install-info-am \
653         install-man install-man8 install-pdf install-pdf-am install-ps \
654         install-ps-am install-sbinPROGRAMS install-strip installcheck \
655         installcheck-am installdirs maintainer-clean \
656         maintainer-clean-generic mostlyclean mostlyclean-compile \
657         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
658         tags uninstall uninstall-am uninstall-hook uninstall-man \
659         uninstall-man8 uninstall-sbinPROGRAMS
660
661
662 #######################################################################
663 # The following allows the current practice of having
664 # daemons renamed during the install to include RPCPREFIX
665 # and the KPREFIX
666 # This could all be done much easier with program_transform_name
667 # ( program_transform_name = s/^/$(RPCPREFIX)$(KPREFIX)/ )
668 # but that also renames the man pages, which the current
669 # practice does not do.
670 install-exec-hook:
671         (cd $(DESTDIR)$(sbindir) && \
672           for p in $(sbin_PROGRAMS); do \
673             mv -f $$p$(EXEEXT) $(RPCPREFIX)$(KPREFIX)$$p$(EXEEXT) ;\
674           done)
675 uninstall-hook:
676         (cd $(DESTDIR)$(sbindir) && \
677           for p in $(sbin_PROGRAMS); do \
678             rm -f $(RPCPREFIX)$(KPREFIX)$$p$(EXEEXT) ;\
679           done)
680
681 # XXX This makes some assumptions about what automake does.
682 # XXX But there is no install-man-hook or install-man-local.
683 install-man: install-man8 install-man-links
684 uninstall-man: uninstall-man8 uninstall-man-links
685
686 install-man-links:
687         (cd $(DESTDIR)$(man8dir) && \
688           for m in $(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS); do \
689             inst=`echo $$m | sed -e 's/man$$/8/'`; \
690             rm -f $(RPCPREFIX)$$inst ; \
691             $(LN_S) $$inst $(RPCPREFIX)$$inst ; \
692           done)
693
694 uninstall-man-links:
695         (cd $(DESTDIR)$(man8dir) && \
696           for m in $(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS); do \
697             inst=`echo $$m | sed -e 's/man$$/8/'`; \
698             rm -f $(RPCPREFIX)$$inst ; \
699           done)
700
701 # Tell versions [3.59,3.63) of GNU make to not export all variables.
702 # Otherwise a system limit (for SysV at least) may be exceeded.
703 .NOEXPORT: