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