]> git.sven.stormbind.net Git - sven/exfat-utils.git/blob - fsck/Makefile.in
New upstream version 1.3.0
[sven/exfat-utils.git] / fsck / 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) 2011-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 = exfatfsck$(EXEEXT)
112 subdir = fsck
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_exfatfsck_OBJECTS = exfatfsck-main.$(OBJEXT)
125 exfatfsck_OBJECTS = $(am_exfatfsck_OBJECTS)
126 exfatfsck_DEPENDENCIES = ../libexfat/libexfat.a
127 AM_V_P = $(am__v_P_@AM_V@)
128 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
129 am__v_P_0 = false
130 am__v_P_1 = :
131 AM_V_GEN = $(am__v_GEN_@AM_V@)
132 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
133 am__v_GEN_0 = @echo "  GEN     " $@;
134 am__v_GEN_1 = 
135 AM_V_at = $(am__v_at_@AM_V@)
136 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
137 am__v_at_0 = @
138 am__v_at_1 = 
139 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/libexfat
140 depcomp = $(SHELL) $(top_srcdir)/depcomp
141 am__depfiles_maybe = depfiles
142 am__mv = mv -f
143 AM_V_lt = $(am__v_lt_@AM_V@)
144 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
145 am__v_lt_0 = --silent
146 am__v_lt_1 = 
147 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
148         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
149 AM_V_CC = $(am__v_CC_@AM_V@)
150 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
151 am__v_CC_0 = @echo "  CC      " $@;
152 am__v_CC_1 = 
153 CCLD = $(CC)
154 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
155 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
156 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
157 am__v_CCLD_0 = @echo "  CCLD    " $@;
158 am__v_CCLD_1 = 
159 SOURCES = $(exfatfsck_SOURCES)
160 DIST_SOURCES = $(exfatfsck_SOURCES)
161 am__can_run_installinfo = \
162   case $$AM_UPDATE_INFO_DIR in \
163     n|no|NO) false;; \
164     *) (install-info --version) >/dev/null 2>&1;; \
165   esac
166 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
167 am__vpath_adj = case $$p in \
168     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
169     *) f=$$p;; \
170   esac;
171 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
172 am__install_max = 40
173 am__nobase_strip_setup = \
174   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
175 am__nobase_strip = \
176   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
177 am__nobase_list = $(am__nobase_strip_setup); \
178   for p in $$list; do echo "$$p $$p"; done | \
179   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
180   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
181     if (++n[$$2] == $(am__install_max)) \
182       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
183     END { for (dir in files) print dir, files[dir] }'
184 am__base_list = \
185   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
186   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
187 am__uninstall_files_from_dir = { \
188   test -z "$$files" \
189     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
190     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
191          $(am__cd) "$$dir" && rm -f $$files; }; \
192   }
193 man8dir = $(mandir)/man8
194 NROFF = nroff
195 MANS = $(dist_man8_MANS)
196 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
197 # Read a list of newline-separated strings from the standard input,
198 # and print each of them once, without duplicates.  Input order is
199 # *not* preserved.
200 am__uniquify_input = $(AWK) '\
201   BEGIN { nonempty = 0; } \
202   { items[$$0] = 1; nonempty = 1; } \
203   END { if (nonempty) { for (i in items) print i; }; } \
204 '
205 # Make sure the list of sources is unique.  This is necessary because,
206 # e.g., the same source file might be shared among _SOURCES variables
207 # for different programs/libraries.
208 am__define_uniq_tagged_files = \
209   list='$(am__tagged_files)'; \
210   unique=`for i in $$list; do \
211     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
212   done | $(am__uniquify_input)`
213 ETAGS = etags
214 CTAGS = ctags
215 am__DIST_COMMON = $(dist_man8_MANS) $(srcdir)/Makefile.in \
216         $(top_srcdir)/depcomp
217 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
218 ACLOCAL = @ACLOCAL@
219 AMTAR = @AMTAR@
220 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
221 AR = @AR@
222 AUTOCONF = @AUTOCONF@
223 AUTOHEADER = @AUTOHEADER@
224 AUTOMAKE = @AUTOMAKE@
225 AWK = @AWK@
226 CC = @CC@
227 CCDEPMODE = @CCDEPMODE@
228 CFLAGS = @CFLAGS@
229 CPPFLAGS = @CPPFLAGS@
230 CYGPATH_W = @CYGPATH_W@
231 DEFS = @DEFS@
232 DEPDIR = @DEPDIR@
233 ECHO_C = @ECHO_C@
234 ECHO_N = @ECHO_N@
235 ECHO_T = @ECHO_T@
236 EXEEXT = @EXEEXT@
237 INSTALL = @INSTALL@
238 INSTALL_DATA = @INSTALL_DATA@
239 INSTALL_PROGRAM = @INSTALL_PROGRAM@
240 INSTALL_SCRIPT = @INSTALL_SCRIPT@
241 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
242 LDFLAGS = @LDFLAGS@
243 LIBOBJS = @LIBOBJS@
244 LIBS = @LIBS@
245 LTLIBOBJS = @LTLIBOBJS@
246 MAKEINFO = @MAKEINFO@
247 MKDIR_P = @MKDIR_P@
248 OBJEXT = @OBJEXT@
249 PACKAGE = @PACKAGE@
250 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
251 PACKAGE_NAME = @PACKAGE_NAME@
252 PACKAGE_STRING = @PACKAGE_STRING@
253 PACKAGE_TARNAME = @PACKAGE_TARNAME@
254 PACKAGE_URL = @PACKAGE_URL@
255 PACKAGE_VERSION = @PACKAGE_VERSION@
256 PATH_SEPARATOR = @PATH_SEPARATOR@
257 PKG_CONFIG = @PKG_CONFIG@
258 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
259 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
260 RANLIB = @RANLIB@
261 SET_MAKE = @SET_MAKE@
262 SHELL = @SHELL@
263 STRIP = @STRIP@
264 UBLIO_CFLAGS = @UBLIO_CFLAGS@
265 UBLIO_LIBS = @UBLIO_LIBS@
266 VERSION = @VERSION@
267 abs_builddir = @abs_builddir@
268 abs_srcdir = @abs_srcdir@
269 abs_top_builddir = @abs_top_builddir@
270 abs_top_srcdir = @abs_top_srcdir@
271 ac_ct_AR = @ac_ct_AR@
272 ac_ct_CC = @ac_ct_CC@
273 am__include = @am__include@
274 am__leading_dot = @am__leading_dot@
275 am__quote = @am__quote@
276 am__tar = @am__tar@
277 am__untar = @am__untar@
278 bindir = @bindir@
279 build_alias = @build_alias@
280 builddir = @builddir@
281 datadir = @datadir@
282 datarootdir = @datarootdir@
283 docdir = @docdir@
284 dvidir = @dvidir@
285 exec_prefix = @exec_prefix@
286 host_alias = @host_alias@
287 htmldir = @htmldir@
288 includedir = @includedir@
289 infodir = @infodir@
290 install_sh = @install_sh@
291 libdir = @libdir@
292 libexecdir = @libexecdir@
293 localedir = @localedir@
294 localstatedir = @localstatedir@
295 mandir = @mandir@
296 mkdir_p = @mkdir_p@
297 oldincludedir = @oldincludedir@
298 pdfdir = @pdfdir@
299 prefix = @prefix@
300 program_transform_name = @program_transform_name@
301 psdir = @psdir@
302 sbindir = @sbindir@
303 sharedstatedir = @sharedstatedir@
304 srcdir = @srcdir@
305 sysconfdir = @sysconfdir@
306 target_alias = @target_alias@
307 top_build_prefix = @top_build_prefix@
308 top_builddir = @top_builddir@
309 top_srcdir = @top_srcdir@
310 dist_man8_MANS = exfatfsck.8
311 exfatfsck_SOURCES = main.c
312 exfatfsck_CPPFLAGS = -I$(top_srcdir)/libexfat
313 exfatfsck_LDADD = ../libexfat/libexfat.a
314 all: all-am
315
316 .SUFFIXES:
317 .SUFFIXES: .c .o .obj
318 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
319         @for dep in $?; do \
320           case '$(am__configure_deps)' in \
321             *$$dep*) \
322               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
323                 && { if test -f $@; then exit 0; else break; fi; }; \
324               exit 1;; \
325           esac; \
326         done; \
327         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign fsck/Makefile'; \
328         $(am__cd) $(top_srcdir) && \
329           $(AUTOMAKE) --foreign fsck/Makefile
330 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
331         @case '$?' in \
332           *config.status*) \
333             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
334           *) \
335             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
336             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
337         esac;
338
339 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
340         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341
342 $(top_srcdir)/configure:  $(am__configure_deps)
343         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
344 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
345         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346 $(am__aclocal_m4_deps):
347 install-sbinPROGRAMS: $(sbin_PROGRAMS)
348         @$(NORMAL_INSTALL)
349         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
350         if test -n "$$list"; then \
351           echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
352           $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
353         fi; \
354         for p in $$list; do echo "$$p $$p"; done | \
355         sed 's/$(EXEEXT)$$//' | \
356         while read p p1; do if test -f $$p \
357           ; then echo "$$p"; echo "$$p"; else :; fi; \
358         done | \
359         sed -e 'p;s,.*/,,;n;h' \
360             -e 's|.*|.|' \
361             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
362         sed 'N;N;N;s,\n, ,g' | \
363         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
364           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
365             if ($$2 == $$4) files[d] = files[d] " " $$1; \
366             else { print "f", $$3 "/" $$4, $$1; } } \
367           END { for (d in files) print "f", d, files[d] }' | \
368         while read type dir files; do \
369             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
370             test -z "$$files" || { \
371               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
372               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
373             } \
374         ; done
375
376 uninstall-sbinPROGRAMS:
377         @$(NORMAL_UNINSTALL)
378         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
379         files=`for p in $$list; do echo "$$p"; done | \
380           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
381               -e 's/$$/$(EXEEXT)/' \
382         `; \
383         test -n "$$list" || exit 0; \
384         echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
385         cd "$(DESTDIR)$(sbindir)" && rm -f $$files
386
387 clean-sbinPROGRAMS:
388         -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
389
390 exfatfsck$(EXEEXT): $(exfatfsck_OBJECTS) $(exfatfsck_DEPENDENCIES) $(EXTRA_exfatfsck_DEPENDENCIES) 
391         @rm -f exfatfsck$(EXEEXT)
392         $(AM_V_CCLD)$(LINK) $(exfatfsck_OBJECTS) $(exfatfsck_LDADD) $(LIBS)
393
394 mostlyclean-compile:
395         -rm -f *.$(OBJEXT)
396
397 distclean-compile:
398         -rm -f *.tab.c
399
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exfatfsck-main.Po@am__quote@
401
402 .c.o:
403 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
404 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
405 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
409
410 .c.obj:
411 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
412 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
413 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
414 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
415 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
417
418 exfatfsck-main.o: main.c
419 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(exfatfsck_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exfatfsck-main.o -MD -MP -MF $(DEPDIR)/exfatfsck-main.Tpo -c -o exfatfsck-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
420 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/exfatfsck-main.Tpo $(DEPDIR)/exfatfsck-main.Po
421 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='main.c' object='exfatfsck-main.o' libtool=no @AMDEPBACKSLASH@
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(exfatfsck_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exfatfsck-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
424
425 exfatfsck-main.obj: main.c
426 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(exfatfsck_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exfatfsck-main.obj -MD -MP -MF $(DEPDIR)/exfatfsck-main.Tpo -c -o exfatfsck-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
427 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/exfatfsck-main.Tpo $(DEPDIR)/exfatfsck-main.Po
428 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='main.c' object='exfatfsck-main.obj' 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) $(exfatfsck_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exfatfsck-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
431 install-man8: $(dist_man8_MANS)
432         @$(NORMAL_INSTALL)
433         @list1='$(dist_man8_MANS)'; \
434         list2=''; \
435         test -n "$(man8dir)" \
436           && test -n "`echo $$list1$$list2`" \
437           || exit 0; \
438         echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
439         $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
440         { for i in $$list1; do echo "$$i"; done;  \
441         if test -n "$$list2"; then \
442           for i in $$list2; do echo "$$i"; done \
443             | sed -n '/\.8[a-z]*$$/p'; \
444         fi; \
445         } | while read p; do \
446           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
447           echo "$$d$$p"; echo "$$p"; \
448         done | \
449         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
450               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
451         sed 'N;N;s,\n, ,g' | { \
452         list=; while read file base inst; do \
453           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
454             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
455             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
456           fi; \
457         done; \
458         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
459         while read files; do \
460           test -z "$$files" || { \
461             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
462             $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
463         done; }
464
465 uninstall-man8:
466         @$(NORMAL_UNINSTALL)
467         @list='$(dist_man8_MANS)'; test -n "$(man8dir)" || exit 0; \
468         files=`{ for i in $$list; do echo "$$i"; done; \
469         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
470               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
471         dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
472
473 ID: $(am__tagged_files)
474         $(am__define_uniq_tagged_files); mkid -fID $$unique
475 tags: tags-am
476 TAGS: tags
477
478 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
479         set x; \
480         here=`pwd`; \
481         $(am__define_uniq_tagged_files); \
482         shift; \
483         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
484           test -n "$$unique" || unique=$$empty_fix; \
485           if test $$# -gt 0; then \
486             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
487               "$$@" $$unique; \
488           else \
489             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
490               $$unique; \
491           fi; \
492         fi
493 ctags: ctags-am
494
495 CTAGS: ctags
496 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
497         $(am__define_uniq_tagged_files); \
498         test -z "$(CTAGS_ARGS)$$unique" \
499           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
500              $$unique
501
502 GTAGS:
503         here=`$(am__cd) $(top_builddir) && pwd` \
504           && $(am__cd) $(top_srcdir) \
505           && gtags -i $(GTAGS_ARGS) "$$here"
506 cscopelist: cscopelist-am
507
508 cscopelist-am: $(am__tagged_files)
509         list='$(am__tagged_files)'; \
510         case "$(srcdir)" in \
511           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
512           *) sdir=$(subdir)/$(srcdir) ;; \
513         esac; \
514         for i in $$list; do \
515           if test -f "$$i"; then \
516             echo "$(subdir)/$$i"; \
517           else \
518             echo "$$sdir/$$i"; \
519           fi; \
520         done >> $(top_builddir)/cscope.files
521
522 distclean-tags:
523         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
524
525 distdir: $(DISTFILES)
526         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
527         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
528         list='$(DISTFILES)'; \
529           dist_files=`for file in $$list; do echo $$file; done | \
530           sed -e "s|^$$srcdirstrip/||;t" \
531               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
532         case $$dist_files in \
533           */*) $(MKDIR_P) `echo "$$dist_files" | \
534                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
535                            sort -u` ;; \
536         esac; \
537         for file in $$dist_files; do \
538           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
539           if test -d $$d/$$file; then \
540             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
541             if test -d "$(distdir)/$$file"; then \
542               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
543             fi; \
544             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
545               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
546               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
547             fi; \
548             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
549           else \
550             test -f "$(distdir)/$$file" \
551             || cp -p $$d/$$file "$(distdir)/$$file" \
552             || exit 1; \
553           fi; \
554         done
555 check-am: all-am
556 check: check-am
557 all-am: Makefile $(PROGRAMS) $(MANS)
558 installdirs:
559         for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"; do \
560           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
561         done
562 install: install-am
563 install-exec: install-exec-am
564 install-data: install-data-am
565 uninstall: uninstall-am
566
567 install-am: all-am
568         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
569
570 installcheck: installcheck-am
571 install-strip:
572         if test -z '$(STRIP)'; then \
573           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
574             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
575               install; \
576         else \
577           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
578             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
579             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
580         fi
581 mostlyclean-generic:
582
583 clean-generic:
584
585 distclean-generic:
586         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
587         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
588
589 maintainer-clean-generic:
590         @echo "This command is intended for maintainers to use"
591         @echo "it deletes files that may require special tools to rebuild."
592 clean: clean-am
593
594 clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
595
596 distclean: distclean-am
597         -rm -rf ./$(DEPDIR)
598         -rm -f Makefile
599 distclean-am: clean-am distclean-compile distclean-generic \
600         distclean-tags
601
602 dvi: dvi-am
603
604 dvi-am:
605
606 html: html-am
607
608 html-am:
609
610 info: info-am
611
612 info-am:
613
614 install-data-am: install-man
615
616 install-dvi: install-dvi-am
617
618 install-dvi-am:
619
620 install-exec-am: install-sbinPROGRAMS
621         @$(NORMAL_INSTALL)
622         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
623 install-html: install-html-am
624
625 install-html-am:
626
627 install-info: install-info-am
628
629 install-info-am:
630
631 install-man: install-man8
632
633 install-pdf: install-pdf-am
634
635 install-pdf-am:
636
637 install-ps: install-ps-am
638
639 install-ps-am:
640
641 installcheck-am:
642
643 maintainer-clean: maintainer-clean-am
644         -rm -rf ./$(DEPDIR)
645         -rm -f Makefile
646 maintainer-clean-am: distclean-am maintainer-clean-generic
647
648 mostlyclean: mostlyclean-am
649
650 mostlyclean-am: mostlyclean-compile mostlyclean-generic
651
652 pdf: pdf-am
653
654 pdf-am:
655
656 ps: ps-am
657
658 ps-am:
659
660 uninstall-am: uninstall-man uninstall-sbinPROGRAMS
661         @$(NORMAL_INSTALL)
662         $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
663 uninstall-man: uninstall-man8
664
665 .MAKE: install-am install-exec-am install-strip uninstall-am
666
667 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
668         clean-sbinPROGRAMS cscopelist-am ctags ctags-am distclean \
669         distclean-compile distclean-generic distclean-tags distdir dvi \
670         dvi-am html html-am info info-am install install-am \
671         install-data install-data-am install-dvi install-dvi-am \
672         install-exec install-exec-am install-exec-hook install-html \
673         install-html-am install-info install-info-am install-man \
674         install-man8 install-pdf install-pdf-am install-ps \
675         install-ps-am install-sbinPROGRAMS install-strip installcheck \
676         installcheck-am installdirs maintainer-clean \
677         maintainer-clean-generic mostlyclean mostlyclean-compile \
678         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
679         uninstall-am uninstall-hook uninstall-man uninstall-man8 \
680         uninstall-sbinPROGRAMS
681
682 .PRECIOUS: Makefile
683
684
685 install-exec-hook:
686         ln -sf $(sbin_PROGRAMS) $(DESTDIR)$(sbindir)/fsck.exfat
687
688 uninstall-hook:
689         rm -f $(DESTDIR)$(sbindir)/fsck.exfat
690
691 # Tell versions [3.59,3.63) of GNU make to not export all variables.
692 # Otherwise a system limit (for SysV at least) may be exceeded.
693 .NOEXPORT: