]> git.sven.stormbind.net Git - sven/exfatprogs.git/blob - lib/Makefile.in
New upstream version 1.1.0
[sven/exfatprogs.git] / lib / Makefile.in
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 VPATH = @srcdir@
18 am__is_gnu_make = { \
19   if test -z '$(MAKELEVEL)'; then \
20     false; \
21   elif test -n '$(MAKE_HOST)'; then \
22     true; \
23   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24     true; \
25   else \
26     false; \
27   fi; \
28 }
29 am__make_running_with_option = \
30   case $${target_option-} in \
31       ?) ;; \
32       *) echo "am__make_running_with_option: internal error: invalid" \
33               "target option '$${target_option-}' specified" >&2; \
34          exit 1;; \
35   esac; \
36   has_opt=no; \
37   sane_makeflags=$$MAKEFLAGS; \
38   if $(am__is_gnu_make); then \
39     sane_makeflags=$$MFLAGS; \
40   else \
41     case $$MAKEFLAGS in \
42       *\\[\ \   ]*) \
43         bs=\\; \
44         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
46     esac; \
47   fi; \
48   skip_next=no; \
49   strip_trailopt () \
50   { \
51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52   }; \
53   for flg in $$sane_makeflags; do \
54     test $$skip_next = yes && { skip_next=no; continue; }; \
55     case $$flg in \
56       *=*|--*) continue;; \
57         -*I) strip_trailopt 'I'; skip_next=yes;; \
58       -*I?*) strip_trailopt 'I';; \
59         -*O) strip_trailopt 'O'; skip_next=yes;; \
60       -*O?*) strip_trailopt 'O';; \
61         -*l) strip_trailopt 'l'; skip_next=yes;; \
62       -*l?*) strip_trailopt 'l';; \
63       -[dEDm]) skip_next=yes;; \
64       -[JT]) skip_next=yes;; \
65     esac; \
66     case $$flg in \
67       *$$target_option*) has_opt=yes; break;; \
68     esac; \
69   done; \
70   test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 subdir = lib
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
94         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
95         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
96         $(top_srcdir)/configure.ac
97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98         $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
100 mkinstalldirs = $(install_sh) -d
101 CONFIG_HEADER = $(top_builddir)/config.h
102 CONFIG_CLEAN_FILES =
103 CONFIG_CLEAN_VPATH_FILES =
104 LIBRARIES = $(noinst_LIBRARIES)
105 ARFLAGS = cru
106 AM_V_AR = $(am__v_AR_@AM_V@)
107 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
108 am__v_AR_0 = @echo "  AR      " $@;
109 am__v_AR_1 = 
110 libexfat_a_AR = $(AR) $(ARFLAGS)
111 libexfat_a_LIBADD =
112 am_libexfat_a_OBJECTS = libexfat.$(OBJEXT)
113 libexfat_a_OBJECTS = $(am_libexfat_a_OBJECTS)
114 AM_V_P = $(am__v_P_@AM_V@)
115 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
116 am__v_P_0 = false
117 am__v_P_1 = :
118 AM_V_GEN = $(am__v_GEN_@AM_V@)
119 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
120 am__v_GEN_0 = @echo "  GEN     " $@;
121 am__v_GEN_1 = 
122 AM_V_at = $(am__v_at_@AM_V@)
123 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
124 am__v_at_0 = @
125 am__v_at_1 = 
126 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
127 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
128 am__maybe_remake_depfiles = depfiles
129 am__depfiles_remade = ./$(DEPDIR)/libexfat.Po
130 am__mv = mv -f
131 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
132         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
133 AM_V_lt = $(am__v_lt_@AM_V@)
134 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
135 am__v_lt_0 = --silent
136 am__v_lt_1 = 
137 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
138         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
139         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
140         $(AM_CFLAGS) $(CFLAGS)
141 AM_V_CC = $(am__v_CC_@AM_V@)
142 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
143 am__v_CC_0 = @echo "  CC      " $@;
144 am__v_CC_1 = 
145 CCLD = $(CC)
146 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
147         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
148         $(AM_LDFLAGS) $(LDFLAGS) -o $@
149 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
150 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
151 am__v_CCLD_0 = @echo "  CCLD    " $@;
152 am__v_CCLD_1 = 
153 SOURCES = $(libexfat_a_SOURCES)
154 DIST_SOURCES = $(libexfat_a_SOURCES)
155 am__can_run_installinfo = \
156   case $$AM_UPDATE_INFO_DIR in \
157     n|no|NO) false;; \
158     *) (install-info --version) >/dev/null 2>&1;; \
159   esac
160 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
161 # Read a list of newline-separated strings from the standard input,
162 # and print each of them once, without duplicates.  Input order is
163 # *not* preserved.
164 am__uniquify_input = $(AWK) '\
165   BEGIN { nonempty = 0; } \
166   { items[$$0] = 1; nonempty = 1; } \
167   END { if (nonempty) { for (i in items) print i; }; } \
168 '
169 # Make sure the list of sources is unique.  This is necessary because,
170 # e.g., the same source file might be shared among _SOURCES variables
171 # for different programs/libraries.
172 am__define_uniq_tagged_files = \
173   list='$(am__tagged_files)'; \
174   unique=`for i in $$list; do \
175     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
176   done | $(am__uniquify_input)`
177 ETAGS = etags
178 CTAGS = ctags
179 am__DIST_COMMON = $(srcdir)/Makefile.in \
180         $(top_srcdir)/build-aux/depcomp
181 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
182 ACLOCAL = @ACLOCAL@
183 AMTAR = @AMTAR@
184 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
185 AR = @AR@
186 AUTOCONF = @AUTOCONF@
187 AUTOHEADER = @AUTOHEADER@
188 AUTOMAKE = @AUTOMAKE@
189 AWK = @AWK@
190 CC = @CC@
191 CCDEPMODE = @CCDEPMODE@
192 CFLAGS = @CFLAGS@
193 CPP = @CPP@
194 CPPFLAGS = @CPPFLAGS@
195 CYGPATH_W = @CYGPATH_W@
196 DEFS = @DEFS@
197 DEPDIR = @DEPDIR@
198 DLLTOOL = @DLLTOOL@
199 DSYMUTIL = @DSYMUTIL@
200 DUMPBIN = @DUMPBIN@
201 ECHO_C = @ECHO_C@
202 ECHO_N = @ECHO_N@
203 ECHO_T = @ECHO_T@
204 EGREP = @EGREP@
205 EXEEXT = @EXEEXT@
206 FGREP = @FGREP@
207 GREP = @GREP@
208 INSTALL = @INSTALL@
209 INSTALL_DATA = @INSTALL_DATA@
210 INSTALL_PROGRAM = @INSTALL_PROGRAM@
211 INSTALL_SCRIPT = @INSTALL_SCRIPT@
212 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
213 LD = @LD@
214 LDFLAGS = @LDFLAGS@
215 LIBOBJS = @LIBOBJS@
216 LIBS = @LIBS@
217 LIBTOOL = @LIBTOOL@
218 LIPO = @LIPO@
219 LN_S = @LN_S@
220 LTLIBOBJS = @LTLIBOBJS@
221 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
222 MAKEINFO = @MAKEINFO@
223 MANIFEST_TOOL = @MANIFEST_TOOL@
224 MKDIR_P = @MKDIR_P@
225 NM = @NM@
226 NMEDIT = @NMEDIT@
227 OBJDUMP = @OBJDUMP@
228 OBJEXT = @OBJEXT@
229 OTOOL = @OTOOL@
230 OTOOL64 = @OTOOL64@
231 PACKAGE = @PACKAGE@
232 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
233 PACKAGE_NAME = @PACKAGE_NAME@
234 PACKAGE_STRING = @PACKAGE_STRING@
235 PACKAGE_TARNAME = @PACKAGE_TARNAME@
236 PACKAGE_URL = @PACKAGE_URL@
237 PACKAGE_VERSION = @PACKAGE_VERSION@
238 PATH_SEPARATOR = @PATH_SEPARATOR@
239 RANLIB = @RANLIB@
240 SED = @SED@
241 SET_MAKE = @SET_MAKE@
242 SHELL = @SHELL@
243 STRIP = @STRIP@
244 VERSION = @VERSION@
245 abs_builddir = @abs_builddir@
246 abs_srcdir = @abs_srcdir@
247 abs_top_builddir = @abs_top_builddir@
248 abs_top_srcdir = @abs_top_srcdir@
249 ac_ct_AR = @ac_ct_AR@
250 ac_ct_CC = @ac_ct_CC@
251 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
252 am__include = @am__include@
253 am__leading_dot = @am__leading_dot@
254 am__quote = @am__quote@
255 am__tar = @am__tar@
256 am__untar = @am__untar@
257 bindir = @bindir@
258 build = @build@
259 build_alias = @build_alias@
260 build_cpu = @build_cpu@
261 build_os = @build_os@
262 build_vendor = @build_vendor@
263 builddir = @builddir@
264 datadir = @datadir@
265 datarootdir = @datarootdir@
266 docdir = @docdir@
267 dvidir = @dvidir@
268 exec_prefix = @exec_prefix@
269 host = @host@
270 host_alias = @host_alias@
271 host_cpu = @host_cpu@
272 host_os = @host_os@
273 host_vendor = @host_vendor@
274 htmldir = @htmldir@
275 includedir = @includedir@
276 infodir = @infodir@
277 install_sh = @install_sh@
278 libdir = @libdir@
279 libexecdir = @libexecdir@
280 localedir = @localedir@
281 localstatedir = @localstatedir@
282 mandir = @mandir@
283 mkdir_p = @mkdir_p@
284 oldincludedir = @oldincludedir@
285 pdfdir = @pdfdir@
286 prefix = @prefix@
287 program_transform_name = @program_transform_name@
288 psdir = @psdir@
289 runstatedir = @runstatedir@
290 sbindir = @sbindir@
291 sharedstatedir = @sharedstatedir@
292 srcdir = @srcdir@
293 sysconfdir = @sysconfdir@
294 target_alias = @target_alias@
295 top_build_prefix = @top_build_prefix@
296 top_builddir = @top_builddir@
297 top_srcdir = @top_srcdir@
298 AM_CFLAGS = -Wall -include $(top_builddir)/config.h -I$(top_srcdir)/include -fno-common
299 noinst_LIBRARIES = libexfat.a
300 libexfat_a_SOURCES = libexfat.c
301 all: all-am
302
303 .SUFFIXES:
304 .SUFFIXES: .c .lo .o .obj
305 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
306         @for dep in $?; do \
307           case '$(am__configure_deps)' in \
308             *$$dep*) \
309               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
310                 && { if test -f $@; then exit 0; else break; fi; }; \
311               exit 1;; \
312           esac; \
313         done; \
314         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
315         $(am__cd) $(top_srcdir) && \
316           $(AUTOMAKE) --foreign lib/Makefile
317 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
318         @case '$?' in \
319           *config.status*) \
320             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
321           *) \
322             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
323             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
324         esac;
325
326 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
327         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328
329 $(top_srcdir)/configure:  $(am__configure_deps)
330         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
332         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333 $(am__aclocal_m4_deps):
334
335 clean-noinstLIBRARIES:
336         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
337
338 libexfat.a: $(libexfat_a_OBJECTS) $(libexfat_a_DEPENDENCIES) $(EXTRA_libexfat_a_DEPENDENCIES) 
339         $(AM_V_at)-rm -f libexfat.a
340         $(AM_V_AR)$(libexfat_a_AR) libexfat.a $(libexfat_a_OBJECTS) $(libexfat_a_LIBADD)
341         $(AM_V_at)$(RANLIB) libexfat.a
342
343 mostlyclean-compile:
344         -rm -f *.$(OBJEXT)
345
346 distclean-compile:
347         -rm -f *.tab.c
348
349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libexfat.Po@am__quote@ # am--include-marker
350
351 $(am__depfiles_remade):
352         @$(MKDIR_P) $(@D)
353         @echo '# dummy' >$@-t && $(am__mv) $@-t $@
354
355 am--depfiles: $(am__depfiles_remade)
356
357 .c.o:
358 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
359 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
360 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
361 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
362 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
363 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
364
365 .c.obj:
366 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
367 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
368 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
369 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
370 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
371 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
372
373 .c.lo:
374 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
375 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
376 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
377 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
378 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
379 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
380
381 mostlyclean-libtool:
382         -rm -f *.lo
383
384 clean-libtool:
385         -rm -rf .libs _libs
386
387 ID: $(am__tagged_files)
388         $(am__define_uniq_tagged_files); mkid -fID $$unique
389 tags: tags-am
390 TAGS: tags
391
392 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
393         set x; \
394         here=`pwd`; \
395         $(am__define_uniq_tagged_files); \
396         shift; \
397         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
398           test -n "$$unique" || unique=$$empty_fix; \
399           if test $$# -gt 0; then \
400             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
401               "$$@" $$unique; \
402           else \
403             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
404               $$unique; \
405           fi; \
406         fi
407 ctags: ctags-am
408
409 CTAGS: ctags
410 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
411         $(am__define_uniq_tagged_files); \
412         test -z "$(CTAGS_ARGS)$$unique" \
413           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
414              $$unique
415
416 GTAGS:
417         here=`$(am__cd) $(top_builddir) && pwd` \
418           && $(am__cd) $(top_srcdir) \
419           && gtags -i $(GTAGS_ARGS) "$$here"
420 cscopelist: cscopelist-am
421
422 cscopelist-am: $(am__tagged_files)
423         list='$(am__tagged_files)'; \
424         case "$(srcdir)" in \
425           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
426           *) sdir=$(subdir)/$(srcdir) ;; \
427         esac; \
428         for i in $$list; do \
429           if test -f "$$i"; then \
430             echo "$(subdir)/$$i"; \
431           else \
432             echo "$$sdir/$$i"; \
433           fi; \
434         done >> $(top_builddir)/cscope.files
435
436 distclean-tags:
437         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
438
439 distdir: $(BUILT_SOURCES)
440         $(MAKE) $(AM_MAKEFLAGS) distdir-am
441
442 distdir-am: $(DISTFILES)
443         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
444         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
445         list='$(DISTFILES)'; \
446           dist_files=`for file in $$list; do echo $$file; done | \
447           sed -e "s|^$$srcdirstrip/||;t" \
448               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
449         case $$dist_files in \
450           */*) $(MKDIR_P) `echo "$$dist_files" | \
451                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
452                            sort -u` ;; \
453         esac; \
454         for file in $$dist_files; do \
455           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
456           if test -d $$d/$$file; then \
457             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
458             if test -d "$(distdir)/$$file"; then \
459               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
460             fi; \
461             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
462               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
463               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
464             fi; \
465             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
466           else \
467             test -f "$(distdir)/$$file" \
468             || cp -p $$d/$$file "$(distdir)/$$file" \
469             || exit 1; \
470           fi; \
471         done
472 check-am: all-am
473 check: check-am
474 all-am: Makefile $(LIBRARIES)
475 installdirs:
476 install: install-am
477 install-exec: install-exec-am
478 install-data: install-data-am
479 uninstall: uninstall-am
480
481 install-am: all-am
482         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
483
484 installcheck: installcheck-am
485 install-strip:
486         if test -z '$(STRIP)'; then \
487           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
488             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
489               install; \
490         else \
491           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
492             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
493             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
494         fi
495 mostlyclean-generic:
496
497 clean-generic:
498
499 distclean-generic:
500         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
501         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
502
503 maintainer-clean-generic:
504         @echo "This command is intended for maintainers to use"
505         @echo "it deletes files that may require special tools to rebuild."
506 clean: clean-am
507
508 clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
509         mostlyclean-am
510
511 distclean: distclean-am
512                 -rm -f ./$(DEPDIR)/libexfat.Po
513         -rm -f Makefile
514 distclean-am: clean-am distclean-compile distclean-generic \
515         distclean-tags
516
517 dvi: dvi-am
518
519 dvi-am:
520
521 html: html-am
522
523 html-am:
524
525 info: info-am
526
527 info-am:
528
529 install-data-am:
530
531 install-dvi: install-dvi-am
532
533 install-dvi-am:
534
535 install-exec-am:
536
537 install-html: install-html-am
538
539 install-html-am:
540
541 install-info: install-info-am
542
543 install-info-am:
544
545 install-man:
546
547 install-pdf: install-pdf-am
548
549 install-pdf-am:
550
551 install-ps: install-ps-am
552
553 install-ps-am:
554
555 installcheck-am:
556
557 maintainer-clean: maintainer-clean-am
558                 -rm -f ./$(DEPDIR)/libexfat.Po
559         -rm -f Makefile
560 maintainer-clean-am: distclean-am maintainer-clean-generic
561
562 mostlyclean: mostlyclean-am
563
564 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
565         mostlyclean-libtool
566
567 pdf: pdf-am
568
569 pdf-am:
570
571 ps: ps-am
572
573 ps-am:
574
575 uninstall-am:
576
577 .MAKE: install-am install-strip
578
579 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
580         clean-generic clean-libtool clean-noinstLIBRARIES \
581         cscopelist-am ctags ctags-am distclean distclean-compile \
582         distclean-generic distclean-libtool distclean-tags distdir dvi \
583         dvi-am html html-am info info-am install install-am \
584         install-data install-data-am install-dvi install-dvi-am \
585         install-exec install-exec-am install-html install-html-am \
586         install-info install-info-am install-man install-pdf \
587         install-pdf-am install-ps install-ps-am install-strip \
588         installcheck installcheck-am installdirs maintainer-clean \
589         maintainer-clean-generic mostlyclean mostlyclean-compile \
590         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
591         tags tags-am uninstall uninstall-am
592
593 .PRECIOUS: Makefile
594
595
596 # Tell versions [3.59,3.63) of GNU make to not export all variables.
597 # Otherwise a system limit (for SysV at least) may be exceeded.
598 .NOEXPORT: