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