"Fossies" - the Fresh Open Source Software Archive 
Member "dosfstools-4.2/manpages/Makefile.in" (31 Jan 2021, 17191 Bytes) of package /linux/misc/dosfstools-4.2.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "Makefile.in":
4.1_vs_4.2.
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 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
17 # dosfstools manpages/Makefile.am
18 # Copyright (C) 2015 Andreas Bombe <aeb@debian.org>
19 #
20 # This program is free software: you can redistribute it and/or modify
21 # it under the terms of the GNU General Public License as published by
22 # the Free Software Foundation, either version 3 of the License, or
23 # (at your option) any later version.
24 #
25 # This program is distributed in the hope that it will be useful,
26 # but WITHOUT ANY WARRANTY; without even the implied warranty of
27 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 # GNU General Public License for more details.
29 #
30 # You should have received a copy of the GNU General Public License
31 # along with this program. If not, see <http://www.gnu.org/licenses/>.
32 VPATH = @srcdir@
33 am__is_gnu_make = { \
34 if test -z '$(MAKELEVEL)'; then \
35 false; \
36 elif test -n '$(MAKE_HOST)'; then \
37 true; \
38 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
39 true; \
40 else \
41 false; \
42 fi; \
43 }
44 am__make_running_with_option = \
45 case $${target_option-} in \
46 ?) ;; \
47 *) echo "am__make_running_with_option: internal error: invalid" \
48 "target option '$${target_option-}' specified" >&2; \
49 exit 1;; \
50 esac; \
51 has_opt=no; \
52 sane_makeflags=$$MAKEFLAGS; \
53 if $(am__is_gnu_make); then \
54 sane_makeflags=$$MFLAGS; \
55 else \
56 case $$MAKEFLAGS in \
57 *\\[\ \ ]*) \
58 bs=\\; \
59 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
60 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
61 esac; \
62 fi; \
63 skip_next=no; \
64 strip_trailopt () \
65 { \
66 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
67 }; \
68 for flg in $$sane_makeflags; do \
69 test $$skip_next = yes && { skip_next=no; continue; }; \
70 case $$flg in \
71 *=*|--*) continue;; \
72 -*I) strip_trailopt 'I'; skip_next=yes;; \
73 -*I?*) strip_trailopt 'I';; \
74 -*O) strip_trailopt 'O'; skip_next=yes;; \
75 -*O?*) strip_trailopt 'O';; \
76 -*l) strip_trailopt 'l'; skip_next=yes;; \
77 -*l?*) strip_trailopt 'l';; \
78 -[dEDm]) skip_next=yes;; \
79 -[JT]) skip_next=yes;; \
80 esac; \
81 case $$flg in \
82 *$$target_option*) has_opt=yes; break;; \
83 esac; \
84 done; \
85 test $$has_opt = yes
86 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
87 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
88 pkgdatadir = $(datadir)/@PACKAGE@
89 pkgincludedir = $(includedir)/@PACKAGE@
90 pkglibdir = $(libdir)/@PACKAGE@
91 pkglibexecdir = $(libexecdir)/@PACKAGE@
92 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
93 install_sh_DATA = $(install_sh) -c -m 644
94 install_sh_PROGRAM = $(install_sh) -c
95 install_sh_SCRIPT = $(install_sh) -c
96 INSTALL_HEADER = $(INSTALL_DATA)
97 transform = $(program_transform_name)
98 NORMAL_INSTALL = :
99 PRE_INSTALL = :
100 POST_INSTALL = :
101 NORMAL_UNINSTALL = :
102 PRE_UNINSTALL = :
103 POST_UNINSTALL = :
104 build_triplet = @build@
105 host_triplet = @host@
106 subdir = manpages
107 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
108 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
109 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
110 $(ACLOCAL_M4)
111 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
112 mkinstalldirs = $(install_sh) -d
113 CONFIG_CLEAN_FILES = mkfs.fat.8 fsck.fat.8 fatlabel.8
114 CONFIG_CLEAN_VPATH_FILES =
115 AM_V_P = $(am__v_P_@AM_V@)
116 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
117 am__v_P_0 = false
118 am__v_P_1 = :
119 AM_V_GEN = $(am__v_GEN_@AM_V@)
120 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
121 am__v_GEN_0 = @echo " GEN " $@;
122 am__v_GEN_1 =
123 AM_V_at = $(am__v_at_@AM_V@)
124 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
125 am__v_at_0 = @
126 am__v_at_1 =
127 SOURCES =
128 DIST_SOURCES =
129 am__can_run_installinfo = \
130 case $$AM_UPDATE_INFO_DIR in \
131 n|no|NO) false;; \
132 *) (install-info --version) >/dev/null 2>&1;; \
133 esac
134 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
135 am__vpath_adj = case $$p in \
136 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
137 *) f=$$p;; \
138 esac;
139 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
140 am__install_max = 40
141 am__nobase_strip_setup = \
142 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
143 am__nobase_strip = \
144 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
145 am__nobase_list = $(am__nobase_strip_setup); \
146 for p in $$list; do echo "$$p $$p"; done | \
147 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
148 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
149 if (++n[$$2] == $(am__install_max)) \
150 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
151 END { for (dir in files) print dir, files[dir] }'
152 am__base_list = \
153 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
154 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
155 am__uninstall_files_from_dir = { \
156 test -z "$$files" \
157 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
158 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
159 $(am__cd) "$$dir" && rm -f $$files; }; \
160 }
161 man8dir = $(mandir)/man8
162 am__installdirs = "$(DESTDIR)$(man8dir)"
163 NROFF = nroff
164 MANS = $(man_MANS)
165 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
166 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/fatlabel.8.in \
167 $(srcdir)/fsck.fat.8.in $(srcdir)/mkfs.fat.8.in
168 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
169 ACLOCAL = @ACLOCAL@
170 AMTAR = @AMTAR@
171 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
172 AUTOCONF = @AUTOCONF@
173 AUTOHEADER = @AUTOHEADER@
174 AUTOMAKE = @AUTOMAKE@
175 AWK = @AWK@
176 CC = @CC@
177 CCDEPMODE = @CCDEPMODE@
178 CFLAGS = @CFLAGS@
179 CHECKATARI = @CHECKATARI@
180 CPP = @CPP@
181 CPPFLAGS = @CPPFLAGS@
182 CYGPATH_W = @CYGPATH_W@
183 DEFS = @DEFS@
184 DEPDIR = @DEPDIR@
185 ECHO_C = @ECHO_C@
186 ECHO_N = @ECHO_N@
187 ECHO_T = @ECHO_T@
188 EGREP = @EGREP@
189 EXEEXT = @EXEEXT@
190 GREP = @GREP@
191 INSTALL = @INSTALL@
192 INSTALL_DATA = @INSTALL_DATA@
193 INSTALL_PROGRAM = @INSTALL_PROGRAM@
194 INSTALL_SCRIPT = @INSTALL_SCRIPT@
195 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
196 LDFLAGS = @LDFLAGS@
197 LIBICONV = @LIBICONV@
198 LIBOBJS = @LIBOBJS@
199 LIBS = @LIBS@
200 LN_S = @LN_S@
201 LTLIBICONV = @LTLIBICONV@
202 LTLIBOBJS = @LTLIBOBJS@
203 MAKEINFO = @MAKEINFO@
204 MKDIR_P = @MKDIR_P@
205 OBJEXT = @OBJEXT@
206 PACKAGE = @PACKAGE@
207 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
208 PACKAGE_NAME = @PACKAGE_NAME@
209 PACKAGE_STRING = @PACKAGE_STRING@
210 PACKAGE_TARNAME = @PACKAGE_TARNAME@
211 PACKAGE_URL = @PACKAGE_URL@
212 PACKAGE_VERSION = @PACKAGE_VERSION@
213 PATH_SEPARATOR = @PATH_SEPARATOR@
214 RELEASE_DATE = @RELEASE_DATE@
215 SET_MAKE = @SET_MAKE@
216 SHELL = @SHELL@
217 STRIP = @STRIP@
218 VERSION = @VERSION@
219 XXD_FOUND = @XXD_FOUND@
220 abs_builddir = @abs_builddir@
221 abs_srcdir = @abs_srcdir@
222 abs_top_builddir = @abs_top_builddir@
223 abs_top_srcdir = @abs_top_srcdir@
224 ac_ct_CC = @ac_ct_CC@
225 am__include = @am__include@
226 am__leading_dot = @am__leading_dot@
227 am__quote = @am__quote@
228 am__tar = @am__tar@
229 am__untar = @am__untar@
230 bindir = @bindir@
231 build = @build@
232 build_alias = @build_alias@
233 build_cpu = @build_cpu@
234 build_os = @build_os@
235 build_vendor = @build_vendor@
236 builddir = @builddir@
237 datadir = @datadir@
238 datarootdir = @datarootdir@
239 docdir = @docdir@
240 dvidir = @dvidir@
241 exec_prefix = @exec_prefix@
242 host = @host@
243 host_alias = @host_alias@
244 host_cpu = @host_cpu@
245 host_os = @host_os@
246 host_vendor = @host_vendor@
247 htmldir = @htmldir@
248 includedir = @includedir@
249 infodir = @infodir@
250 install_sh = @install_sh@
251 libdir = @libdir@
252 libexecdir = @libexecdir@
253 localedir = @localedir@
254 localstatedir = @localstatedir@
255 mandir = @mandir@
256 mkdir_p = @mkdir_p@
257 oldincludedir = @oldincludedir@
258 pdfdir = @pdfdir@
259 prefix = @prefix@
260 program_transform_name = @program_transform_name@
261 psdir = @psdir@
262 runstatedir = @runstatedir@
263 sbindir = @sbindir@
264 sharedstatedir = @sharedstatedir@
265 srcdir = @srcdir@
266 sysconfdir = @sysconfdir@
267 target_alias = @target_alias@
268 top_build_prefix = @top_build_prefix@
269 top_builddir = @top_builddir@
270 top_srcdir = @top_srcdir@
271 man_MANS = fsck.fat.8 mkfs.fat.8 fatlabel.8
272 all: all-am
273
274 .SUFFIXES:
275 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
276 @for dep in $?; do \
277 case '$(am__configure_deps)' in \
278 *$$dep*) \
279 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
280 && { if test -f $@; then exit 0; else break; fi; }; \
281 exit 1;; \
282 esac; \
283 done; \
284 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign manpages/Makefile'; \
285 $(am__cd) $(top_srcdir) && \
286 $(AUTOMAKE) --foreign manpages/Makefile
287 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
288 @case '$?' in \
289 *config.status*) \
290 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
291 *) \
292 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
293 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
294 esac;
295
296 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
297 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298
299 $(top_srcdir)/configure: $(am__configure_deps)
300 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
302 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303 $(am__aclocal_m4_deps):
304 mkfs.fat.8: $(top_builddir)/config.status $(srcdir)/mkfs.fat.8.in
305 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
306 fsck.fat.8: $(top_builddir)/config.status $(srcdir)/fsck.fat.8.in
307 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
308 fatlabel.8: $(top_builddir)/config.status $(srcdir)/fatlabel.8.in
309 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
310 install-man8: $(man_MANS)
311 @$(NORMAL_INSTALL)
312 @list1=''; \
313 list2='$(man_MANS)'; \
314 test -n "$(man8dir)" \
315 && test -n "`echo $$list1$$list2`" \
316 || exit 0; \
317 echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
318 $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
319 { for i in $$list1; do echo "$$i"; done; \
320 if test -n "$$list2"; then \
321 for i in $$list2; do echo "$$i"; done \
322 | sed -n '/\.8[a-z]*$$/p'; \
323 fi; \
324 } | while read p; do \
325 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
326 echo "$$d$$p"; echo "$$p"; \
327 done | \
328 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
329 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
330 sed 'N;N;s,\n, ,g' | { \
331 list=; while read file base inst; do \
332 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
333 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
334 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
335 fi; \
336 done; \
337 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
338 while read files; do \
339 test -z "$$files" || { \
340 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
341 $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
342 done; }
343
344 uninstall-man8:
345 @$(NORMAL_UNINSTALL)
346 @list=''; test -n "$(man8dir)" || exit 0; \
347 files=`{ for i in $$list; do echo "$$i"; done; \
348 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
349 sed -n '/\.8[a-z]*$$/p'; \
350 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
351 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
352 dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
353 tags TAGS:
354
355 ctags CTAGS:
356
357 cscope cscopelist:
358
359
360 distdir: $(BUILT_SOURCES)
361 $(MAKE) $(AM_MAKEFLAGS) distdir-am
362
363 distdir-am: $(DISTFILES)
364 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
365 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
366 list='$(DISTFILES)'; \
367 dist_files=`for file in $$list; do echo $$file; done | \
368 sed -e "s|^$$srcdirstrip/||;t" \
369 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
370 case $$dist_files in \
371 */*) $(MKDIR_P) `echo "$$dist_files" | \
372 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
373 sort -u` ;; \
374 esac; \
375 for file in $$dist_files; do \
376 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
377 if test -d $$d/$$file; then \
378 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
379 if test -d "$(distdir)/$$file"; then \
380 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
381 fi; \
382 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
383 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
384 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
385 fi; \
386 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
387 else \
388 test -f "$(distdir)/$$file" \
389 || cp -p $$d/$$file "$(distdir)/$$file" \
390 || exit 1; \
391 fi; \
392 done
393 check-am: all-am
394 check: check-am
395 all-am: Makefile $(MANS)
396 installdirs:
397 for dir in "$(DESTDIR)$(man8dir)"; do \
398 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
399 done
400 install: install-am
401 install-exec: install-exec-am
402 install-data: install-data-am
403 uninstall: uninstall-am
404
405 install-am: all-am
406 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
407
408 installcheck: installcheck-am
409 install-strip:
410 if test -z '$(STRIP)'; then \
411 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
412 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
413 install; \
414 else \
415 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
416 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
417 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
418 fi
419 mostlyclean-generic:
420
421 clean-generic:
422
423 distclean-generic:
424 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
425 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
426
427 maintainer-clean-generic:
428 @echo "This command is intended for maintainers to use"
429 @echo "it deletes files that may require special tools to rebuild."
430 @COMPAT_SYMLINKS_FALSE@install-data-hook:
431 @COMPAT_SYMLINKS_FALSE@uninstall-hook:
432 clean: clean-am
433
434 clean-am: clean-generic mostlyclean-am
435
436 distclean: distclean-am
437 -rm -f Makefile
438 distclean-am: clean-am distclean-generic
439
440 dvi: dvi-am
441
442 dvi-am:
443
444 html: html-am
445
446 html-am:
447
448 info: info-am
449
450 info-am:
451
452 install-data-am: install-man
453 @$(NORMAL_INSTALL)
454 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
455 install-dvi: install-dvi-am
456
457 install-dvi-am:
458
459 install-exec-am:
460
461 install-html: install-html-am
462
463 install-html-am:
464
465 install-info: install-info-am
466
467 install-info-am:
468
469 install-man: install-man8
470
471 install-pdf: install-pdf-am
472
473 install-pdf-am:
474
475 install-ps: install-ps-am
476
477 install-ps-am:
478
479 installcheck-am:
480
481 maintainer-clean: maintainer-clean-am
482 -rm -f Makefile
483 maintainer-clean-am: distclean-am maintainer-clean-generic
484
485 mostlyclean: mostlyclean-am
486
487 mostlyclean-am: mostlyclean-generic
488
489 pdf: pdf-am
490
491 pdf-am:
492
493 ps: ps-am
494
495 ps-am:
496
497 uninstall-am: uninstall-man
498 @$(NORMAL_INSTALL)
499 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
500 uninstall-man: uninstall-man8
501
502 .MAKE: install-am install-data-am install-strip uninstall-am
503
504 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
505 ctags-am distclean distclean-generic distdir dvi dvi-am html \
506 html-am info info-am install install-am install-data \
507 install-data-am install-data-hook install-dvi install-dvi-am \
508 install-exec install-exec-am install-html install-html-am \
509 install-info install-info-am install-man install-man8 \
510 install-pdf install-pdf-am install-ps install-ps-am \
511 install-strip installcheck installcheck-am installdirs \
512 maintainer-clean maintainer-clean-generic mostlyclean \
513 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
514 uninstall-am uninstall-hook uninstall-man uninstall-man8
515
516 .PRECIOUS: Makefile
517
518
519 @COMPAT_SYMLINKS_TRUE@install-data-hook:
520 @COMPAT_SYMLINKS_TRUE@ cd $(DESTDIR)$(mandir)/man8 && $(LN_S) -f fatlabel.8 dosfslabel.8
521 @COMPAT_SYMLINKS_TRUE@ cd $(DESTDIR)$(mandir)/man8 && $(LN_S) -f fsck.fat.8 dosfsck.8
522 @COMPAT_SYMLINKS_TRUE@ cd $(DESTDIR)$(mandir)/man8 && $(LN_S) -f fsck.fat.8 fsck.msdos.8
523 @COMPAT_SYMLINKS_TRUE@ cd $(DESTDIR)$(mandir)/man8 && $(LN_S) -f fsck.fat.8 fsck.vfat.8
524 @COMPAT_SYMLINKS_TRUE@ cd $(DESTDIR)$(mandir)/man8 && $(LN_S) -f mkfs.fat.8 mkdosfs.8
525 @COMPAT_SYMLINKS_TRUE@ cd $(DESTDIR)$(mandir)/man8 && $(LN_S) -f mkfs.fat.8 mkfs.msdos.8
526 @COMPAT_SYMLINKS_TRUE@ cd $(DESTDIR)$(mandir)/man8 && $(LN_S) -f mkfs.fat.8 mkfs.vfat.8
527
528 @COMPAT_SYMLINKS_TRUE@uninstall-hook:
529 @COMPAT_SYMLINKS_TRUE@ $(RM) $(DESTDIR)$(mandir)/man8/dosfslabel.8
530 @COMPAT_SYMLINKS_TRUE@ $(RM) $(DESTDIR)$(mandir)/man8/dosfsck.8
531 @COMPAT_SYMLINKS_TRUE@ $(RM) $(DESTDIR)$(mandir)/man8/fsck.msdos.8
532 @COMPAT_SYMLINKS_TRUE@ $(RM) $(DESTDIR)$(mandir)/man8/fsck.vfat.8
533 @COMPAT_SYMLINKS_TRUE@ $(RM) $(DESTDIR)$(mandir)/man8/mkdosfs.8
534 @COMPAT_SYMLINKS_TRUE@ $(RM) $(DESTDIR)$(mandir)/man8/mkfs.msdos.8
535 @COMPAT_SYMLINKS_TRUE@ $(RM) $(DESTDIR)$(mandir)/man8/mkfs.vfat.8
536
537 # Tell versions [3.59,3.63) of GNU make to not export all variables.
538 # Otherwise a system limit (for SysV at least) may be exceeded.
539 .NOEXPORT: