]> git.sven.stormbind.net Git - sven/fuse-exfat.git/blob - fuse/Makefile.in
New upstream version 1.3.0
[sven/fuse-exfat.git] / fuse / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 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 #
18 #       Makefile.am (30.03.15)
19 #       Automake source.
20 #
21 #       Free exFAT implementation.
22 #       Copyright (C) 2010-2018  Andrew Nayenko
23 #
24 #       This program is free software; you can redistribute it and/or modify
25 #       it under the terms of the GNU General Public License as published by
26 #       the Free Software Foundation, either version 2 of the License, or
27 #       (at your option) any later version.
28 #
29 #       This program is distributed in the hope that it will be useful,
30 #       but WITHOUT ANY WARRANTY; without even the implied warranty of
31 #       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32 #       GNU General Public License for more details.
33 #
34 #       You should have received a copy of the GNU General Public License along
35 #       with this program; if not, write to the Free Software Foundation, Inc.,
36 #       51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
37 #
38
39 VPATH = @srcdir@
40 am__is_gnu_make = { \
41   if test -z '$(MAKELEVEL)'; then \
42     false; \
43   elif test -n '$(MAKE_HOST)'; then \
44     true; \
45   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
46     true; \
47   else \
48     false; \
49   fi; \
50 }
51 am__make_running_with_option = \
52   case $${target_option-} in \
53       ?) ;; \
54       *) echo "am__make_running_with_option: internal error: invalid" \
55               "target option '$${target_option-}' specified" >&2; \
56          exit 1;; \
57   esac; \
58   has_opt=no; \
59   sane_makeflags=$$MAKEFLAGS; \
60   if $(am__is_gnu_make); then \
61     sane_makeflags=$$MFLAGS; \
62   else \
63     case $$MAKEFLAGS in \
64       *\\[\ \   ]*) \
65         bs=\\; \
66         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
67           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
68     esac; \
69   fi; \
70   skip_next=no; \
71   strip_trailopt () \
72   { \
73     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
74   }; \
75   for flg in $$sane_makeflags; do \
76     test $$skip_next = yes && { skip_next=no; continue; }; \
77     case $$flg in \
78       *=*|--*) continue;; \
79         -*I) strip_trailopt 'I'; skip_next=yes;; \
80       -*I?*) strip_trailopt 'I';; \
81         -*O) strip_trailopt 'O'; skip_next=yes;; \
82       -*O?*) strip_trailopt 'O';; \
83         -*l) strip_trailopt 'l'; skip_next=yes;; \
84       -*l?*) strip_trailopt 'l';; \
85       -[dEDm]) skip_next=yes;; \
86       -[JT]) skip_next=yes;; \
87     esac; \
88     case $$flg in \
89       *$$target_option*) has_opt=yes; break;; \
90     esac; \
91   done; \
92   test $$has_opt = yes
93 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
94 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
95 pkgdatadir = $(datadir)/@PACKAGE@
96 pkgincludedir = $(includedir)/@PACKAGE@
97 pkglibdir = $(libdir)/@PACKAGE@
98 pkglibexecdir = $(libexecdir)/@PACKAGE@
99 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
100 install_sh_DATA = $(install_sh) -c -m 644
101 install_sh_PROGRAM = $(install_sh) -c
102 install_sh_SCRIPT = $(install_sh) -c
103 INSTALL_HEADER = $(INSTALL_DATA)
104 transform = $(program_transform_name)
105 NORMAL_INSTALL = :
106 PRE_INSTALL = :
107 POST_INSTALL = :
108 NORMAL_UNINSTALL = :
109 PRE_UNINSTALL = :
110 POST_UNINSTALL = :
111 sbin_PROGRAMS = mount.exfat-fuse$(EXEEXT)
112 subdir = fuse
113 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
114 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
116         $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
118 mkinstalldirs = $(install_sh) -d
119 CONFIG_HEADER = $(top_builddir)/libexfat/config.h
120 CONFIG_CLEAN_FILES =
121 CONFIG_CLEAN_VPATH_FILES =
122 am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"
123 PROGRAMS = $(sbin_PROGRAMS)
124 am_mount_exfat_fuse_OBJECTS = mount_exfat_fuse-main.$(OBJEXT)
125 mount_exfat_fuse_OBJECTS = $(am_mount_exfat_fuse_OBJECTS)
126 am__DEPENDENCIES_1 =
127 mount_exfat_fuse_DEPENDENCIES = ../libexfat/libexfat.a \
128         $(am__DEPENDENCIES_1)
129 mount_exfat_fuse_LINK = $(CCLD) $(mount_exfat_fuse_CFLAGS) $(CFLAGS) \
130         $(AM_LDFLAGS) $(LDFLAGS) -o $@
131 AM_V_P = $(am__v_P_@AM_V@)
132 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
133 am__v_P_0 = false
134 am__v_P_1 = :
135 AM_V_GEN = $(am__v_GEN_@AM_V@)
136 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
137 am__v_GEN_0 = @echo "  GEN     " $@;
138 am__v_GEN_1 = 
139 AM_V_at = $(am__v_at_@AM_V@)
140 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
141 am__v_at_0 = @
142 am__v_at_1 = 
143 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/libexfat
144 depcomp = $(SHELL) $(top_srcdir)/depcomp
145 am__depfiles_maybe = depfiles
146 am__mv = mv -f
147 AM_V_lt = $(am__v_lt_@AM_V@)
148 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
149 am__v_lt_0 = --silent
150 am__v_lt_1 = 
151 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
152         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
153 AM_V_CC = $(am__v_CC_@AM_V@)
154 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
155 am__v_CC_0 = @echo "  CC      " $@;
156 am__v_CC_1 = 
157 CCLD = $(CC)
158 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
159 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
160 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
161 am__v_CCLD_0 = @echo "  CCLD    " $@;
162 am__v_CCLD_1 = 
163 SOURCES = $(mount_exfat_fuse_SOURCES)
164 DIST_SOURCES = $(mount_exfat_fuse_SOURCES)
165 am__can_run_installinfo = \
166   case $$AM_UPDATE_INFO_DIR in \
167     n|no|NO) false;; \
168     *) (install-info --version) >/dev/null 2>&1;; \
169   esac
170 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
171 am__vpath_adj = case $$p in \
172     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
173     *) f=$$p;; \
174   esac;
175 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
176 am__install_max = 40
177 am__nobase_strip_setup = \
178   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
179 am__nobase_strip = \
180   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
181 am__nobase_list = $(am__nobase_strip_setup); \
182   for p in $$list; do echo "$$p $$p"; done | \
183   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
184   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
185     if (++n[$$2] == $(am__install_max)) \
186       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
187     END { for (dir in files) print dir, files[dir] }'
188 am__base_list = \
189   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
190   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
191 am__uninstall_files_from_dir = { \
192   test -z "$$files" \
193     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
194     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
195          $(am__cd) "$$dir" && rm -f $$files; }; \
196   }
197 man8dir = $(mandir)/man8
198 NROFF = nroff
199 MANS = $(dist_man8_MANS)
200 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
201 # Read a list of newline-separated strings from the standard input,
202 # and print each of them once, without duplicates.  Input order is
203 # *not* preserved.
204 am__uniquify_input = $(AWK) '\
205   BEGIN { nonempty = 0; } \
206   { items[$$0] = 1; nonempty = 1; } \
207   END { if (nonempty) { for (i in items) print i; }; } \
208 '
209 # Make sure the list of sources is unique.  This is necessary because,
210 # e.g., the same source file might be shared among _SOURCES variables
211 # for different programs/libraries.
212 am__define_uniq_tagged_files = \
213   list='$(am__tagged_files)'; \
214   unique=`for i in $$list; do \
215     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
216   done | $(am__uniquify_input)`
217 ETAGS = etags
218 CTAGS = ctags
219 am__DIST_COMMON = $(dist_man8_MANS) $(srcdir)/Makefile.in \
220         $(top_srcdir)/depcomp
221 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
222 ACLOCAL = @ACLOCAL@
223 AMTAR = @AMTAR@
224 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
225 AR = @AR@
226 AUTOCONF = @AUTOCONF@
227 AUTOHEADER = @AUTOHEADER@
228 AUTOMAKE = @AUTOMAKE@
229 AWK = @AWK@
230 CC = @CC@
231 CCDEPMODE = @CCDEPMODE@
232 CFLAGS = @CFLAGS@
233 CPPFLAGS = @CPPFLAGS@
234 CYGPATH_W = @CYGPATH_W@
235 DEFS = @DEFS@
236 DEPDIR = @DEPDIR@
237 ECHO_C = @ECHO_C@
238 ECHO_N = @ECHO_N@
239 ECHO_T = @ECHO_T@
240 EXEEXT = @EXEEXT@
241 FUSE_CFLAGS = @FUSE_CFLAGS@
242 FUSE_LIBS = @FUSE_LIBS@
243 INSTALL = @INSTALL@
244 INSTALL_DATA = @INSTALL_DATA@
245 INSTALL_PROGRAM = @INSTALL_PROGRAM@
246 INSTALL_SCRIPT = @INSTALL_SCRIPT@
247 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
248 LDFLAGS = @LDFLAGS@
249 LIBOBJS = @LIBOBJS@
250 LIBS = @LIBS@
251 LTLIBOBJS = @LTLIBOBJS@
252 MAKEINFO = @MAKEINFO@
253 MKDIR_P = @MKDIR_P@
254 OBJEXT = @OBJEXT@
255 PACKAGE = @PACKAGE@
256 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
257 PACKAGE_NAME = @PACKAGE_NAME@
258 PACKAGE_STRING = @PACKAGE_STRING@
259 PACKAGE_TARNAME = @PACKAGE_TARNAME@
260 PACKAGE_URL = @PACKAGE_URL@
261 PACKAGE_VERSION = @PACKAGE_VERSION@
262 PATH_SEPARATOR = @PATH_SEPARATOR@
263 PKG_CONFIG = @PKG_CONFIG@
264 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
265 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
266 RANLIB = @RANLIB@
267 SET_MAKE = @SET_MAKE@
268 SHELL = @SHELL@
269 STRIP = @STRIP@
270 UBLIO_CFLAGS = @UBLIO_CFLAGS@
271 UBLIO_LIBS = @UBLIO_LIBS@
272 VERSION = @VERSION@
273 abs_builddir = @abs_builddir@
274 abs_srcdir = @abs_srcdir@
275 abs_top_builddir = @abs_top_builddir@
276 abs_top_srcdir = @abs_top_srcdir@
277 ac_ct_AR = @ac_ct_AR@
278 ac_ct_CC = @ac_ct_CC@
279 am__include = @am__include@
280 am__leading_dot = @am__leading_dot@
281 am__quote = @am__quote@
282 am__tar = @am__tar@
283 am__untar = @am__untar@
284 bindir = @bindir@
285 build_alias = @build_alias@
286 builddir = @builddir@
287 datadir = @datadir@
288 datarootdir = @datarootdir@
289 docdir = @docdir@
290 dvidir = @dvidir@
291 exec_prefix = @exec_prefix@
292 host_alias = @host_alias@
293 htmldir = @htmldir@
294 includedir = @includedir@
295 infodir = @infodir@
296 install_sh = @install_sh@
297 libdir = @libdir@
298 libexecdir = @libexecdir@
299 localedir = @localedir@
300 localstatedir = @localstatedir@
301 mandir = @mandir@
302 mkdir_p = @mkdir_p@
303 oldincludedir = @oldincludedir@
304 pdfdir = @pdfdir@
305 prefix = @prefix@
306 program_transform_name = @program_transform_name@
307 psdir = @psdir@
308 sbindir = @sbindir@
309 sharedstatedir = @sharedstatedir@
310 srcdir = @srcdir@
311 sysconfdir = @sysconfdir@
312 target_alias = @target_alias@
313 top_build_prefix = @top_build_prefix@
314 top_builddir = @top_builddir@
315 top_srcdir = @top_srcdir@
316 dist_man8_MANS = mount.exfat-fuse.8
317 mount_exfat_fuse_SOURCES = main.c
318 mount_exfat_fuse_CPPFLAGS = -I$(top_srcdir)/libexfat
319 mount_exfat_fuse_CFLAGS = $(FUSE_CFLAGS)
320 mount_exfat_fuse_LDADD = ../libexfat/libexfat.a $(FUSE_LIBS)
321 all: all-am
322
323 .SUFFIXES:
324 .SUFFIXES: .c .o .obj
325 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
326         @for dep in $?; do \
327           case '$(am__configure_deps)' in \
328             *$$dep*) \
329               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
330                 && { if test -f $@; then exit 0; else break; fi; }; \
331               exit 1;; \
332           esac; \
333         done; \
334         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign fuse/Makefile'; \
335         $(am__cd) $(top_srcdir) && \
336           $(AUTOMAKE) --foreign fuse/Makefile
337 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
338         @case '$?' in \
339           *config.status*) \
340             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
341           *) \
342             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
343             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
344         esac;
345
346 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
347         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348
349 $(top_srcdir)/configure:  $(am__configure_deps)
350         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
352         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353 $(am__aclocal_m4_deps):
354 install-sbinPROGRAMS: $(sbin_PROGRAMS)
355         @$(NORMAL_INSTALL)
356         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
357         if test -n "$$list"; then \
358           echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
359           $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
360         fi; \
361         for p in $$list; do echo "$$p $$p"; done | \
362         sed 's/$(EXEEXT)$$//' | \
363         while read p p1; do if test -f $$p \
364           ; then echo "$$p"; echo "$$p"; else :; fi; \
365         done | \
366         sed -e 'p;s,.*/,,;n;h' \
367             -e 's|.*|.|' \
368             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
369         sed 'N;N;N;s,\n, ,g' | \
370         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
371           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
372             if ($$2 == $$4) files[d] = files[d] " " $$1; \
373             else { print "f", $$3 "/" $$4, $$1; } } \
374           END { for (d in files) print "f", d, files[d] }' | \
375         while read type dir files; do \
376             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
377             test -z "$$files" || { \
378               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
379               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
380             } \
381         ; done
382
383 uninstall-sbinPROGRAMS:
384         @$(NORMAL_UNINSTALL)
385         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
386         files=`for p in $$list; do echo "$$p"; done | \
387           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
388               -e 's/$$/$(EXEEXT)/' \
389         `; \
390         test -n "$$list" || exit 0; \
391         echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
392         cd "$(DESTDIR)$(sbindir)" && rm -f $$files
393
394 clean-sbinPROGRAMS:
395         -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
396
397 mount.exfat-fuse$(EXEEXT): $(mount_exfat_fuse_OBJECTS) $(mount_exfat_fuse_DEPENDENCIES) $(EXTRA_mount_exfat_fuse_DEPENDENCIES) 
398         @rm -f mount.exfat-fuse$(EXEEXT)
399         $(AM_V_CCLD)$(mount_exfat_fuse_LINK) $(mount_exfat_fuse_OBJECTS) $(mount_exfat_fuse_LDADD) $(LIBS)
400
401 mostlyclean-compile:
402         -rm -f *.$(OBJEXT)
403
404 distclean-compile:
405         -rm -f *.tab.c
406
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount_exfat_fuse-main.Po@am__quote@
408
409 .c.o:
410 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
411 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
412 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
413 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
414 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
416
417 .c.obj:
418 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
419 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
420 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
421 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
424
425 mount_exfat_fuse-main.o: main.c
426 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mount_exfat_fuse_CPPFLAGS) $(CPPFLAGS) $(mount_exfat_fuse_CFLAGS) $(CFLAGS) -MT mount_exfat_fuse-main.o -MD -MP -MF $(DEPDIR)/mount_exfat_fuse-main.Tpo -c -o mount_exfat_fuse-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
427 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/mount_exfat_fuse-main.Tpo $(DEPDIR)/mount_exfat_fuse-main.Po
428 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='main.c' object='mount_exfat_fuse-main.o' libtool=no @AMDEPBACKSLASH@
429 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
430 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mount_exfat_fuse_CPPFLAGS) $(CPPFLAGS) $(mount_exfat_fuse_CFLAGS) $(CFLAGS) -c -o mount_exfat_fuse-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
431
432 mount_exfat_fuse-main.obj: main.c
433 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mount_exfat_fuse_CPPFLAGS) $(CPPFLAGS) $(mount_exfat_fuse_CFLAGS) $(CFLAGS) -MT mount_exfat_fuse-main.obj -MD -MP -MF $(DEPDIR)/mount_exfat_fuse-main.Tpo -c -o mount_exfat_fuse-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
434 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/mount_exfat_fuse-main.Tpo $(DEPDIR)/mount_exfat_fuse-main.Po
435 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='main.c' object='mount_exfat_fuse-main.obj' libtool=no @AMDEPBACKSLASH@
436 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
437 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mount_exfat_fuse_CPPFLAGS) $(CPPFLAGS) $(mount_exfat_fuse_CFLAGS) $(CFLAGS) -c -o mount_exfat_fuse-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
438 install-man8: $(dist_man8_MANS)
439         @$(NORMAL_INSTALL)
440         @list1='$(dist_man8_MANS)'; \
441         list2=''; \
442         test -n "$(man8dir)" \
443           && test -n "`echo $$list1$$list2`" \
444           || exit 0; \
445         echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
446         $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
447         { for i in $$list1; do echo "$$i"; done;  \
448         if test -n "$$list2"; then \
449           for i in $$list2; do echo "$$i"; done \
450             | sed -n '/\.8[a-z]*$$/p'; \
451         fi; \
452         } | while read p; do \
453           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
454           echo "$$d$$p"; echo "$$p"; \
455         done | \
456         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
457               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
458         sed 'N;N;s,\n, ,g' | { \
459         list=; while read file base inst; do \
460           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
461             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
462             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
463           fi; \
464         done; \
465         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
466         while read files; do \
467           test -z "$$files" || { \
468             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
469             $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
470         done; }
471
472 uninstall-man8:
473         @$(NORMAL_UNINSTALL)
474         @list='$(dist_man8_MANS)'; test -n "$(man8dir)" || exit 0; \
475         files=`{ for i in $$list; do echo "$$i"; done; \
476         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
477               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
478         dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
479
480 ID: $(am__tagged_files)
481         $(am__define_uniq_tagged_files); mkid -fID $$unique
482 tags: tags-am
483 TAGS: tags
484
485 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
486         set x; \
487         here=`pwd`; \
488         $(am__define_uniq_tagged_files); \
489         shift; \
490         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
491           test -n "$$unique" || unique=$$empty_fix; \
492           if test $$# -gt 0; then \
493             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
494               "$$@" $$unique; \
495           else \
496             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
497               $$unique; \
498           fi; \
499         fi
500 ctags: ctags-am
501
502 CTAGS: ctags
503 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
504         $(am__define_uniq_tagged_files); \
505         test -z "$(CTAGS_ARGS)$$unique" \
506           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
507              $$unique
508
509 GTAGS:
510         here=`$(am__cd) $(top_builddir) && pwd` \
511           && $(am__cd) $(top_srcdir) \
512           && gtags -i $(GTAGS_ARGS) "$$here"
513 cscopelist: cscopelist-am
514
515 cscopelist-am: $(am__tagged_files)
516         list='$(am__tagged_files)'; \
517         case "$(srcdir)" in \
518           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
519           *) sdir=$(subdir)/$(srcdir) ;; \
520         esac; \
521         for i in $$list; do \
522           if test -f "$$i"; then \
523             echo "$(subdir)/$$i"; \
524           else \
525             echo "$$sdir/$$i"; \
526           fi; \
527         done >> $(top_builddir)/cscope.files
528
529 distclean-tags:
530         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
531
532 distdir: $(DISTFILES)
533         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
534         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
535         list='$(DISTFILES)'; \
536           dist_files=`for file in $$list; do echo $$file; done | \
537           sed -e "s|^$$srcdirstrip/||;t" \
538               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
539         case $$dist_files in \
540           */*) $(MKDIR_P) `echo "$$dist_files" | \
541                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
542                            sort -u` ;; \
543         esac; \
544         for file in $$dist_files; do \
545           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
546           if test -d $$d/$$file; then \
547             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
548             if test -d "$(distdir)/$$file"; then \
549               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
550             fi; \
551             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
552               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
553               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
554             fi; \
555             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
556           else \
557             test -f "$(distdir)/$$file" \
558             || cp -p $$d/$$file "$(distdir)/$$file" \
559             || exit 1; \
560           fi; \
561         done
562 check-am: all-am
563 check: check-am
564 all-am: Makefile $(PROGRAMS) $(MANS)
565 installdirs:
566         for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"; do \
567           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
568         done
569 install: install-am
570 install-exec: install-exec-am
571 install-data: install-data-am
572 uninstall: uninstall-am
573
574 install-am: all-am
575         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
576
577 installcheck: installcheck-am
578 install-strip:
579         if test -z '$(STRIP)'; then \
580           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
581             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
582               install; \
583         else \
584           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
585             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
586             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
587         fi
588 mostlyclean-generic:
589
590 clean-generic:
591
592 distclean-generic:
593         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
594         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
595
596 maintainer-clean-generic:
597         @echo "This command is intended for maintainers to use"
598         @echo "it deletes files that may require special tools to rebuild."
599 clean: clean-am
600
601 clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
602
603 distclean: distclean-am
604         -rm -rf ./$(DEPDIR)
605         -rm -f Makefile
606 distclean-am: clean-am distclean-compile distclean-generic \
607         distclean-tags
608
609 dvi: dvi-am
610
611 dvi-am:
612
613 html: html-am
614
615 html-am:
616
617 info: info-am
618
619 info-am:
620
621 install-data-am: install-man
622
623 install-dvi: install-dvi-am
624
625 install-dvi-am:
626
627 install-exec-am: install-sbinPROGRAMS
628         @$(NORMAL_INSTALL)
629         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
630 install-html: install-html-am
631
632 install-html-am:
633
634 install-info: install-info-am
635
636 install-info-am:
637
638 install-man: install-man8
639
640 install-pdf: install-pdf-am
641
642 install-pdf-am:
643
644 install-ps: install-ps-am
645
646 install-ps-am:
647
648 installcheck-am:
649
650 maintainer-clean: maintainer-clean-am
651         -rm -rf ./$(DEPDIR)
652         -rm -f Makefile
653 maintainer-clean-am: distclean-am maintainer-clean-generic
654
655 mostlyclean: mostlyclean-am
656
657 mostlyclean-am: mostlyclean-compile mostlyclean-generic
658
659 pdf: pdf-am
660
661 pdf-am:
662
663 ps: ps-am
664
665 ps-am:
666
667 uninstall-am: uninstall-man uninstall-sbinPROGRAMS
668         @$(NORMAL_INSTALL)
669         $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
670 uninstall-man: uninstall-man8
671
672 .MAKE: install-am install-exec-am install-strip uninstall-am
673
674 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
675         clean-sbinPROGRAMS cscopelist-am ctags ctags-am distclean \
676         distclean-compile distclean-generic distclean-tags distdir dvi \
677         dvi-am html html-am info info-am install install-am \
678         install-data install-data-am install-dvi install-dvi-am \
679         install-exec install-exec-am install-exec-hook install-html \
680         install-html-am install-info install-info-am install-man \
681         install-man8 install-pdf install-pdf-am install-ps \
682         install-ps-am install-sbinPROGRAMS install-strip installcheck \
683         installcheck-am installdirs maintainer-clean \
684         maintainer-clean-generic mostlyclean mostlyclean-compile \
685         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
686         uninstall-am uninstall-hook uninstall-man uninstall-man8 \
687         uninstall-sbinPROGRAMS
688
689 .PRECIOUS: Makefile
690
691
692 install-exec-hook:
693         ln -sf $(sbin_PROGRAMS) $(DESTDIR)$(sbindir)/mount.exfat
694
695 uninstall-hook:
696         rm -f $(DESTDIR)$(sbindir)/mount.exfat
697
698 # Tell versions [3.59,3.63) of GNU make to not export all variables.
699 # Otherwise a system limit (for SysV at least) may be exceeded.
700 .NOEXPORT: