summaryrefslogtreecommitdiff
path: root/include/ntfs-3g/Makefile.in (plain)
blob: 5c3f70431f036bf42808073d6c0dbf2fabe77cbb
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
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37target_triplet = @target@
38subdir = include/ntfs-3g
39DIST_COMMON = $(am__noinst_HEADERS_DIST) \
40 $(am__ntfs3ginclude_HEADERS_DIST) $(srcdir)/Makefile.am \
41 $(srcdir)/Makefile.in
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
44 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
45 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
46 $(top_srcdir)/configure.ac
47am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48 $(ACLOCAL_M4)
49mkinstalldirs = $(install_sh) -d
50CONFIG_HEADER = $(top_builddir)/config.h
51CONFIG_CLEAN_FILES =
52CONFIG_CLEAN_VPATH_FILES =
53SOURCES =
54DIST_SOURCES =
55am__noinst_HEADERS_DIST = acls.h attrib.h attrlist.h bitmap.h \
56 bootsect.h cache.h collate.h compat.h compress.h debug.h \
57 device.h device_io.h dir.h efs.h endians.h index.h inode.h \
58 layout.h lcnalloc.h logfile.h logging.h mft.h misc.h mst.h \
59 ntfstime.h object_id.h param.h realpath.h reparse.h runlist.h \
60 security.h support.h types.h unistr.h volume.h xattrs.h
61am__ntfs3ginclude_HEADERS_DIST = acls.h attrib.h attrlist.h bitmap.h \
62 bootsect.h cache.h collate.h compat.h compress.h debug.h \
63 device.h device_io.h dir.h efs.h endians.h index.h inode.h \
64 layout.h lcnalloc.h logfile.h logging.h mft.h misc.h mst.h \
65 ntfstime.h object_id.h param.h realpath.h reparse.h runlist.h \
66 security.h support.h types.h unistr.h volume.h xattrs.h
67am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
68am__vpath_adj = case $$p in \
69 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
70 *) f=$$p;; \
71 esac;
72am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
73am__install_max = 40
74am__nobase_strip_setup = \
75 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
76am__nobase_strip = \
77 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
78am__nobase_list = $(am__nobase_strip_setup); \
79 for p in $$list; do echo "$$p $$p"; done | \
80 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
81 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
82 if (++n[$$2] == $(am__install_max)) \
83 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
84 END { for (dir in files) print dir, files[dir] }'
85am__base_list = \
86 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
87 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
88am__installdirs = "$(DESTDIR)$(ntfs3gincludedir)"
89HEADERS = $(noinst_HEADERS) $(ntfs3ginclude_HEADERS)
90ETAGS = etags
91CTAGS = ctags
92DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
93ACLOCAL = @ACLOCAL@
94AMTAR = @AMTAR@
95AR = @AR@
96AUTOCONF = @AUTOCONF@
97AUTOHEADER = @AUTOHEADER@
98AUTOMAKE = @AUTOMAKE@
99AWK = @AWK@
100CC = @CC@
101CCDEPMODE = @CCDEPMODE@
102CFLAGS = @CFLAGS@
103CPP = @CPP@
104CPPFLAGS = @CPPFLAGS@
105CYGPATH_W = @CYGPATH_W@
106DEFS = @DEFS@
107DEPDIR = @DEPDIR@
108DSYMUTIL = @DSYMUTIL@
109DUMPBIN = @DUMPBIN@
110ECHO_C = @ECHO_C@
111ECHO_N = @ECHO_N@
112ECHO_T = @ECHO_T@
113EGREP = @EGREP@
114EXEEXT = @EXEEXT@
115FGREP = @FGREP@
116FUSE_MODULE_CFLAGS = @FUSE_MODULE_CFLAGS@
117FUSE_MODULE_LIBS = @FUSE_MODULE_LIBS@
118GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
119GNUTLS_LIBS = @GNUTLS_LIBS@
120GREP = @GREP@
121INSTALL = @INSTALL@
122INSTALL_DATA = @INSTALL_DATA@
123INSTALL_PROGRAM = @INSTALL_PROGRAM@
124INSTALL_SCRIPT = @INSTALL_SCRIPT@
125INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
126LD = @LD@
127LDCONFIG = @LDCONFIG@
128LDFLAGS = @LDFLAGS@
129LIBFUSE_LITE_CFLAGS = @LIBFUSE_LITE_CFLAGS@
130LIBFUSE_LITE_LIBS = @LIBFUSE_LITE_LIBS@
131LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
132LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
133LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
134LIBNTFS_3G_VERSION = @LIBNTFS_3G_VERSION@
135LIBNTFS_CPPFLAGS = @LIBNTFS_CPPFLAGS@
136LIBNTFS_LIBS = @LIBNTFS_LIBS@
137LIBOBJS = @LIBOBJS@
138LIBS = @LIBS@
139LIBTOOL = @LIBTOOL@
140LIPO = @LIPO@
141LN_S = @LN_S@
142LTLIBOBJS = @LTLIBOBJS@
143MAINT = @MAINT@
144MAKEINFO = @MAKEINFO@
145MKDIR_P = @MKDIR_P@
146MKNTFS_CPPFLAGS = @MKNTFS_CPPFLAGS@
147MKNTFS_LIBS = @MKNTFS_LIBS@
148MV = @MV@
149NM = @NM@
150NMEDIT = @NMEDIT@
151NTFSPROGS_STATIC_LIBS = @NTFSPROGS_STATIC_LIBS@
152OBJDUMP = @OBJDUMP@
153OBJEXT = @OBJEXT@
154OTOOL = @OTOOL@
155OTOOL64 = @OTOOL64@
156OUTPUT_FORMAT = @OUTPUT_FORMAT@
157PACKAGE = @PACKAGE@
158PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
159PACKAGE_NAME = @PACKAGE_NAME@
160PACKAGE_STRING = @PACKAGE_STRING@
161PACKAGE_TARNAME = @PACKAGE_TARNAME@
162PACKAGE_URL = @PACKAGE_URL@
163PACKAGE_VERSION = @PACKAGE_VERSION@
164PATH_SEPARATOR = @PATH_SEPARATOR@
165PKG_CONFIG = @PKG_CONFIG@
166PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
167PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
168RANLIB = @RANLIB@
169RM = @RM@
170SED = @SED@
171SET_MAKE = @SET_MAKE@
172SHELL = @SHELL@
173STRIP = @STRIP@
174VERSION = @VERSION@
175abs_builddir = @abs_builddir@
176abs_srcdir = @abs_srcdir@
177abs_top_builddir = @abs_top_builddir@
178abs_top_srcdir = @abs_top_srcdir@
179ac_ct_CC = @ac_ct_CC@
180ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
181all_includes = @all_includes@
182all_libraries = @all_libraries@
183am__include = @am__include@
184am__leading_dot = @am__leading_dot@
185am__quote = @am__quote@
186am__tar = @am__tar@
187am__untar = @am__untar@
188bindir = @bindir@
189build = @build@
190build_alias = @build_alias@
191build_cpu = @build_cpu@
192build_os = @build_os@
193build_vendor = @build_vendor@
194builddir = @builddir@
195datadir = @datadir@
196datarootdir = @datarootdir@
197docdir = @docdir@
198dvidir = @dvidir@
199exec_prefix = @exec_prefix@
200host = @host@
201host_alias = @host_alias@
202host_cpu = @host_cpu@
203host_os = @host_os@
204host_vendor = @host_vendor@
205htmldir = @htmldir@
206includedir = @includedir@
207infodir = @infodir@
208install_sh = @install_sh@
209libdir = @libdir@
210libexecdir = @libexecdir@
211localedir = @localedir@
212localstatedir = @localstatedir@
213lt_ECHO = @lt_ECHO@
214mandir = @mandir@
215mkdir_p = @mkdir_p@
216ntfs3gincludedir = @ntfs3gincludedir@
217oldincludedir = @oldincludedir@
218pdfdir = @pdfdir@
219pkgconfigdir = @pkgconfigdir@
220prefix = @prefix@
221program_transform_name = @program_transform_name@
222psdir = @psdir@
223rootbindir = @rootbindir@
224rootlibdir = @rootlibdir@
225rootsbindir = @rootsbindir@
226sbindir = @sbindir@
227sharedstatedir = @sharedstatedir@
228srcdir = @srcdir@
229sysconfdir = @sysconfdir@
230target = @target@
231target_alias = @target_alias@
232target_cpu = @target_cpu@
233target_os = @target_os@
234target_vendor = @target_vendor@
235top_build_prefix = @top_build_prefix@
236top_builddir = @top_builddir@
237top_srcdir = @top_srcdir@
238MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
239headers = \
240 acls.h \
241 attrib.h \
242 attrlist.h \
243 bitmap.h \
244 bootsect.h \
245 cache.h \
246 collate.h \
247 compat.h \
248 compress.h \
249 debug.h \
250 device.h \
251 device_io.h \
252 dir.h \
253 efs.h \
254 endians.h \
255 index.h \
256 inode.h \
257 layout.h \
258 lcnalloc.h \
259 logfile.h \
260 logging.h \
261 mft.h \
262 misc.h \
263 mst.h \
264 ntfstime.h \
265 object_id.h \
266 param.h \
267 realpath.h \
268 reparse.h \
269 runlist.h \
270 security.h \
271 support.h \
272 types.h \
273 unistr.h \
274 volume.h \
275 xattrs.h
276
277@INSTALL_LIBRARY_TRUE@ntfs3ginclude_HEADERS = $(headers)
278@INSTALL_LIBRARY_FALSE@noinst_HEADERS = $(headers)
279all: all-am
280
281.SUFFIXES:
282$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
283 @for dep in $?; do \
284 case '$(am__configure_deps)' in \
285 *$$dep*) \
286 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
287 && { if test -f $@; then exit 0; else break; fi; }; \
288 exit 1;; \
289 esac; \
290 done; \
291 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/ntfs-3g/Makefile'; \
292 $(am__cd) $(top_srcdir) && \
293 $(AUTOMAKE) --gnu include/ntfs-3g/Makefile
294.PRECIOUS: Makefile
295Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
296 @case '$?' in \
297 *config.status*) \
298 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
299 *) \
300 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
301 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
302 esac;
303
304$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
305 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306
307$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
308 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
310 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311$(am__aclocal_m4_deps):
312
313mostlyclean-libtool:
314 -rm -f *.lo
315
316clean-libtool:
317 -rm -rf .libs _libs
318install-ntfs3gincludeHEADERS: $(ntfs3ginclude_HEADERS)
319 @$(NORMAL_INSTALL)
320 test -z "$(ntfs3gincludedir)" || $(MKDIR_P) "$(DESTDIR)$(ntfs3gincludedir)"
321 @list='$(ntfs3ginclude_HEADERS)'; test -n "$(ntfs3gincludedir)" || list=; \
322 for p in $$list; do \
323 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
324 echo "$$d$$p"; \
325 done | $(am__base_list) | \
326 while read files; do \
327 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(ntfs3gincludedir)'"; \
328 $(INSTALL_HEADER) $$files "$(DESTDIR)$(ntfs3gincludedir)" || exit $$?; \
329 done
330
331uninstall-ntfs3gincludeHEADERS:
332 @$(NORMAL_UNINSTALL)
333 @list='$(ntfs3ginclude_HEADERS)'; test -n "$(ntfs3gincludedir)" || list=; \
334 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
335 test -n "$$files" || exit 0; \
336 echo " ( cd '$(DESTDIR)$(ntfs3gincludedir)' && rm -f" $$files ")"; \
337 cd "$(DESTDIR)$(ntfs3gincludedir)" && rm -f $$files
338
339ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
340 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
341 unique=`for i in $$list; do \
342 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343 done | \
344 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
345 END { if (nonempty) { for (i in files) print i; }; }'`; \
346 mkid -fID $$unique
347tags: TAGS
348
349TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
350 $(TAGS_FILES) $(LISP)
351 set x; \
352 here=`pwd`; \
353 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
354 unique=`for i in $$list; do \
355 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
356 done | \
357 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
358 END { if (nonempty) { for (i in files) print i; }; }'`; \
359 shift; \
360 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
361 test -n "$$unique" || unique=$$empty_fix; \
362 if test $$# -gt 0; then \
363 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
364 "$$@" $$unique; \
365 else \
366 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
367 $$unique; \
368 fi; \
369 fi
370ctags: CTAGS
371CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
372 $(TAGS_FILES) $(LISP)
373 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
374 unique=`for i in $$list; do \
375 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376 done | \
377 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
378 END { if (nonempty) { for (i in files) print i; }; }'`; \
379 test -z "$(CTAGS_ARGS)$$unique" \
380 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
381 $$unique
382
383GTAGS:
384 here=`$(am__cd) $(top_builddir) && pwd` \
385 && $(am__cd) $(top_srcdir) \
386 && gtags -i $(GTAGS_ARGS) "$$here"
387
388distclean-tags:
389 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
390
391distdir: $(DISTFILES)
392 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
393 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
394 list='$(DISTFILES)'; \
395 dist_files=`for file in $$list; do echo $$file; done | \
396 sed -e "s|^$$srcdirstrip/||;t" \
397 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
398 case $$dist_files in \
399 */*) $(MKDIR_P) `echo "$$dist_files" | \
400 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
401 sort -u` ;; \
402 esac; \
403 for file in $$dist_files; do \
404 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
405 if test -d $$d/$$file; then \
406 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
407 if test -d "$(distdir)/$$file"; then \
408 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
409 fi; \
410 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
411 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
412 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
413 fi; \
414 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
415 else \
416 test -f "$(distdir)/$$file" \
417 || cp -p $$d/$$file "$(distdir)/$$file" \
418 || exit 1; \
419 fi; \
420 done
421check-am: all-am
422check: check-am
423all-am: Makefile $(HEADERS)
424installdirs:
425 for dir in "$(DESTDIR)$(ntfs3gincludedir)"; do \
426 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
427 done
428install: install-am
429install-exec: install-exec-am
430install-data: install-data-am
431uninstall: uninstall-am
432
433install-am: all-am
434 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
435
436installcheck: installcheck-am
437install-strip:
438 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
439 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
440 `test -z '$(STRIP)' || \
441 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
442mostlyclean-generic:
443
444clean-generic:
445
446distclean-generic:
447 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
448 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
449
450maintainer-clean-generic:
451 @echo "This command is intended for maintainers to use"
452 @echo "it deletes files that may require special tools to rebuild."
453 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
454clean: clean-am
455
456clean-am: clean-generic clean-libtool mostlyclean-am
457
458distclean: distclean-am
459 -rm -f Makefile
460distclean-am: clean-am distclean-generic distclean-tags
461
462dvi: dvi-am
463
464dvi-am:
465
466html: html-am
467
468html-am:
469
470info: info-am
471
472info-am:
473
474install-data-am: install-ntfs3gincludeHEADERS
475
476install-dvi: install-dvi-am
477
478install-dvi-am:
479
480install-exec-am:
481
482install-html: install-html-am
483
484install-html-am:
485
486install-info: install-info-am
487
488install-info-am:
489
490install-man:
491
492install-pdf: install-pdf-am
493
494install-pdf-am:
495
496install-ps: install-ps-am
497
498install-ps-am:
499
500installcheck-am:
501
502maintainer-clean: maintainer-clean-am
503 -rm -f Makefile
504maintainer-clean-am: distclean-am maintainer-clean-generic
505
506mostlyclean: mostlyclean-am
507
508mostlyclean-am: mostlyclean-generic mostlyclean-libtool
509
510pdf: pdf-am
511
512pdf-am:
513
514ps: ps-am
515
516ps-am:
517
518uninstall-am: uninstall-ntfs3gincludeHEADERS
519
520.MAKE: install-am install-strip
521
522.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
523 clean-libtool ctags distclean distclean-generic \
524 distclean-libtool distclean-tags distdir dvi dvi-am html \
525 html-am info info-am install install-am install-data \
526 install-data-am install-dvi install-dvi-am install-exec \
527 install-exec-am install-html install-html-am install-info \
528 install-info-am install-man install-ntfs3gincludeHEADERS \
529 install-pdf install-pdf-am install-ps install-ps-am \
530 install-strip installcheck installcheck-am installdirs \
531 maintainer-clean maintainer-clean-generic mostlyclean \
532 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
533 tags uninstall uninstall-am uninstall-ntfs3gincludeHEADERS
534
535
536# Tell versions [3.59,3.63) of GNU make to not export all variables.
537# Otherwise a system limit (for SysV at least) may be exceeded.
538.NOEXPORT:
539