openssl: update to 1.0.2d
[tomato.git] / release / src / router / ntfs-3g / Makefile.in
blob8c03a2c5629319fec8111fa9bec19a7eea63aaf7
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
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.
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.
15 @SET_MAKE@
17 VPATH = @srcdir@
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 am__make_running_with_option = \
20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
31 case $$MAKEFLAGS in \
32 *\\[\ \ ]*) \
33 bs=\\; \
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36 esac; \
37 fi; \
38 skip_next=no; \
39 strip_trailopt () \
40 { \
41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 }; \
43 for flg in $$sane_makeflags; do \
44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63 pkgdatadir = $(datadir)/@PACKAGE@
64 pkgincludedir = $(includedir)/@PACKAGE@
65 pkglibdir = $(libdir)/@PACKAGE@
66 pkglibexecdir = $(libexecdir)/@PACKAGE@
67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68 install_sh_DATA = $(install_sh) -c -m 644
69 install_sh_PROGRAM = $(install_sh) -c
70 install_sh_SCRIPT = $(install_sh) -c
71 INSTALL_HEADER = $(INSTALL_DATA)
72 transform = $(program_transform_name)
73 NORMAL_INSTALL = :
74 PRE_INSTALL = :
75 POST_INSTALL = :
76 NORMAL_UNINSTALL = :
77 PRE_UNINSTALL = :
78 POST_UNINSTALL = :
79 build_triplet = @build@
80 host_triplet = @host@
81 target_triplet = @target@
82 subdir = .
83 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
84 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85 $(top_srcdir)/configure $(am__configure_deps) \
86 $(srcdir)/config.h.in COPYING COPYING.LIB compile config.guess \
87 config.sub install-sh missing ltmain.sh
88 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
90 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
91 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
92 $(top_srcdir)/configure.ac
93 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94 $(ACLOCAL_M4)
95 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
96 configure.lineno config.status.lineno
97 mkinstalldirs = $(install_sh) -d
98 CONFIG_HEADER = config.h
99 CONFIG_CLEAN_FILES =
100 CONFIG_CLEAN_VPATH_FILES =
101 AM_V_P = $(am__v_P_@AM_V@)
102 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
103 am__v_P_0 = false
104 am__v_P_1 = :
105 AM_V_GEN = $(am__v_GEN_@AM_V@)
106 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
107 am__v_GEN_0 = @echo " GEN " $@;
108 am__v_GEN_1 =
109 AM_V_at = $(am__v_at_@AM_V@)
110 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
111 am__v_at_0 = @
112 am__v_at_1 =
113 SOURCES =
114 DIST_SOURCES =
115 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
116 ctags-recursive dvi-recursive html-recursive info-recursive \
117 install-data-recursive install-dvi-recursive \
118 install-exec-recursive install-html-recursive \
119 install-info-recursive install-pdf-recursive \
120 install-ps-recursive install-recursive installcheck-recursive \
121 installdirs-recursive pdf-recursive ps-recursive \
122 tags-recursive uninstall-recursive
123 am__can_run_installinfo = \
124 case $$AM_UPDATE_INFO_DIR in \
125 n|no|NO) false;; \
126 *) (install-info --version) >/dev/null 2>&1;; \
127 esac
128 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
129 am__vpath_adj = case $$p in \
130 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
131 *) f=$$p;; \
132 esac;
133 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
134 am__install_max = 40
135 am__nobase_strip_setup = \
136 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
137 am__nobase_strip = \
138 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
139 am__nobase_list = $(am__nobase_strip_setup); \
140 for p in $$list; do echo "$$p $$p"; done | \
141 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
142 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
143 if (++n[$$2] == $(am__install_max)) \
144 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
145 END { for (dir in files) print dir, files[dir] }'
146 am__base_list = \
147 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
148 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
149 am__uninstall_files_from_dir = { \
150 test -z "$$files" \
151 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
152 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
153 $(am__cd) "$$dir" && rm -f $$files; }; \
155 am__installdirs = "$(DESTDIR)$(docdir)"
156 DATA = $(doc_DATA)
157 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
158 distclean-recursive maintainer-clean-recursive
159 am__recursive_targets = \
160 $(RECURSIVE_TARGETS) \
161 $(RECURSIVE_CLEAN_TARGETS) \
162 $(am__extra_recursive_targets)
163 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
164 cscope distdir dist dist-all distcheck
165 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
166 $(LISP)config.h.in
167 # Read a list of newline-separated strings from the standard input,
168 # and print each of them once, without duplicates. Input order is
169 # *not* preserved.
170 am__uniquify_input = $(AWK) '\
171 BEGIN { nonempty = 0; } \
172 { items[$$0] = 1; nonempty = 1; } \
173 END { if (nonempty) { for (i in items) print i; }; } \
175 # Make sure the list of sources is unique. This is necessary because,
176 # e.g., the same source file might be shared among _SOURCES variables
177 # for different programs/libraries.
178 am__define_uniq_tagged_files = \
179 list='$(am__tagged_files)'; \
180 unique=`for i in $$list; do \
181 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
182 done | $(am__uniquify_input)`
183 ETAGS = etags
184 CTAGS = ctags
185 CSCOPE = cscope
186 DIST_SUBDIRS = $(SUBDIRS)
187 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
188 distdir = $(PACKAGE)-$(VERSION)
189 top_distdir = $(distdir)
190 am__remove_distdir = \
191 if test -d "$(distdir)"; then \
192 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
193 && rm -rf "$(distdir)" \
194 || { sleep 5 && rm -rf "$(distdir)"; }; \
195 else :; fi
196 am__post_remove_distdir = $(am__remove_distdir)
197 am__relativize = \
198 dir0=`pwd`; \
199 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
200 sed_rest='s,^[^/]*/*,,'; \
201 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
202 sed_butlast='s,/*[^/]*$$,,'; \
203 while test -n "$$dir1"; do \
204 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
205 if test "$$first" != "."; then \
206 if test "$$first" = ".."; then \
207 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
208 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
209 else \
210 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
211 if test "$$first2" = "$$first"; then \
212 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
213 else \
214 dir2="../$$dir2"; \
215 fi; \
216 dir0="$$dir0"/"$$first"; \
217 fi; \
218 fi; \
219 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
220 done; \
221 reldir="$$dir2"
222 DIST_ARCHIVES = $(distdir).tar.gz
223 GZIP_ENV = --best
224 DIST_TARGETS = dist-gzip
225 distuninstallcheck_listfiles = find . -type f -print
226 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
227 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
228 distcleancheck_listfiles = find . -type f -print
229 ACLOCAL = @ACLOCAL@
230 AMTAR = @AMTAR@
231 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
232 AR = @AR@
233 AUTOCONF = @AUTOCONF@
234 AUTOHEADER = @AUTOHEADER@
235 AUTOMAKE = @AUTOMAKE@
236 AWK = @AWK@
237 CC = @CC@
238 CCDEPMODE = @CCDEPMODE@
239 CFLAGS = @CFLAGS@
240 CPP = @CPP@
241 CPPFLAGS = @CPPFLAGS@
242 CYGPATH_W = @CYGPATH_W@
243 DEFS = @DEFS@
244 DEPDIR = @DEPDIR@
245 DLLTOOL = @DLLTOOL@
246 DSYMUTIL = @DSYMUTIL@
247 DUMPBIN = @DUMPBIN@
248 ECHO_C = @ECHO_C@
249 ECHO_N = @ECHO_N@
250 ECHO_T = @ECHO_T@
251 EGREP = @EGREP@
252 EXEEXT = @EXEEXT@
253 FGREP = @FGREP@
254 FUSE_MODULE_CFLAGS = @FUSE_MODULE_CFLAGS@
255 FUSE_MODULE_LIBS = @FUSE_MODULE_LIBS@
256 GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
257 GNUTLS_LIBS = @GNUTLS_LIBS@
258 GREP = @GREP@
259 INSTALL = @INSTALL@
260 INSTALL_DATA = @INSTALL_DATA@
261 INSTALL_PROGRAM = @INSTALL_PROGRAM@
262 INSTALL_SCRIPT = @INSTALL_SCRIPT@
263 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
264 LD = @LD@
265 LDCONFIG = @LDCONFIG@
266 LDFLAGS = @LDFLAGS@
267 LIBFUSE_LITE_CFLAGS = @LIBFUSE_LITE_CFLAGS@
268 LIBFUSE_LITE_LIBS = @LIBFUSE_LITE_LIBS@
269 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
270 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
271 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
272 LIBNTFS_3G_VERSION = @LIBNTFS_3G_VERSION@
273 LIBNTFS_CPPFLAGS = @LIBNTFS_CPPFLAGS@
274 LIBNTFS_LIBS = @LIBNTFS_LIBS@
275 LIBOBJS = @LIBOBJS@
276 LIBS = @LIBS@
277 LIBTOOL = @LIBTOOL@
278 LIPO = @LIPO@
279 LN_S = @LN_S@
280 LTLIBOBJS = @LTLIBOBJS@
281 MAINT = @MAINT@
282 MAKEINFO = @MAKEINFO@
283 MANIFEST_TOOL = @MANIFEST_TOOL@
284 MKDIR_P = @MKDIR_P@
285 MKNTFS_CPPFLAGS = @MKNTFS_CPPFLAGS@
286 MKNTFS_LIBS = @MKNTFS_LIBS@
287 MV = @MV@
288 NM = @NM@
289 NMEDIT = @NMEDIT@
290 NTFSPROGS_STATIC_LIBS = @NTFSPROGS_STATIC_LIBS@
291 OBJDUMP = @OBJDUMP@
292 OBJEXT = @OBJEXT@
293 OTOOL = @OTOOL@
294 OTOOL64 = @OTOOL64@
295 OUTPUT_FORMAT = @OUTPUT_FORMAT@
296 PACKAGE = @PACKAGE@
297 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
298 PACKAGE_NAME = @PACKAGE_NAME@
299 PACKAGE_STRING = @PACKAGE_STRING@
300 PACKAGE_TARNAME = @PACKAGE_TARNAME@
301 PACKAGE_URL = @PACKAGE_URL@
302 PACKAGE_VERSION = @PACKAGE_VERSION@
303 PATH_SEPARATOR = @PATH_SEPARATOR@
304 PKG_CONFIG = @PKG_CONFIG@
305 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
306 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
307 RANLIB = @RANLIB@
308 RM = @RM@
309 SED = @SED@
310 SET_MAKE = @SET_MAKE@
311 SHELL = @SHELL@
312 STRIP = @STRIP@
313 VERSION = @VERSION@
314 abs_builddir = @abs_builddir@
315 abs_srcdir = @abs_srcdir@
316 abs_top_builddir = @abs_top_builddir@
317 abs_top_srcdir = @abs_top_srcdir@
318 ac_ct_AR = @ac_ct_AR@
319 ac_ct_CC = @ac_ct_CC@
320 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
321 all_includes = @all_includes@
322 all_libraries = @all_libraries@
323 am__include = @am__include@
324 am__leading_dot = @am__leading_dot@
325 am__quote = @am__quote@
326 am__tar = @am__tar@
327 am__untar = @am__untar@
328 bindir = @bindir@
329 build = @build@
330 build_alias = @build_alias@
331 build_cpu = @build_cpu@
332 build_os = @build_os@
333 build_vendor = @build_vendor@
334 builddir = @builddir@
335 datadir = @datadir@
336 datarootdir = @datarootdir@
337 docdir = @docdir@
338 dvidir = @dvidir@
339 exec_prefix = @exec_prefix@
340 host = @host@
341 host_alias = @host_alias@
342 host_cpu = @host_cpu@
343 host_os = @host_os@
344 host_vendor = @host_vendor@
345 htmldir = @htmldir@
346 includedir = @includedir@
347 infodir = @infodir@
348 install_sh = @install_sh@
349 libdir = @libdir@
350 libexecdir = @libexecdir@
351 localedir = @localedir@
352 localstatedir = @localstatedir@
353 mandir = @mandir@
354 mkdir_p = @mkdir_p@
355 ntfs3gincludedir = @ntfs3gincludedir@
356 oldincludedir = @oldincludedir@
357 pdfdir = @pdfdir@
358 pkgconfigdir = @pkgconfigdir@
359 prefix = @prefix@
360 program_transform_name = @program_transform_name@
361 psdir = @psdir@
362 rootbindir = @rootbindir@
363 rootlibdir = @rootlibdir@
364 rootsbindir = @rootsbindir@
365 sbindir = @sbindir@
366 sharedstatedir = @sharedstatedir@
367 srcdir = @srcdir@
368 sysconfdir = @sysconfdir@
369 target = @target@
370 target_alias = @target_alias@
371 target_cpu = @target_cpu@
372 target_os = @target_os@
373 target_vendor = @target_vendor@
374 top_build_prefix = @top_build_prefix@
375 top_builddir = @top_builddir@
376 top_srcdir = @top_srcdir@
377 AUTOMAKE_OPTIONS = gnu
378 ACLOCAL_AMFLAGS = -I m4
379 EXTRA_DIST = AUTHORS CREDITS COPYING NEWS autogen.sh
380 MAINTAINERCLEANFILES = \
381 $(srcdir)/configure \
382 $(srcdir)/Makefile.in \
383 $(srcdir)/aclocal.m4 \
384 $(srcdir)/compile \
385 $(srcdir)/depcomp \
386 $(srcdir)/install-sh \
387 $(srcdir)/ltmain.sh \
388 $(srcdir)/missing \
389 $(srcdir)/config.guess \
390 $(srcdir)/config.sub \
391 $(srcdir)/config.h.in \
392 $(srcdir)/config.h.in~ \
393 $(srcdir)/INSTALL \
394 $(srcdir)/m4/ltsugar.m4 \
395 $(srcdir)/m4/libtool.m4 \
396 $(srcdir)/m4/ltversion.m4 \
397 $(srcdir)/m4/lt~obsolete.m4 \
398 $(srcdir)/m4/ltoptions.m4
400 SUBDIRS = include libfuse-lite libntfs-3g ntfsprogs src
401 doc_DATA = README
402 all: config.h
403 $(MAKE) $(AM_MAKEFLAGS) all-recursive
405 .SUFFIXES:
406 am--refresh: Makefile
408 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
409 @for dep in $?; do \
410 case '$(am__configure_deps)' in \
411 *$$dep*) \
412 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
413 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
414 && exit 0; \
415 exit 1;; \
416 esac; \
417 done; \
418 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
419 $(am__cd) $(top_srcdir) && \
420 $(AUTOMAKE) --gnu Makefile
421 .PRECIOUS: Makefile
422 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
423 @case '$?' in \
424 *config.status*) \
425 echo ' $(SHELL) ./config.status'; \
426 $(SHELL) ./config.status;; \
427 *) \
428 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
429 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
430 esac;
432 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
433 $(SHELL) ./config.status --recheck
435 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
436 $(am__cd) $(srcdir) && $(AUTOCONF)
437 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
438 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
439 $(am__aclocal_m4_deps):
441 config.h: stamp-h1
442 @test -f $@ || rm -f stamp-h1
443 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
445 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
446 @rm -f stamp-h1
447 cd $(top_builddir) && $(SHELL) ./config.status config.h
448 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
449 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
450 rm -f stamp-h1
451 touch $@
453 distclean-hdr:
454 -rm -f config.h stamp-h1
456 mostlyclean-libtool:
457 -rm -f *.lo
459 clean-libtool:
460 -rm -rf .libs _libs
462 distclean-libtool:
463 -rm -f libtool config.lt
464 install-docDATA: $(doc_DATA)
465 @$(NORMAL_INSTALL)
466 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
467 if test -n "$$list"; then \
468 echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
469 $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
470 fi; \
471 for p in $$list; do \
472 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
473 echo "$$d$$p"; \
474 done | $(am__base_list) | \
475 while read files; do \
476 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
477 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
478 done
480 uninstall-docDATA:
481 @$(NORMAL_UNINSTALL)
482 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
483 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
484 dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
486 # This directory's subdirectories are mostly independent; you can cd
487 # into them and run 'make' without going through this Makefile.
488 # To change the values of 'make' variables: instead of editing Makefiles,
489 # (1) if the variable is set in 'config.status', edit 'config.status'
490 # (which will cause the Makefiles to be regenerated when you run 'make');
491 # (2) otherwise, pass the desired values on the 'make' command line.
492 $(am__recursive_targets):
493 @fail=; \
494 if $(am__make_keepgoing); then \
495 failcom='fail=yes'; \
496 else \
497 failcom='exit 1'; \
498 fi; \
499 dot_seen=no; \
500 target=`echo $@ | sed s/-recursive//`; \
501 case "$@" in \
502 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
503 *) list='$(SUBDIRS)' ;; \
504 esac; \
505 for subdir in $$list; do \
506 echo "Making $$target in $$subdir"; \
507 if test "$$subdir" = "."; then \
508 dot_seen=yes; \
509 local_target="$$target-am"; \
510 else \
511 local_target="$$target"; \
512 fi; \
513 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
514 || eval $$failcom; \
515 done; \
516 if test "$$dot_seen" = "no"; then \
517 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
518 fi; test -z "$$fail"
520 ID: $(am__tagged_files)
521 $(am__define_uniq_tagged_files); mkid -fID $$unique
522 tags: tags-recursive
523 TAGS: tags
525 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
526 set x; \
527 here=`pwd`; \
528 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
529 include_option=--etags-include; \
530 empty_fix=.; \
531 else \
532 include_option=--include; \
533 empty_fix=; \
534 fi; \
535 list='$(SUBDIRS)'; for subdir in $$list; do \
536 if test "$$subdir" = .; then :; else \
537 test ! -f $$subdir/TAGS || \
538 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
539 fi; \
540 done; \
541 $(am__define_uniq_tagged_files); \
542 shift; \
543 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
544 test -n "$$unique" || unique=$$empty_fix; \
545 if test $$# -gt 0; then \
546 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
547 "$$@" $$unique; \
548 else \
549 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
550 $$unique; \
551 fi; \
553 ctags: ctags-recursive
555 CTAGS: ctags
556 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
557 $(am__define_uniq_tagged_files); \
558 test -z "$(CTAGS_ARGS)$$unique" \
559 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
560 $$unique
562 GTAGS:
563 here=`$(am__cd) $(top_builddir) && pwd` \
564 && $(am__cd) $(top_srcdir) \
565 && gtags -i $(GTAGS_ARGS) "$$here"
566 cscope: cscope.files
567 test ! -s cscope.files \
568 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
569 clean-cscope:
570 -rm -f cscope.files
571 cscope.files: clean-cscope cscopelist
572 cscopelist: cscopelist-recursive
574 cscopelist-am: $(am__tagged_files)
575 list='$(am__tagged_files)'; \
576 case "$(srcdir)" in \
577 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
578 *) sdir=$(subdir)/$(srcdir) ;; \
579 esac; \
580 for i in $$list; do \
581 if test -f "$$i"; then \
582 echo "$(subdir)/$$i"; \
583 else \
584 echo "$$sdir/$$i"; \
585 fi; \
586 done >> $(top_builddir)/cscope.files
588 distclean-tags:
589 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
590 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
592 distdir: $(DISTFILES)
593 $(am__remove_distdir)
594 test -d "$(distdir)" || mkdir "$(distdir)"
595 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
596 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
597 list='$(DISTFILES)'; \
598 dist_files=`for file in $$list; do echo $$file; done | \
599 sed -e "s|^$$srcdirstrip/||;t" \
600 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
601 case $$dist_files in \
602 */*) $(MKDIR_P) `echo "$$dist_files" | \
603 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
604 sort -u` ;; \
605 esac; \
606 for file in $$dist_files; do \
607 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
608 if test -d $$d/$$file; then \
609 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
610 if test -d "$(distdir)/$$file"; then \
611 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
612 fi; \
613 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
614 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
615 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
616 fi; \
617 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
618 else \
619 test -f "$(distdir)/$$file" \
620 || cp -p $$d/$$file "$(distdir)/$$file" \
621 || exit 1; \
622 fi; \
623 done
624 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
625 if test "$$subdir" = .; then :; else \
626 $(am__make_dryrun) \
627 || test -d "$(distdir)/$$subdir" \
628 || $(MKDIR_P) "$(distdir)/$$subdir" \
629 || exit 1; \
630 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
631 $(am__relativize); \
632 new_distdir=$$reldir; \
633 dir1=$$subdir; dir2="$(top_distdir)"; \
634 $(am__relativize); \
635 new_top_distdir=$$reldir; \
636 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
637 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
638 ($(am__cd) $$subdir && \
639 $(MAKE) $(AM_MAKEFLAGS) \
640 top_distdir="$$new_top_distdir" \
641 distdir="$$new_distdir" \
642 am__remove_distdir=: \
643 am__skip_length_check=: \
644 am__skip_mode_fix=: \
645 distdir) \
646 || exit 1; \
647 fi; \
648 done
649 $(MAKE) $(AM_MAKEFLAGS) \
650 top_distdir="$(top_distdir)" distdir="$(distdir)" \
651 dist-hook
652 -test -n "$(am__skip_mode_fix)" \
653 || find "$(distdir)" -type d ! -perm -755 \
654 -exec chmod u+rwx,go+rx {} \; -o \
655 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
656 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
657 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
658 || chmod -R a+r "$(distdir)"
659 dist-gzip: distdir
660 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
661 $(am__post_remove_distdir)
663 dist-bzip2: distdir
664 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
665 $(am__post_remove_distdir)
667 dist-lzip: distdir
668 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
669 $(am__post_remove_distdir)
671 dist-xz: distdir
672 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
673 $(am__post_remove_distdir)
675 dist-tarZ: distdir
676 @echo WARNING: "Support for shar distribution archives is" \
677 "deprecated." >&2
678 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
679 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
680 $(am__post_remove_distdir)
682 dist-shar: distdir
683 @echo WARNING: "Support for distribution archives compressed with" \
684 "legacy program 'compress' is deprecated." >&2
685 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
686 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
687 $(am__post_remove_distdir)
689 dist-zip: distdir
690 -rm -f $(distdir).zip
691 zip -rq $(distdir).zip $(distdir)
692 $(am__post_remove_distdir)
694 dist dist-all:
695 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
696 $(am__post_remove_distdir)
698 # This target untars the dist file and tries a VPATH configuration. Then
699 # it guarantees that the distribution is self-contained by making another
700 # tarfile.
701 distcheck: dist
702 case '$(DIST_ARCHIVES)' in \
703 *.tar.gz*) \
704 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
705 *.tar.bz2*) \
706 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
707 *.tar.lz*) \
708 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
709 *.tar.xz*) \
710 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
711 *.tar.Z*) \
712 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
713 *.shar.gz*) \
714 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
715 *.zip*) \
716 unzip $(distdir).zip ;;\
717 esac
718 chmod -R a-w $(distdir)
719 chmod u+w $(distdir)
720 mkdir $(distdir)/_build $(distdir)/_inst
721 chmod a-w $(distdir)
722 test -d $(distdir)/_build || exit 0; \
723 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
724 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
725 && am__cwd=`pwd` \
726 && $(am__cd) $(distdir)/_build \
727 && ../configure \
728 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
729 $(DISTCHECK_CONFIGURE_FLAGS) \
730 --srcdir=.. --prefix="$$dc_install_base" \
731 && $(MAKE) $(AM_MAKEFLAGS) \
732 && $(MAKE) $(AM_MAKEFLAGS) dvi \
733 && $(MAKE) $(AM_MAKEFLAGS) check \
734 && $(MAKE) $(AM_MAKEFLAGS) install \
735 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
736 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
737 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
738 distuninstallcheck \
739 && chmod -R a-w "$$dc_install_base" \
740 && ({ \
741 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
742 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
743 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
744 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
745 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
746 } || { rm -rf "$$dc_destdir"; exit 1; }) \
747 && rm -rf "$$dc_destdir" \
748 && $(MAKE) $(AM_MAKEFLAGS) dist \
749 && rm -rf $(DIST_ARCHIVES) \
750 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
751 && cd "$$am__cwd" \
752 || exit 1
753 $(am__post_remove_distdir)
754 @(echo "$(distdir) archives ready for distribution: "; \
755 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
756 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
757 distuninstallcheck:
758 @test -n '$(distuninstallcheck_dir)' || { \
759 echo 'ERROR: trying to run $@ with an empty' \
760 '$$(distuninstallcheck_dir)' >&2; \
761 exit 1; \
762 }; \
763 $(am__cd) '$(distuninstallcheck_dir)' || { \
764 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
765 exit 1; \
766 }; \
767 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
768 || { echo "ERROR: files left after uninstall:" ; \
769 if test -n "$(DESTDIR)"; then \
770 echo " (check DESTDIR support)"; \
771 fi ; \
772 $(distuninstallcheck_listfiles) ; \
773 exit 1; } >&2
774 distcleancheck: distclean
775 @if test '$(srcdir)' = . ; then \
776 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
777 exit 1 ; \
779 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
780 || { echo "ERROR: files left in build directory after distclean:" ; \
781 $(distcleancheck_listfiles) ; \
782 exit 1; } >&2
783 check-am: all-am
784 check: check-recursive
785 all-am: Makefile $(DATA) config.h
786 installdirs: installdirs-recursive
787 installdirs-am:
788 for dir in "$(DESTDIR)$(docdir)"; do \
789 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
790 done
791 install: install-recursive
792 install-exec: install-exec-recursive
793 install-data: install-data-recursive
794 uninstall: uninstall-recursive
796 install-am: all-am
797 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
799 installcheck: installcheck-recursive
800 install-strip:
801 if test -z '$(STRIP)'; then \
802 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
803 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
804 install; \
805 else \
806 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
807 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
808 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
810 mostlyclean-generic:
812 clean-generic:
814 distclean-generic:
815 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
816 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
818 maintainer-clean-generic:
819 @echo "This command is intended for maintainers to use"
820 @echo "it deletes files that may require special tools to rebuild."
821 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
822 clean: clean-recursive
824 clean-am: clean-generic clean-libtool mostlyclean-am
826 distclean: distclean-recursive
827 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
828 -rm -f Makefile
829 distclean-am: clean-am distclean-generic distclean-hdr \
830 distclean-libtool distclean-tags
832 dvi: dvi-recursive
834 dvi-am:
836 html: html-recursive
838 html-am:
840 info: info-recursive
842 info-am:
844 install-data-am: install-docDATA
846 install-dvi: install-dvi-recursive
848 install-dvi-am:
850 install-exec-am:
852 install-html: install-html-recursive
854 install-html-am:
856 install-info: install-info-recursive
858 install-info-am:
860 install-man:
862 install-pdf: install-pdf-recursive
864 install-pdf-am:
866 install-ps: install-ps-recursive
868 install-ps-am:
870 installcheck-am:
872 maintainer-clean: maintainer-clean-recursive
873 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
874 -rm -rf $(top_srcdir)/autom4te.cache
875 -rm -f Makefile
876 maintainer-clean-am: distclean-am maintainer-clean-generic
878 mostlyclean: mostlyclean-recursive
880 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
882 pdf: pdf-recursive
884 pdf-am:
886 ps: ps-recursive
888 ps-am:
890 uninstall-am: uninstall-docDATA
892 .MAKE: $(am__recursive_targets) all install-am install-strip
894 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
895 am--refresh check check-am clean clean-cscope clean-generic \
896 clean-libtool cscope cscopelist-am ctags ctags-am dist \
897 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
898 dist-tarZ dist-xz dist-zip distcheck distclean \
899 distclean-generic distclean-hdr distclean-libtool \
900 distclean-tags distcleancheck distdir distuninstallcheck dvi \
901 dvi-am html html-am info info-am install install-am \
902 install-data install-data-am install-docDATA install-dvi \
903 install-dvi-am install-exec install-exec-am install-html \
904 install-html-am install-info install-info-am install-man \
905 install-pdf install-pdf-am install-ps install-ps-am \
906 install-strip installcheck installcheck-am installdirs \
907 installdirs-am maintainer-clean maintainer-clean-generic \
908 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
909 ps ps-am tags tags-am uninstall uninstall-am uninstall-docDATA
912 dist-hook:
913 $(MKDIR_P) "$(distdir)/m4"
915 libtool: $(LIBTOOL_DEPS)
916 $(SHELL) ./config.status --recheck
918 libs:
919 @FUSE_INTERNAL_TRUE@ (cd libfuse-lite && $(MAKE) libs) || exit 1;
920 (cd libntfs-3g && $(MAKE) libs) || exit 1;
922 libntfs:
923 (cd libntfs-3g && $(MAKE) libs) || exit 1;
925 drivers: libs
926 (cd src && $(MAKE) drivers) || exit 1;
928 ntfsprogs: libntfs
929 (cd ntfsprogs && $(MAKE)) || exit 1;
931 @ENABLE_NTFSPROGS_TRUE@strip:
932 @ENABLE_NTFSPROGS_TRUE@ (cd ntfsprogs && $(MAKE) strip) || exit 1;
934 @ENABLE_NTFSPROGS_TRUE@extra: extras
936 @ENABLE_NTFSPROGS_TRUE@extras: libs
937 @ENABLE_NTFSPROGS_TRUE@ (cd ntfsprogs && $(MAKE) extras) || exit 1;
939 # Tell versions [3.59,3.63) of GNU make to not export all variables.
940 # Otherwise a system limit (for SysV at least) may be exceeded.
941 .NOEXPORT: