]> git.decadent.org.uk Git - nfs-utils.git/blob - tools/nfs-iostat/Makefile.in
Merge branch 'sid'
[nfs-utils.git] / tools / nfs-iostat / Makefile.in
1 # Makefile.in generated by automake 1.12.2 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
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 VPATH = @srcdir@
17 am__make_dryrun = \
18   { \
19     am__dry=no; \
20     case $$MAKEFLAGS in \
21       *\\[\ \   ]*) \
22         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
23           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24       *) \
25         for am__flg in $$MAKEFLAGS; do \
26           case $$am__flg in \
27             *=*|--*) ;; \
28             *n*) am__dry=yes; break;; \
29           esac; \
30         done;; \
31     esac; \
32     test $$am__dry = yes; \
33   }
34 pkgdatadir = $(datadir)/@PACKAGE@
35 pkgincludedir = $(includedir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkglibexecdir = $(libexecdir)/@PACKAGE@
38 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39 install_sh_DATA = $(install_sh) -c -m 644
40 install_sh_PROGRAM = $(install_sh) -c
41 install_sh_SCRIPT = $(install_sh) -c
42 INSTALL_HEADER = $(INSTALL_DATA)
43 transform = $(program_transform_name)
44 NORMAL_INSTALL = :
45 PRE_INSTALL = :
46 POST_INSTALL = :
47 NORMAL_UNINSTALL = :
48 PRE_UNINSTALL = :
49 POST_UNINSTALL = :
50 build_triplet = @build@
51 host_triplet = @host@
52 subdir = tools/nfs-iostat
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
54 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55 am__aclocal_m4_deps = $(top_srcdir)/aclocal/bsdsignals.m4 \
56         $(top_srcdir)/aclocal/ipv6.m4 \
57         $(top_srcdir)/aclocal/kerberos5.m4 \
58         $(top_srcdir)/aclocal/keyutils.m4 \
59         $(top_srcdir)/aclocal/libblkid.m4 \
60         $(top_srcdir)/aclocal/libcap.m4 \
61         $(top_srcdir)/aclocal/libevent.m4 \
62         $(top_srcdir)/aclocal/libnfsidmap.m4 \
63         $(top_srcdir)/aclocal/librpcsecgss.m4 \
64         $(top_srcdir)/aclocal/libsqlite3.m4 \
65         $(top_srcdir)/aclocal/libtirpc.m4 \
66         $(top_srcdir)/aclocal/libtool.m4 \
67         $(top_srcdir)/aclocal/ltoptions.m4 \
68         $(top_srcdir)/aclocal/ltsugar.m4 \
69         $(top_srcdir)/aclocal/ltversion.m4 \
70         $(top_srcdir)/aclocal/lt~obsolete.m4 \
71         $(top_srcdir)/aclocal/nfs-utils.m4 \
72         $(top_srcdir)/aclocal/rpcsec_vers.m4 \
73         $(top_srcdir)/aclocal/tcp-wrappers.m4 \
74         $(top_srcdir)/configure.ac
75 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
76         $(ACLOCAL_M4)
77 mkinstalldirs = $(install_sh) -d
78 CONFIG_HEADER = $(top_builddir)/support/include/config.h
79 CONFIG_CLEAN_FILES =
80 CONFIG_CLEAN_VPATH_FILES =
81 SOURCES =
82 DIST_SOURCES =
83 am__can_run_installinfo = \
84   case $$AM_UPDATE_INFO_DIR in \
85     n|no|NO) false;; \
86     *) (install-info --version) >/dev/null 2>&1;; \
87   esac
88 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
89 am__vpath_adj = case $$p in \
90     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
91     *) f=$$p;; \
92   esac;
93 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
94 am__install_max = 40
95 am__nobase_strip_setup = \
96   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
97 am__nobase_strip = \
98   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
99 am__nobase_list = $(am__nobase_strip_setup); \
100   for p in $$list; do echo "$$p $$p"; done | \
101   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
102   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
103     if (++n[$$2] == $(am__install_max)) \
104       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
105     END { for (dir in files) print dir, files[dir] }'
106 am__base_list = \
107   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
108   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
109 am__uninstall_files_from_dir = { \
110   test -z "$$files" \
111     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
112     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
113          $(am__cd) "$$dir" && rm -f $$files; }; \
114   }
115 man8dir = $(mandir)/man8
116 am__installdirs = "$(DESTDIR)$(man8dir)"
117 NROFF = nroff
118 MANS = $(man8_MANS)
119 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
120 ACLOCAL = @ACLOCAL@
121 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
122 ALLOCA = @ALLOCA@
123 AMTAR = @AMTAR@
124 AM_CFLAGS = @AM_CFLAGS@
125 AM_CPPFLAGS = @AM_CPPFLAGS@
126 AR = @AR@
127 AUTOCONF = @AUTOCONF@
128 AUTOHEADER = @AUTOHEADER@
129 AUTOMAKE = @AUTOMAKE@
130 AWK = @AWK@
131 CC = @CC@
132 CCDEPMODE = @CCDEPMODE@
133 CC_FOR_BUILD = @CC_FOR_BUILD@
134 CFLAGS = @CFLAGS@
135 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
136 CPP = @CPP@
137 CPPFLAGS = @CPPFLAGS@
138 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
139 CXX = @CXX@
140 CXXCPP = @CXXCPP@
141 CXXDEPMODE = @CXXDEPMODE@
142 CXXFLAGS = @CXXFLAGS@
143 CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
144 CYGPATH_W = @CYGPATH_W@
145 DEFS = @DEFS@
146 DEPDIR = @DEPDIR@
147 DLLTOOL = @DLLTOOL@
148 DSYMUTIL = @DSYMUTIL@
149 DUMPBIN = @DUMPBIN@
150 ECHO_C = @ECHO_C@
151 ECHO_N = @ECHO_N@
152 ECHO_T = @ECHO_T@
153 EGREP = @EGREP@
154 EXEEXT = @EXEEXT@
155 FGREP = @FGREP@
156 GREP = @GREP@
157 GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
158 GSSAPI_LIBS = @GSSAPI_LIBS@
159 GSSD = @GSSD@
160 GSSGLUE_CFLAGS = @GSSGLUE_CFLAGS@
161 GSSGLUE_LIBS = @GSSGLUE_LIBS@
162 GSSKRB_CFLAGS = @GSSKRB_CFLAGS@
163 GSSKRB_LIBS = @GSSKRB_LIBS@
164 HAVE_LIBWRAP = @HAVE_LIBWRAP@
165 HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@
166 IDMAPD = @IDMAPD@
167 INSTALL = @INSTALL@
168 INSTALL_DATA = @INSTALL_DATA@
169 INSTALL_PROGRAM = @INSTALL_PROGRAM@
170 INSTALL_SCRIPT = @INSTALL_SCRIPT@
171 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
172 K5VERS = @K5VERS@
173 KRBCFLAGS = @KRBCFLAGS@
174 KRBDIR = @KRBDIR@
175 KRBLDFLAGS = @KRBLDFLAGS@
176 KRBLIBS = @KRBLIBS@
177 LD = @LD@
178 LDFLAGS = @LDFLAGS@
179 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
180 LIBBLKID = @LIBBLKID@
181 LIBBSD = @LIBBSD@
182 LIBCAP = @LIBCAP@
183 LIBCRYPT = @LIBCRYPT@
184 LIBDL = @LIBDL@
185 LIBEVENT = @LIBEVENT@
186 LIBKEYUTILS = @LIBKEYUTILS@
187 LIBMOUNT = @LIBMOUNT@
188 LIBNFSIDMAP = @LIBNFSIDMAP@
189 LIBNSL = @LIBNSL@
190 LIBOBJS = @LIBOBJS@
191 LIBS = @LIBS@
192 LIBSOCKET = @LIBSOCKET@
193 LIBSQLITE = @LIBSQLITE@
194 LIBTIRPC = @LIBTIRPC@
195 LIBTOOL = @LIBTOOL@
196 LIBWRAP = @LIBWRAP@
197 LIPO = @LIPO@
198 LN_S = @LN_S@
199 LTLIBOBJS = @LTLIBOBJS@
200 MAINT = @MAINT@
201 MAKEINFO = @MAKEINFO@
202 MANIFEST_TOOL = @MANIFEST_TOOL@
203 MKDIR_P = @MKDIR_P@
204 NM = @NM@
205 NMEDIT = @NMEDIT@
206 OBJDUMP = @OBJDUMP@
207 OBJEXT = @OBJEXT@
208 OTOOL = @OTOOL@
209 OTOOL64 = @OTOOL64@
210 PACKAGE = @PACKAGE@
211 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
212 PACKAGE_NAME = @PACKAGE_NAME@
213 PACKAGE_STRING = @PACKAGE_STRING@
214 PACKAGE_TARNAME = @PACKAGE_TARNAME@
215 PACKAGE_URL = @PACKAGE_URL@
216 PACKAGE_VERSION = @PACKAGE_VERSION@
217 PATH_SEPARATOR = @PATH_SEPARATOR@
218 PKG_CONFIG = @PKG_CONFIG@
219 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
220 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
221 RANLIB = @RANLIB@
222 RELEASE = @RELEASE@
223 RPCGEN_PATH = @RPCGEN_PATH@
224 RPCSECGSS_CFLAGS = @RPCSECGSS_CFLAGS@
225 RPCSECGSS_LIBS = @RPCSECGSS_LIBS@
226 SED = @SED@
227 SET_MAKE = @SET_MAKE@
228 SHELL = @SHELL@
229 STRIP = @STRIP@
230 SVCGSSD = @SVCGSSD@
231 VERSION = @VERSION@
232 abs_builddir = @abs_builddir@
233 abs_srcdir = @abs_srcdir@
234 abs_top_builddir = @abs_top_builddir@
235 abs_top_srcdir = @abs_top_srcdir@
236 ac_ct_AR = @ac_ct_AR@
237 ac_ct_CC = @ac_ct_CC@
238 ac_ct_CXX = @ac_ct_CXX@
239 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
240 am__include = @am__include@
241 am__leading_dot = @am__leading_dot@
242 am__quote = @am__quote@
243 am__tar = @am__tar@
244 am__untar = @am__untar@
245 bindir = @bindir@
246 build = @build@
247 build_alias = @build_alias@
248 build_cpu = @build_cpu@
249 build_os = @build_os@
250 build_vendor = @build_vendor@
251 builddir = @builddir@
252 datadir = @datadir@
253 datarootdir = @datarootdir@
254 docdir = @docdir@
255 dvidir = @dvidir@
256 enable_gss = @enable_gss@
257 enable_ipv6 = @enable_ipv6@
258 enable_mountconfig = @enable_mountconfig@
259 enable_nfsv4 = @enable_nfsv4@
260 enable_nfsv41 = @enable_nfsv41@
261 exec_prefix = @exec_prefix@
262 host = @host@
263 host_alias = @host_alias@
264 host_cpu = @host_cpu@
265 host_os = @host_os@
266 host_vendor = @host_vendor@
267 htmldir = @htmldir@
268 includedir = @includedir@
269 infodir = @infodir@
270 install_sh = @install_sh@
271 kprefix = @kprefix@
272 libdir = @libdir@
273 libexecdir = @libexecdir@
274 localedir = @localedir@
275 localstatedir = @localstatedir@
276 mandir = @mandir@
277 mkdir_p = @mkdir_p@
278 mountfile = @mountfile@
279 oldincludedir = @oldincludedir@
280 pdfdir = @pdfdir@
281 prefix = @prefix@
282 program_transform_name = @program_transform_name@
283 psdir = @psdir@
284 sbindir = @sbindir@
285 sharedstatedir = @sharedstatedir@
286 srcdir = @srcdir@
287 startstatd = @startstatd@
288 statdpath = @statdpath@
289 statduser = @statduser@
290 statedir = @statedir@
291 sysconfdir = @sysconfdir@
292 target_alias = @target_alias@
293 top_build_prefix = @top_build_prefix@
294 top_builddir = @top_builddir@
295 top_srcdir = @top_srcdir@
296 PYTHON_FILES = nfs-iostat.py
297 man8_MANS = nfsiostat.man
298 EXTRA_DIST = $(man8_MANS) $(PYTHON_FILES)
299 MAINTAINERCLEANFILES = Makefile.in
300 all: all-am
301
302 .SUFFIXES:
303 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
304         @for dep in $?; do \
305           case '$(am__configure_deps)' in \
306             *$$dep*) \
307               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
308                 && { if test -f $@; then exit 0; else break; fi; }; \
309               exit 1;; \
310           esac; \
311         done; \
312         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/nfs-iostat/Makefile'; \
313         $(am__cd) $(top_srcdir) && \
314           $(AUTOMAKE) --gnu tools/nfs-iostat/Makefile
315 .PRECIOUS: Makefile
316 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317         @case '$?' in \
318           *config.status*) \
319             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
320           *) \
321             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
322             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
323         esac;
324
325 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
326         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327
328 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
329         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
331         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332 $(am__aclocal_m4_deps):
333
334 mostlyclean-libtool:
335         -rm -f *.lo
336
337 clean-libtool:
338         -rm -rf .libs _libs
339 install-man8: $(man8_MANS)
340         @$(NORMAL_INSTALL)
341         @list1='$(man8_MANS)'; \
342         list2=''; \
343         test -n "$(man8dir)" \
344           && test -n "`echo $$list1$$list2`" \
345           || exit 0; \
346         echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
347         $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
348         { for i in $$list1; do echo "$$i"; done;  \
349         if test -n "$$list2"; then \
350           for i in $$list2; do echo "$$i"; done \
351             | sed -n '/\.8[a-z]*$$/p'; \
352         fi; \
353         } | while read p; do \
354           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
355           echo "$$d$$p"; echo "$$p"; \
356         done | \
357         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
358               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
359         sed 'N;N;s,\n, ,g' | { \
360         list=; while read file base inst; do \
361           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
362             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
363             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
364           fi; \
365         done; \
366         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
367         while read files; do \
368           test -z "$$files" || { \
369             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
370             $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
371         done; }
372
373 uninstall-man8:
374         @$(NORMAL_UNINSTALL)
375         @list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
376         files=`{ for i in $$list; do echo "$$i"; done; \
377         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
378               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
379         dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
380 tags: TAGS
381 TAGS:
382
383 ctags: CTAGS
384 CTAGS:
385
386 cscope cscopelist:
387
388
389 distdir: $(DISTFILES)
390         @list='$(MANS)'; if test -n "$$list"; then \
391           list=`for p in $$list; do \
392             if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
393             if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
394           if test -n "$$list" && \
395             grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
396             echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
397             grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
398             echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
399             echo "       typically 'make maintainer-clean' will remove them" >&2; \
400             exit 1; \
401           else :; fi; \
402         else :; fi
403         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
404         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
405         list='$(DISTFILES)'; \
406           dist_files=`for file in $$list; do echo $$file; done | \
407           sed -e "s|^$$srcdirstrip/||;t" \
408               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
409         case $$dist_files in \
410           */*) $(MKDIR_P) `echo "$$dist_files" | \
411                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
412                            sort -u` ;; \
413         esac; \
414         for file in $$dist_files; do \
415           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
416           if test -d $$d/$$file; then \
417             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
418             if test -d "$(distdir)/$$file"; then \
419               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
420             fi; \
421             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
422               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
423               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
424             fi; \
425             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
426           else \
427             test -f "$(distdir)/$$file" \
428             || cp -p $$d/$$file "$(distdir)/$$file" \
429             || exit 1; \
430           fi; \
431         done
432 check-am: all-am
433 check: check-am
434 all-am: Makefile $(MANS) all-local
435 installdirs:
436         for dir in "$(DESTDIR)$(man8dir)"; do \
437           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
438         done
439 install: install-am
440 install-exec: install-exec-am
441 install-data: install-data-am
442 uninstall: uninstall-am
443
444 install-am: all-am
445         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
446
447 installcheck: installcheck-am
448 install-strip:
449         if test -z '$(STRIP)'; then \
450           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
451             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
452               install; \
453         else \
454           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
455             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
456             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
457         fi
458 mostlyclean-generic:
459
460 clean-generic:
461
462 distclean-generic:
463         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
464         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
465
466 maintainer-clean-generic:
467         @echo "This command is intended for maintainers to use"
468         @echo "it deletes files that may require special tools to rebuild."
469         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
470 clean: clean-am
471
472 clean-am: clean-generic clean-libtool mostlyclean-am
473
474 distclean: distclean-am
475         -rm -f Makefile
476 distclean-am: clean-am distclean-generic
477
478 dvi: dvi-am
479
480 dvi-am:
481
482 html: html-am
483
484 html-am:
485
486 info: info-am
487
488 info-am:
489
490 install-data-am: install-man
491         @$(NORMAL_INSTALL)
492         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
493 install-dvi: install-dvi-am
494
495 install-dvi-am:
496
497 install-exec-am:
498
499 install-html: install-html-am
500
501 install-html-am:
502
503 install-info: install-info-am
504
505 install-info-am:
506
507 install-man: install-man8
508
509 install-pdf: install-pdf-am
510
511 install-pdf-am:
512
513 install-ps: install-ps-am
514
515 install-ps-am:
516
517 installcheck-am:
518
519 maintainer-clean: maintainer-clean-am
520         -rm -f Makefile
521 maintainer-clean-am: distclean-am maintainer-clean-generic
522
523 mostlyclean: mostlyclean-am
524
525 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
526
527 pdf: pdf-am
528
529 pdf-am:
530
531 ps: ps-am
532
533 ps-am:
534
535 uninstall-am: uninstall-man
536
537 uninstall-man: uninstall-man8
538
539 .MAKE: install-am install-data-am install-strip
540
541 .PHONY: all all-am all-local check check-am clean clean-generic \
542         clean-libtool distclean distclean-generic distclean-libtool \
543         distdir dvi dvi-am html html-am info info-am install \
544         install-am install-data install-data-am install-data-hook \
545         install-dvi install-dvi-am install-exec install-exec-am \
546         install-html install-html-am install-info install-info-am \
547         install-man install-man8 install-pdf install-pdf-am install-ps \
548         install-ps-am install-strip installcheck installcheck-am \
549         installdirs maintainer-clean maintainer-clean-generic \
550         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
551         ps ps-am uninstall uninstall-am uninstall-man uninstall-man8
552
553
554 all-local: $(PYTHON_FILES)
555
556 install-data-hook:
557         $(INSTALL) --mode 755 nfs-iostat.py $(DESTDIR)$(sbindir)/nfsiostat
558
559 # Tell versions [3.59,3.63) of GNU make to not export all variables.
560 # Otherwise a system limit (for SysV at least) may be exceeded.
561 .NOEXPORT: