]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/nfsstat/Makefile.in
Imported Upstream version 1.2.2
[nfs-utils.git] / utils / nfsstat / 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 = nfsstat$(EXEEXT)
38 subdir = utils/nfsstat
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/nfs-utils.m4 \
51         $(top_srcdir)/aclocal/rpcsec_vers.m4 \
52         $(top_srcdir)/aclocal/tcp-wrappers.m4 \
53         $(top_srcdir)/configure.ac
54 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55         $(ACLOCAL_M4)
56 mkinstalldirs = $(install_sh) -d
57 CONFIG_HEADER = $(top_builddir)/support/include/config.h
58 CONFIG_CLEAN_FILES =
59 CONFIG_CLEAN_VPATH_FILES =
60 am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"
61 PROGRAMS = $(sbin_PROGRAMS)
62 am_nfsstat_OBJECTS = nfsstat.$(OBJEXT)
63 nfsstat_OBJECTS = $(am_nfsstat_OBJECTS)
64 nfsstat_DEPENDENCIES = ../../support/export/libexport.a \
65         ../../support/nfs/libnfs.a ../../support/misc/libmisc.a
66 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/support/include
67 depcomp = $(SHELL) $(top_srcdir)/depcomp
68 am__depfiles_maybe = depfiles
69 am__mv = mv -f
70 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
73         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
74         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75 CCLD = $(CC)
76 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
78         $(LDFLAGS) -o $@
79 SOURCES = $(nfsstat_SOURCES)
80 DIST_SOURCES = $(nfsstat_SOURCES)
81 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
82 am__vpath_adj = case $$p in \
83     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
84     *) f=$$p;; \
85   esac;
86 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
87 am__install_max = 40
88 am__nobase_strip_setup = \
89   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
90 am__nobase_strip = \
91   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
92 am__nobase_list = $(am__nobase_strip_setup); \
93   for p in $$list; do echo "$$p $$p"; done | \
94   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
95   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
96     if (++n[$$2] == $(am__install_max)) \
97       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
98     END { for (dir in files) print dir, files[dir] }'
99 am__base_list = \
100   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
101   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
102 man8dir = $(mandir)/man8
103 NROFF = nroff
104 MANS = $(man8_MANS)
105 ETAGS = etags
106 CTAGS = ctags
107 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
108 ACLOCAL = @ACLOCAL@
109 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
110 ALLOCA = @ALLOCA@
111 AMTAR = @AMTAR@
112 AM_CFLAGS = @AM_CFLAGS@
113 AM_CPPFLAGS = @AM_CPPFLAGS@
114 AR = @AR@
115 AUTOCONF = @AUTOCONF@
116 AUTOHEADER = @AUTOHEADER@
117 AUTOMAKE = @AUTOMAKE@
118 AWK = @AWK@
119 CC = @CC@
120 CCDEPMODE = @CCDEPMODE@
121 CC_FOR_BUILD = @CC_FOR_BUILD@
122 CFLAGS = @CFLAGS@
123 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
124 CPP = @CPP@
125 CPPFLAGS = @CPPFLAGS@
126 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
127 CXX = @CXX@
128 CXXCPP = @CXXCPP@
129 CXXDEPMODE = @CXXDEPMODE@
130 CXXFLAGS = @CXXFLAGS@
131 CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
132 CYGPATH_W = @CYGPATH_W@
133 DEFS = @DEFS@
134 DEPDIR = @DEPDIR@
135 DSYMUTIL = @DSYMUTIL@
136 DUMPBIN = @DUMPBIN@
137 ECHO_C = @ECHO_C@
138 ECHO_N = @ECHO_N@
139 ECHO_T = @ECHO_T@
140 EGREP = @EGREP@
141 EXEEXT = @EXEEXT@
142 FGREP = @FGREP@
143 GREP = @GREP@
144 GSSD = @GSSD@
145 GSSGLUE_CFLAGS = @GSSGLUE_CFLAGS@
146 GSSGLUE_LIBS = @GSSGLUE_LIBS@
147 HAVE_LIBWRAP = @HAVE_LIBWRAP@
148 HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@
149 IDMAPD = @IDMAPD@
150 INSTALL = @INSTALL@
151 INSTALL_DATA = @INSTALL_DATA@
152 INSTALL_PROGRAM = @INSTALL_PROGRAM@
153 INSTALL_SCRIPT = @INSTALL_SCRIPT@
154 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
155 K5VERS = @K5VERS@
156 KRBCFLAGS = @KRBCFLAGS@
157 KRBDIR = @KRBDIR@
158 KRBLDFLAGS = @KRBLDFLAGS@
159 KRBLIBS = @KRBLIBS@
160 LD = @LD@
161 LDFLAGS = @LDFLAGS@
162 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
163 LIBBLKID = @LIBBLKID@
164 LIBBSD = @LIBBSD@
165 LIBCAP = @LIBCAP@
166 LIBCRYPT = @LIBCRYPT@
167 LIBNSL = @LIBNSL@
168 LIBOBJS = @LIBOBJS@
169 LIBS = @LIBS@
170 LIBSOCKET = @LIBSOCKET@
171 LIBTOOL = @LIBTOOL@
172 LIBWRAP = @LIBWRAP@
173 LIPO = @LIPO@
174 LN_S = @LN_S@
175 LTLIBOBJS = @LTLIBOBJS@
176 MAINT = @MAINT@
177 MAKEINFO = @MAKEINFO@
178 MKDIR_P = @MKDIR_P@
179 NM = @NM@
180 NMEDIT = @NMEDIT@
181 OBJDUMP = @OBJDUMP@
182 OBJEXT = @OBJEXT@
183 OTOOL = @OTOOL@
184 OTOOL64 = @OTOOL64@
185 PACKAGE = @PACKAGE@
186 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
187 PACKAGE_NAME = @PACKAGE_NAME@
188 PACKAGE_STRING = @PACKAGE_STRING@
189 PACKAGE_TARNAME = @PACKAGE_TARNAME@
190 PACKAGE_VERSION = @PACKAGE_VERSION@
191 PATH_SEPARATOR = @PATH_SEPARATOR@
192 PKG_CONFIG = @PKG_CONFIG@
193 RANLIB = @RANLIB@
194 RELEASE = @RELEASE@
195 RPCGEN_PATH = @RPCGEN_PATH@
196 RPCSECGSS_CFLAGS = @RPCSECGSS_CFLAGS@
197 RPCSECGSS_LIBS = @RPCSECGSS_LIBS@
198 SED = @SED@
199 SET_MAKE = @SET_MAKE@
200 SHELL = @SHELL@
201 STRIP = @STRIP@
202 SVCGSSD = @SVCGSSD@
203 VERSION = @VERSION@
204 abs_builddir = @abs_builddir@
205 abs_srcdir = @abs_srcdir@
206 abs_top_builddir = @abs_top_builddir@
207 abs_top_srcdir = @abs_top_srcdir@
208 ac_ct_CC = @ac_ct_CC@
209 ac_ct_CXX = @ac_ct_CXX@
210 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
211 am__include = @am__include@
212 am__leading_dot = @am__leading_dot@
213 am__quote = @am__quote@
214 am__tar = @am__tar@
215 am__untar = @am__untar@
216 bindir = @bindir@
217 build = @build@
218 build_alias = @build_alias@
219 build_cpu = @build_cpu@
220 build_os = @build_os@
221 build_vendor = @build_vendor@
222 builddir = @builddir@
223 datadir = @datadir@
224 datarootdir = @datarootdir@
225 docdir = @docdir@
226 dvidir = @dvidir@
227 enable_gss = @enable_gss@
228 enable_ipv6 = @enable_ipv6@
229 enable_mountconfig = @enable_mountconfig@
230 enable_nfsv3 = @enable_nfsv3@
231 enable_nfsv4 = @enable_nfsv4@
232 enable_nfsv41 = @enable_nfsv41@
233 exec_prefix = @exec_prefix@
234 host = @host@
235 host_alias = @host_alias@
236 host_cpu = @host_cpu@
237 host_os = @host_os@
238 host_vendor = @host_vendor@
239 htmldir = @htmldir@
240 includedir = @includedir@
241 infodir = @infodir@
242 install_sh = @install_sh@
243 kprefix = @kprefix@
244 libdir = @libdir@
245 libexecdir = @libexecdir@
246 localedir = @localedir@
247 localstatedir = @localstatedir@
248 lt_ECHO = @lt_ECHO@
249 mandir = @mandir@
250 mkdir_p = @mkdir_p@
251 mountfile = @mountfile@
252 oldincludedir = @oldincludedir@
253 pdfdir = @pdfdir@
254 prefix = @prefix@
255 program_transform_name = @program_transform_name@
256 psdir = @psdir@
257 sbindir = @sbindir@
258 sharedstatedir = @sharedstatedir@
259 srcdir = @srcdir@
260 startstatd = @startstatd@
261 statduser = @statduser@
262 statedir = @statedir@
263 sysconfdir = @sysconfdir@
264 target_alias = @target_alias@
265 top_build_prefix = @top_build_prefix@
266 top_builddir = @top_builddir@
267 top_srcdir = @top_srcdir@
268 man8_MANS = nfsstat.man
269 EXTRA_DIST = $(man8_MANS)
270 nfsstat_SOURCES = nfsstat.c
271 nfsstat_LDADD = ../../support/export/libexport.a \
272                 ../../support/nfs/libnfs.a \
273                 ../../support/misc/libmisc.a
274
275 MAINTAINERCLEANFILES = Makefile.in
276 all: all-am
277
278 .SUFFIXES:
279 .SUFFIXES: .c .lo .o .obj
280 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
281         @for dep in $?; do \
282           case '$(am__configure_deps)' in \
283             *$$dep*) \
284               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
285                 && { if test -f $@; then exit 0; else break; fi; }; \
286               exit 1;; \
287           esac; \
288         done; \
289         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu utils/nfsstat/Makefile'; \
290         $(am__cd) $(top_srcdir) && \
291           $(AUTOMAKE) --gnu utils/nfsstat/Makefile
292 .PRECIOUS: Makefile
293 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
294         @case '$?' in \
295           *config.status*) \
296             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
297           *) \
298             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
299             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
300         esac;
301
302 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
303         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
304
305 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
306         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
308         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309 $(am__aclocal_m4_deps):
310 install-sbinPROGRAMS: $(sbin_PROGRAMS)
311         @$(NORMAL_INSTALL)
312         test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
313         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
314         for p in $$list; do echo "$$p $$p"; done | \
315         sed 's/$(EXEEXT)$$//' | \
316         while read p p1; do if test -f $$p || test -f $$p1; \
317           then echo "$$p"; echo "$$p"; else :; fi; \
318         done | \
319         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
320             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
321         sed 'N;N;N;s,\n, ,g' | \
322         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
323           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
324             if ($$2 == $$4) files[d] = files[d] " " $$1; \
325             else { print "f", $$3 "/" $$4, $$1; } } \
326           END { for (d in files) print "f", d, files[d] }' | \
327         while read type dir files; do \
328             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
329             test -z "$$files" || { \
330             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
331             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
332             } \
333         ; done
334
335 uninstall-sbinPROGRAMS:
336         @$(NORMAL_UNINSTALL)
337         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
338         files=`for p in $$list; do echo "$$p"; done | \
339           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
340               -e 's/$$/$(EXEEXT)/' `; \
341         test -n "$$list" || exit 0; \
342         echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
343         cd "$(DESTDIR)$(sbindir)" && rm -f $$files
344
345 clean-sbinPROGRAMS:
346         @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
347         echo " rm -f" $$list; \
348         rm -f $$list || exit $$?; \
349         test -n "$(EXEEXT)" || exit 0; \
350         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
351         echo " rm -f" $$list; \
352         rm -f $$list
353 nfsstat$(EXEEXT): $(nfsstat_OBJECTS) $(nfsstat_DEPENDENCIES) 
354         @rm -f nfsstat$(EXEEXT)
355         $(LINK) $(nfsstat_OBJECTS) $(nfsstat_LDADD) $(LIBS)
356
357 mostlyclean-compile:
358         -rm -f *.$(OBJEXT)
359
360 distclean-compile:
361         -rm -f *.tab.c
362
363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfsstat.Po@am__quote@
364
365 .c.o:
366 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
367 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
368 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
369 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
370 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
371
372 .c.obj:
373 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
374 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
375 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
376 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
377 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
378
379 .c.lo:
380 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
381 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
382 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
383 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
385
386 mostlyclean-libtool:
387         -rm -f *.lo
388
389 clean-libtool:
390         -rm -rf .libs _libs
391 install-man8: $(man8_MANS)
392         @$(NORMAL_INSTALL)
393         test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
394         @list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
395         { for i in $$list; do echo "$$i"; done; \
396         } | while read p; do \
397           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
398           echo "$$d$$p"; echo "$$p"; \
399         done | \
400         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
401               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
402         sed 'N;N;s,\n, ,g' | { \
403         list=; while read file base inst; do \
404           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
405             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
406             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
407           fi; \
408         done; \
409         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
410         while read files; do \
411           test -z "$$files" || { \
412             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
413             $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
414         done; }
415
416 uninstall-man8:
417         @$(NORMAL_UNINSTALL)
418         @list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
419         files=`{ for i in $$list; do echo "$$i"; done; \
420         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
421               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
422         test -z "$$files" || { \
423           echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
424           cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
425
426 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
427         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
428         unique=`for i in $$list; do \
429             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
430           done | \
431           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
432               END { if (nonempty) { for (i in files) print i; }; }'`; \
433         mkid -fID $$unique
434 tags: TAGS
435
436 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
437                 $(TAGS_FILES) $(LISP)
438         set x; \
439         here=`pwd`; \
440         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
441         unique=`for i in $$list; do \
442             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443           done | \
444           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
445               END { if (nonempty) { for (i in files) print i; }; }'`; \
446         shift; \
447         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
448           test -n "$$unique" || unique=$$empty_fix; \
449           if test $$# -gt 0; then \
450             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
451               "$$@" $$unique; \
452           else \
453             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
454               $$unique; \
455           fi; \
456         fi
457 ctags: CTAGS
458 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
459                 $(TAGS_FILES) $(LISP)
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         test -z "$(CTAGS_ARGS)$$unique" \
467           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
468              $$unique
469
470 GTAGS:
471         here=`$(am__cd) $(top_builddir) && pwd` \
472           && $(am__cd) $(top_srcdir) \
473           && gtags -i $(GTAGS_ARGS) "$$here"
474
475 distclean-tags:
476         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
477
478 distdir: $(DISTFILES)
479         @list='$(MANS)'; if test -n "$$list"; then \
480           list=`for p in $$list; do \
481             if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
482             if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
483           if test -n "$$list" && \
484             grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
485             echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
486             grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
487             echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
488             echo "       typically \`make maintainer-clean' will remove them" >&2; \
489             exit 1; \
490           else :; fi; \
491         else :; fi
492         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
493         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
494         list='$(DISTFILES)'; \
495           dist_files=`for file in $$list; do echo $$file; done | \
496           sed -e "s|^$$srcdirstrip/||;t" \
497               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
498         case $$dist_files in \
499           */*) $(MKDIR_P) `echo "$$dist_files" | \
500                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
501                            sort -u` ;; \
502         esac; \
503         for file in $$dist_files; do \
504           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
505           if test -d $$d/$$file; then \
506             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
507             if test -d "$(distdir)/$$file"; then \
508               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
509             fi; \
510             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
511               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
512               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
513             fi; \
514             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
515           else \
516             test -f "$(distdir)/$$file" \
517             || cp -p $$d/$$file "$(distdir)/$$file" \
518             || exit 1; \
519           fi; \
520         done
521 check-am: all-am
522 check: check-am
523 all-am: Makefile $(PROGRAMS) $(MANS)
524 installdirs:
525         for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"; do \
526           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
527         done
528 install: install-am
529 install-exec: install-exec-am
530 install-data: install-data-am
531 uninstall: uninstall-am
532
533 install-am: all-am
534         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
535
536 installcheck: installcheck-am
537 install-strip:
538         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
539           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
540           `test -z '$(STRIP)' || \
541             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
542 mostlyclean-generic:
543
544 clean-generic:
545
546 distclean-generic:
547         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
548         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
549
550 maintainer-clean-generic:
551         @echo "This command is intended for maintainers to use"
552         @echo "it deletes files that may require special tools to rebuild."
553         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
554 clean: clean-am
555
556 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
557         mostlyclean-am
558
559 distclean: distclean-am
560         -rm -rf ./$(DEPDIR)
561         -rm -f Makefile
562 distclean-am: clean-am distclean-compile distclean-generic \
563         distclean-tags
564
565 dvi: dvi-am
566
567 dvi-am:
568
569 html: html-am
570
571 html-am:
572
573 info: info-am
574
575 info-am:
576
577 install-data-am: install-man
578
579 install-dvi: install-dvi-am
580
581 install-dvi-am:
582
583 install-exec-am: install-sbinPROGRAMS
584
585 install-html: install-html-am
586
587 install-html-am:
588
589 install-info: install-info-am
590
591 install-info-am:
592
593 install-man: install-man8
594
595 install-pdf: install-pdf-am
596
597 install-pdf-am:
598
599 install-ps: install-ps-am
600
601 install-ps-am:
602
603 installcheck-am:
604
605 maintainer-clean: maintainer-clean-am
606         -rm -rf ./$(DEPDIR)
607         -rm -f Makefile
608 maintainer-clean-am: distclean-am maintainer-clean-generic
609
610 mostlyclean: mostlyclean-am
611
612 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
613         mostlyclean-libtool
614
615 pdf: pdf-am
616
617 pdf-am:
618
619 ps: ps-am
620
621 ps-am:
622
623 uninstall-am: uninstall-man uninstall-sbinPROGRAMS
624
625 uninstall-man: uninstall-man8
626
627 .MAKE: install-am install-strip
628
629 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
630         clean-libtool clean-sbinPROGRAMS ctags distclean \
631         distclean-compile distclean-generic distclean-libtool \
632         distclean-tags distdir dvi dvi-am html html-am info info-am \
633         install install-am install-data install-data-am install-dvi \
634         install-dvi-am install-exec install-exec-am install-html \
635         install-html-am install-info install-info-am install-man \
636         install-man8 install-pdf install-pdf-am install-ps \
637         install-ps-am install-sbinPROGRAMS install-strip installcheck \
638         installcheck-am installdirs maintainer-clean \
639         maintainer-clean-generic mostlyclean mostlyclean-compile \
640         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
641         tags uninstall uninstall-am uninstall-man uninstall-man8 \
642         uninstall-sbinPROGRAMS
643
644
645 # Tell versions [3.59,3.63) of GNU make to not export all variables.
646 # Otherwise a system limit (for SysV at least) may be exceeded.
647 .NOEXPORT: