1 # Makefile.in generated by automake 1.15 from Makefile.am.
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18 # Makefile.am (30.03.15)
21 # Free exFAT implementation.
22 # Copyright (C) 2011-2016 Andrew Nayenko
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.
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.
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.
41 if test -z '$(MAKELEVEL)'; then \
43 elif test -n '$(MAKE_HOST)'; then \
45 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
51 am__make_running_with_option = \
52 case $${target_option-} in \
54 *) echo "am__make_running_with_option: internal error: invalid" \
55 "target option '$${target_option-}' specified" >&2; \
59 sane_makeflags=$$MAKEFLAGS; \
60 if $(am__is_gnu_make); then \
61 sane_makeflags=$$MFLAGS; \
66 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
67 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
73 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
75 for flg in $$sane_makeflags; do \
76 test $$skip_next = yes && { skip_next=no; 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;; \
89 *$$target_option*) has_opt=yes; break;; \
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)
111 sbin_PROGRAMS = dumpexfat$(EXEEXT)
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) \
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
118 mkinstalldirs = $(install_sh) -d
119 CONFIG_HEADER = $(top_builddir)/libexfat/config.h
121 CONFIG_CLEAN_VPATH_FILES =
122 am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"
123 PROGRAMS = $(sbin_PROGRAMS)
124 am_dumpexfat_OBJECTS = dumpexfat-main.$(OBJEXT)
125 dumpexfat_OBJECTS = $(am_dumpexfat_OBJECTS)
126 dumpexfat_DEPENDENCIES = ../libexfat/libexfat.a
127 AM_V_P = $(am__v_P_@AM_V@)
128 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
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 " $@;
135 AM_V_at = $(am__v_at_@AM_V@)
136 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
139 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/libexfat
140 depcomp = $(SHELL) $(top_srcdir)/depcomp
141 am__depfiles_maybe = depfiles
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
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 " $@;
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 " $@;
159 SOURCES = $(dumpexfat_SOURCES)
160 DIST_SOURCES = $(dumpexfat_SOURCES)
161 am__can_run_installinfo = \
162 case $$AM_UPDATE_INFO_DIR in \
164 *) (install-info --version) >/dev/null 2>&1;; \
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/||"`;; \
171 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
173 am__nobase_strip_setup = \
174 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
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] }'
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 = { \
189 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
190 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
191 $(am__cd) "$$dir" && rm -f $$files; }; \
193 man8dir = $(mandir)/man8
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
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; }; } \
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)`
215 am__DIST_COMMON = $(dist_man8_MANS) $(srcdir)/Makefile.in \
216 $(top_srcdir)/depcomp
217 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
220 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
222 AUTOCONF = @AUTOCONF@
223 AUTOHEADER = @AUTOHEADER@
224 AUTOMAKE = @AUTOMAKE@
227 CCDEPMODE = @CCDEPMODE@
229 CPPFLAGS = @CPPFLAGS@
230 CYGPATH_W = @CYGPATH_W@
238 INSTALL_DATA = @INSTALL_DATA@
239 INSTALL_PROGRAM = @INSTALL_PROGRAM@
240 INSTALL_SCRIPT = @INSTALL_SCRIPT@
241 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
245 LTLIBOBJS = @LTLIBOBJS@
246 MAKEINFO = @MAKEINFO@
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@
258 SET_MAKE = @SET_MAKE@
262 abs_builddir = @abs_builddir@
263 abs_srcdir = @abs_srcdir@
264 abs_top_builddir = @abs_top_builddir@
265 abs_top_srcdir = @abs_top_srcdir@
266 ac_ct_AR = @ac_ct_AR@
267 ac_ct_CC = @ac_ct_CC@
268 am__include = @am__include@
269 am__leading_dot = @am__leading_dot@
270 am__quote = @am__quote@
272 am__untar = @am__untar@
274 build_alias = @build_alias@
275 builddir = @builddir@
277 datarootdir = @datarootdir@
280 exec_prefix = @exec_prefix@
281 host_alias = @host_alias@
283 includedir = @includedir@
285 install_sh = @install_sh@
287 libexecdir = @libexecdir@
288 localedir = @localedir@
289 localstatedir = @localstatedir@
292 oldincludedir = @oldincludedir@
295 program_transform_name = @program_transform_name@
298 sharedstatedir = @sharedstatedir@
300 sysconfdir = @sysconfdir@
301 target_alias = @target_alias@
302 top_build_prefix = @top_build_prefix@
303 top_builddir = @top_builddir@
304 top_srcdir = @top_srcdir@
305 dist_man8_MANS = dumpexfat.8
306 dumpexfat_SOURCES = main.c
307 dumpexfat_CPPFLAGS = -I$(top_srcdir)/libexfat
308 dumpexfat_LDADD = ../libexfat/libexfat.a
312 .SUFFIXES: .c .o .obj
313 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
315 case '$(am__configure_deps)' in \
317 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
318 && { if test -f $@; then exit 0; else break; fi; }; \
322 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign dump/Makefile'; \
323 $(am__cd) $(top_srcdir) && \
324 $(AUTOMAKE) --foreign dump/Makefile
325 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
328 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
330 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
331 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
334 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
335 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337 $(top_srcdir)/configure: $(am__configure_deps)
338 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
339 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
340 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341 $(am__aclocal_m4_deps):
342 install-sbinPROGRAMS: $(sbin_PROGRAMS)
344 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
345 if test -n "$$list"; then \
346 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
347 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
349 for p in $$list; do echo "$$p $$p"; done | \
350 sed 's/$(EXEEXT)$$//' | \
351 while read p p1; do if test -f $$p \
352 ; then echo "$$p"; echo "$$p"; else :; fi; \
354 sed -e 'p;s,.*/,,;n;h' \
356 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
357 sed 'N;N;N;s,\n, ,g' | \
358 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
359 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
360 if ($$2 == $$4) files[d] = files[d] " " $$1; \
361 else { print "f", $$3 "/" $$4, $$1; } } \
362 END { for (d in files) print "f", d, files[d] }' | \
363 while read type dir files; do \
364 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
365 test -z "$$files" || { \
366 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
367 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
371 uninstall-sbinPROGRAMS:
373 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
374 files=`for p in $$list; do echo "$$p"; done | \
375 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
376 -e 's/$$/$(EXEEXT)/' \
378 test -n "$$list" || exit 0; \
379 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
380 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
383 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
385 dumpexfat$(EXEEXT): $(dumpexfat_OBJECTS) $(dumpexfat_DEPENDENCIES) $(EXTRA_dumpexfat_DEPENDENCIES)
386 @rm -f dumpexfat$(EXEEXT)
387 $(AM_V_CCLD)$(LINK) $(dumpexfat_OBJECTS) $(dumpexfat_LDADD) $(LIBS)
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dumpexfat-main.Po@am__quote@
398 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
399 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
400 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
401 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
402 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
403 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
406 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
407 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
408 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
409 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
410 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
413 dumpexfat-main.o: main.c
414 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpexfat_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dumpexfat-main.o -MD -MP -MF $(DEPDIR)/dumpexfat-main.Tpo -c -o dumpexfat-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
415 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dumpexfat-main.Tpo $(DEPDIR)/dumpexfat-main.Po
416 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='dumpexfat-main.o' libtool=no @AMDEPBACKSLASH@
417 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpexfat_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dumpexfat-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
420 dumpexfat-main.obj: main.c
421 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpexfat_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dumpexfat-main.obj -MD -MP -MF $(DEPDIR)/dumpexfat-main.Tpo -c -o dumpexfat-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
422 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dumpexfat-main.Tpo $(DEPDIR)/dumpexfat-main.Po
423 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='dumpexfat-main.obj' libtool=no @AMDEPBACKSLASH@
424 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpexfat_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dumpexfat-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
426 install-man8: $(dist_man8_MANS)
428 @list1='$(dist_man8_MANS)'; \
430 test -n "$(man8dir)" \
431 && test -n "`echo $$list1$$list2`" \
433 echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
434 $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
435 { for i in $$list1; do echo "$$i"; done; \
436 if test -n "$$list2"; then \
437 for i in $$list2; do echo "$$i"; done \
438 | sed -n '/\.8[a-z]*$$/p'; \
440 } | while read p; do \
441 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
442 echo "$$d$$p"; echo "$$p"; \
444 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
445 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
446 sed 'N;N;s,\n, ,g' | { \
447 list=; while read file base inst; do \
448 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
449 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
450 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
453 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
454 while read files; do \
455 test -z "$$files" || { \
456 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
457 $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
462 @list='$(dist_man8_MANS)'; test -n "$(man8dir)" || exit 0; \
463 files=`{ for i in $$list; do echo "$$i"; done; \
464 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
465 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
466 dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
468 ID: $(am__tagged_files)
469 $(am__define_uniq_tagged_files); mkid -fID $$unique
473 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
476 $(am__define_uniq_tagged_files); \
478 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
479 test -n "$$unique" || unique=$$empty_fix; \
480 if test $$# -gt 0; then \
481 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
484 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
491 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
492 $(am__define_uniq_tagged_files); \
493 test -z "$(CTAGS_ARGS)$$unique" \
494 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
498 here=`$(am__cd) $(top_builddir) && pwd` \
499 && $(am__cd) $(top_srcdir) \
500 && gtags -i $(GTAGS_ARGS) "$$here"
501 cscopelist: cscopelist-am
503 cscopelist-am: $(am__tagged_files)
504 list='$(am__tagged_files)'; \
505 case "$(srcdir)" in \
506 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
507 *) sdir=$(subdir)/$(srcdir) ;; \
509 for i in $$list; do \
510 if test -f "$$i"; then \
511 echo "$(subdir)/$$i"; \
515 done >> $(top_builddir)/cscope.files
518 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
520 distdir: $(DISTFILES)
521 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
522 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
523 list='$(DISTFILES)'; \
524 dist_files=`for file in $$list; do echo $$file; done | \
525 sed -e "s|^$$srcdirstrip/||;t" \
526 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
527 case $$dist_files in \
528 */*) $(MKDIR_P) `echo "$$dist_files" | \
529 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
532 for file in $$dist_files; do \
533 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
534 if test -d $$d/$$file; then \
535 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
536 if test -d "$(distdir)/$$file"; then \
537 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
539 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
540 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
541 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
543 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
545 test -f "$(distdir)/$$file" \
546 || cp -p $$d/$$file "$(distdir)/$$file" \
552 all-am: Makefile $(PROGRAMS) $(MANS)
554 for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"; do \
555 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
558 install-exec: install-exec-am
559 install-data: install-data-am
560 uninstall: uninstall-am
563 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
565 installcheck: installcheck-am
567 if test -z '$(STRIP)'; then \
568 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
569 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
572 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
573 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
574 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
581 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
582 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
584 maintainer-clean-generic:
585 @echo "This command is intended for maintainers to use"
586 @echo "it deletes files that may require special tools to rebuild."
589 clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
591 distclean: distclean-am
594 distclean-am: clean-am distclean-compile distclean-generic \
609 install-data-am: install-man
611 install-dvi: install-dvi-am
615 install-exec-am: install-sbinPROGRAMS
617 install-html: install-html-am
621 install-info: install-info-am
625 install-man: install-man8
627 install-pdf: install-pdf-am
631 install-ps: install-ps-am
637 maintainer-clean: maintainer-clean-am
640 maintainer-clean-am: distclean-am maintainer-clean-generic
642 mostlyclean: mostlyclean-am
644 mostlyclean-am: mostlyclean-compile mostlyclean-generic
654 uninstall-am: uninstall-man uninstall-sbinPROGRAMS
656 uninstall-man: uninstall-man8
658 .MAKE: install-am install-strip
660 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
661 clean-sbinPROGRAMS cscopelist-am ctags ctags-am distclean \
662 distclean-compile distclean-generic distclean-tags distdir dvi \
663 dvi-am html html-am info info-am install install-am \
664 install-data install-data-am install-dvi install-dvi-am \
665 install-exec install-exec-am install-html install-html-am \
666 install-info install-info-am install-man install-man8 \
667 install-pdf install-pdf-am install-ps install-ps-am \
668 install-sbinPROGRAMS install-strip installcheck \
669 installcheck-am installdirs maintainer-clean \
670 maintainer-clean-generic mostlyclean mostlyclean-compile \
671 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
672 uninstall-am uninstall-man uninstall-man8 \
673 uninstall-sbinPROGRAMS
678 # Tell versions [3.59,3.63) of GNU make to not export all variables.
679 # Otherwise a system limit (for SysV at least) may be exceeded.