"Fossies" - the Fresh Open Source Software Archive 
Member "dosfstools-4.2/Makefile.in" (31 Jan 2021, 26756 Bytes) of package /linux/misc/dosfstools-4.2.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "Makefile.in":
4.1_vs_4.2.
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28 }
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 subdir = .
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95 $(ACLOCAL_M4)
96 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
97 $(am__configure_deps) $(dist_doc_DATA) $(am__DIST_COMMON)
98 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
99 configure.lineno config.status.lineno
100 mkinstalldirs = $(install_sh) -d
101 CONFIG_CLEAN_FILES =
102 CONFIG_CLEAN_VPATH_FILES =
103 AM_V_P = $(am__v_P_@AM_V@)
104 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105 am__v_P_0 = false
106 am__v_P_1 = :
107 AM_V_GEN = $(am__v_GEN_@AM_V@)
108 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109 am__v_GEN_0 = @echo " GEN " $@;
110 am__v_GEN_1 =
111 AM_V_at = $(am__v_at_@AM_V@)
112 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113 am__v_at_0 = @
114 am__v_at_1 =
115 SOURCES =
116 DIST_SOURCES =
117 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
118 ctags-recursive dvi-recursive html-recursive info-recursive \
119 install-data-recursive install-dvi-recursive \
120 install-exec-recursive install-html-recursive \
121 install-info-recursive install-pdf-recursive \
122 install-ps-recursive install-recursive installcheck-recursive \
123 installdirs-recursive pdf-recursive ps-recursive \
124 tags-recursive uninstall-recursive
125 am__can_run_installinfo = \
126 case $$AM_UPDATE_INFO_DIR in \
127 n|no|NO) false;; \
128 *) (install-info --version) >/dev/null 2>&1;; \
129 esac
130 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
131 am__vpath_adj = case $$p in \
132 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
133 *) f=$$p;; \
134 esac;
135 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
136 am__install_max = 40
137 am__nobase_strip_setup = \
138 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
139 am__nobase_strip = \
140 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
141 am__nobase_list = $(am__nobase_strip_setup); \
142 for p in $$list; do echo "$$p $$p"; done | \
143 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
144 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
145 if (++n[$$2] == $(am__install_max)) \
146 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
147 END { for (dir in files) print dir, files[dir] }'
148 am__base_list = \
149 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
150 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
151 am__uninstall_files_from_dir = { \
152 test -z "$$files" \
153 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
154 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
155 $(am__cd) "$$dir" && rm -f $$files; }; \
156 }
157 am__installdirs = "$(DESTDIR)$(docdir)"
158 DATA = $(dist_doc_DATA)
159 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
160 distclean-recursive maintainer-clean-recursive
161 am__recursive_targets = \
162 $(RECURSIVE_TARGETS) \
163 $(RECURSIVE_CLEAN_TARGETS) \
164 $(am__extra_recursive_targets)
165 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
166 cscope distdir distdir-am dist dist-all distcheck
167 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
168 # Read a list of newline-separated strings from the standard input,
169 # and print each of them once, without duplicates. Input order is
170 # *not* preserved.
171 am__uniquify_input = $(AWK) '\
172 BEGIN { nonempty = 0; } \
173 { items[$$0] = 1; nonempty = 1; } \
174 END { if (nonempty) { for (i in items) print i; }; } \
175 '
176 # Make sure the list of sources is unique. This is necessary because,
177 # e.g., the same source file might be shared among _SOURCES variables
178 # for different programs/libraries.
179 am__define_uniq_tagged_files = \
180 list='$(am__tagged_files)'; \
181 unique=`for i in $$list; do \
182 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
183 done | $(am__uniquify_input)`
184 ETAGS = etags
185 CTAGS = ctags
186 CSCOPE = cscope
187 DIST_SUBDIRS = $(SUBDIRS)
188 am__DIST_COMMON = $(srcdir)/Makefile.in COPYING ChangeLog NEWS README \
189 compile config.guess config.rpath config.sub install-sh \
190 missing
191 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
192 distdir = $(PACKAGE)-$(VERSION)
193 top_distdir = $(distdir)
194 am__remove_distdir = \
195 if test -d "$(distdir)"; then \
196 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
197 && rm -rf "$(distdir)" \
198 || { sleep 5 && rm -rf "$(distdir)"; }; \
199 else :; fi
200 am__post_remove_distdir = $(am__remove_distdir)
201 am__relativize = \
202 dir0=`pwd`; \
203 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
204 sed_rest='s,^[^/]*/*,,'; \
205 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
206 sed_butlast='s,/*[^/]*$$,,'; \
207 while test -n "$$dir1"; do \
208 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
209 if test "$$first" != "."; then \
210 if test "$$first" = ".."; then \
211 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
212 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
213 else \
214 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
215 if test "$$first2" = "$$first"; then \
216 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
217 else \
218 dir2="../$$dir2"; \
219 fi; \
220 dir0="$$dir0"/"$$first"; \
221 fi; \
222 fi; \
223 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
224 done; \
225 reldir="$$dir2"
226 DIST_ARCHIVES = $(distdir).tar.gz
227 GZIP_ENV = --best
228 DIST_TARGETS = dist-gzip
229 distuninstallcheck_listfiles = find . -type f -print
230 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
231 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
232 distcleancheck_listfiles = find . -type f -print
233 ACLOCAL = @ACLOCAL@
234 AMTAR = @AMTAR@
235 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
236 AUTOCONF = @AUTOCONF@
237 AUTOHEADER = @AUTOHEADER@
238 AUTOMAKE = @AUTOMAKE@
239 AWK = @AWK@
240 CC = @CC@
241 CCDEPMODE = @CCDEPMODE@
242 CFLAGS = @CFLAGS@
243 CHECKATARI = @CHECKATARI@
244 CPP = @CPP@
245 CPPFLAGS = @CPPFLAGS@
246 CYGPATH_W = @CYGPATH_W@
247 DEFS = @DEFS@
248 DEPDIR = @DEPDIR@
249 ECHO_C = @ECHO_C@
250 ECHO_N = @ECHO_N@
251 ECHO_T = @ECHO_T@
252 EGREP = @EGREP@
253 EXEEXT = @EXEEXT@
254 GREP = @GREP@
255 INSTALL = @INSTALL@
256 INSTALL_DATA = @INSTALL_DATA@
257 INSTALL_PROGRAM = @INSTALL_PROGRAM@
258 INSTALL_SCRIPT = @INSTALL_SCRIPT@
259 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
260 LDFLAGS = @LDFLAGS@
261 LIBICONV = @LIBICONV@
262 LIBOBJS = @LIBOBJS@
263 LIBS = @LIBS@
264 LN_S = @LN_S@
265 LTLIBICONV = @LTLIBICONV@
266 LTLIBOBJS = @LTLIBOBJS@
267 MAKEINFO = @MAKEINFO@
268 MKDIR_P = @MKDIR_P@
269 OBJEXT = @OBJEXT@
270 PACKAGE = @PACKAGE@
271 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
272 PACKAGE_NAME = @PACKAGE_NAME@
273 PACKAGE_STRING = @PACKAGE_STRING@
274 PACKAGE_TARNAME = @PACKAGE_TARNAME@
275 PACKAGE_URL = @PACKAGE_URL@
276 PACKAGE_VERSION = @PACKAGE_VERSION@
277 PATH_SEPARATOR = @PATH_SEPARATOR@
278 RELEASE_DATE = @RELEASE_DATE@
279 SET_MAKE = @SET_MAKE@
280 SHELL = @SHELL@
281 STRIP = @STRIP@
282 VERSION = @VERSION@
283 XXD_FOUND = @XXD_FOUND@
284 abs_builddir = @abs_builddir@
285 abs_srcdir = @abs_srcdir@
286 abs_top_builddir = @abs_top_builddir@
287 abs_top_srcdir = @abs_top_srcdir@
288 ac_ct_CC = @ac_ct_CC@
289 am__include = @am__include@
290 am__leading_dot = @am__leading_dot@
291 am__quote = @am__quote@
292 am__tar = @am__tar@
293 am__untar = @am__untar@
294 bindir = @bindir@
295 build = @build@
296 build_alias = @build_alias@
297 build_cpu = @build_cpu@
298 build_os = @build_os@
299 build_vendor = @build_vendor@
300 builddir = @builddir@
301 datadir = @datadir@
302 datarootdir = @datarootdir@
303 docdir = @docdir@
304 dvidir = @dvidir@
305 exec_prefix = @exec_prefix@
306 host = @host@
307 host_alias = @host_alias@
308 host_cpu = @host_cpu@
309 host_os = @host_os@
310 host_vendor = @host_vendor@
311 htmldir = @htmldir@
312 includedir = @includedir@
313 infodir = @infodir@
314 install_sh = @install_sh@
315 libdir = @libdir@
316 libexecdir = @libexecdir@
317 localedir = @localedir@
318 localstatedir = @localstatedir@
319 mandir = @mandir@
320 mkdir_p = @mkdir_p@
321 oldincludedir = @oldincludedir@
322 pdfdir = @pdfdir@
323 prefix = @prefix@
324 program_transform_name = @program_transform_name@
325 psdir = @psdir@
326 runstatedir = @runstatedir@
327 sbindir = @sbindir@
328 sharedstatedir = @sharedstatedir@
329 srcdir = @srcdir@
330 sysconfdir = @sysconfdir@
331 target_alias = @target_alias@
332 top_build_prefix = @top_build_prefix@
333 top_builddir = @top_builddir@
334 top_srcdir = @top_srcdir@
335 SUBDIRS = src manpages tests
336 dist_doc_DATA = doc/ANNOUNCE.mkdosfs \
337 doc/ChangeLog.dosfsck \
338 doc/ChangeLog.dosfstools-2.x \
339 doc/ChangeLog.mkdosfs \
340 doc/README.dosfsck \
341 doc/README.dosfstools-2.x \
342 doc/README.mkdosfs \
343 doc/TODO.dosfstools-2.x \
344 COPYING ChangeLog NEWS README
345
346 EXTRA_DIST = autogen.sh
347 all: all-recursive
348
349 .SUFFIXES:
350 am--refresh: Makefile
351 @:
352 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
353 @for dep in $?; do \
354 case '$(am__configure_deps)' in \
355 *$$dep*) \
356 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
357 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
358 && exit 0; \
359 exit 1;; \
360 esac; \
361 done; \
362 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
363 $(am__cd) $(top_srcdir) && \
364 $(AUTOMAKE) --foreign Makefile
365 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
366 @case '$?' in \
367 *config.status*) \
368 echo ' $(SHELL) ./config.status'; \
369 $(SHELL) ./config.status;; \
370 *) \
371 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
372 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
373 esac;
374
375 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
376 $(SHELL) ./config.status --recheck
377
378 $(top_srcdir)/configure: $(am__configure_deps)
379 $(am__cd) $(srcdir) && $(AUTOCONF)
380 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
381 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
382 $(am__aclocal_m4_deps):
383 install-dist_docDATA: $(dist_doc_DATA)
384 @$(NORMAL_INSTALL)
385 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
386 if test -n "$$list"; then \
387 echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
388 $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
389 fi; \
390 for p in $$list; do \
391 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
392 echo "$$d$$p"; \
393 done | $(am__base_list) | \
394 while read files; do \
395 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
396 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
397 done
398
399 uninstall-dist_docDATA:
400 @$(NORMAL_UNINSTALL)
401 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
402 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
403 dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
404
405 # This directory's subdirectories are mostly independent; you can cd
406 # into them and run 'make' without going through this Makefile.
407 # To change the values of 'make' variables: instead of editing Makefiles,
408 # (1) if the variable is set in 'config.status', edit 'config.status'
409 # (which will cause the Makefiles to be regenerated when you run 'make');
410 # (2) otherwise, pass the desired values on the 'make' command line.
411 $(am__recursive_targets):
412 @fail=; \
413 if $(am__make_keepgoing); then \
414 failcom='fail=yes'; \
415 else \
416 failcom='exit 1'; \
417 fi; \
418 dot_seen=no; \
419 target=`echo $@ | sed s/-recursive//`; \
420 case "$@" in \
421 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
422 *) list='$(SUBDIRS)' ;; \
423 esac; \
424 for subdir in $$list; do \
425 echo "Making $$target in $$subdir"; \
426 if test "$$subdir" = "."; then \
427 dot_seen=yes; \
428 local_target="$$target-am"; \
429 else \
430 local_target="$$target"; \
431 fi; \
432 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
433 || eval $$failcom; \
434 done; \
435 if test "$$dot_seen" = "no"; then \
436 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
437 fi; test -z "$$fail"
438
439 ID: $(am__tagged_files)
440 $(am__define_uniq_tagged_files); mkid -fID $$unique
441 tags: tags-recursive
442 TAGS: tags
443
444 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
445 set x; \
446 here=`pwd`; \
447 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
448 include_option=--etags-include; \
449 empty_fix=.; \
450 else \
451 include_option=--include; \
452 empty_fix=; \
453 fi; \
454 list='$(SUBDIRS)'; for subdir in $$list; do \
455 if test "$$subdir" = .; then :; else \
456 test ! -f $$subdir/TAGS || \
457 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
458 fi; \
459 done; \
460 $(am__define_uniq_tagged_files); \
461 shift; \
462 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
463 test -n "$$unique" || unique=$$empty_fix; \
464 if test $$# -gt 0; then \
465 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
466 "$$@" $$unique; \
467 else \
468 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
469 $$unique; \
470 fi; \
471 fi
472 ctags: ctags-recursive
473
474 CTAGS: ctags
475 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
476 $(am__define_uniq_tagged_files); \
477 test -z "$(CTAGS_ARGS)$$unique" \
478 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
479 $$unique
480
481 GTAGS:
482 here=`$(am__cd) $(top_builddir) && pwd` \
483 && $(am__cd) $(top_srcdir) \
484 && gtags -i $(GTAGS_ARGS) "$$here"
485 cscope: cscope.files
486 test ! -s cscope.files \
487 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
488 clean-cscope:
489 -rm -f cscope.files
490 cscope.files: clean-cscope cscopelist
491 cscopelist: cscopelist-recursive
492
493 cscopelist-am: $(am__tagged_files)
494 list='$(am__tagged_files)'; \
495 case "$(srcdir)" in \
496 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
497 *) sdir=$(subdir)/$(srcdir) ;; \
498 esac; \
499 for i in $$list; do \
500 if test -f "$$i"; then \
501 echo "$(subdir)/$$i"; \
502 else \
503 echo "$$sdir/$$i"; \
504 fi; \
505 done >> $(top_builddir)/cscope.files
506
507 distclean-tags:
508 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
509 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
510
511 distdir: $(BUILT_SOURCES)
512 $(MAKE) $(AM_MAKEFLAGS) distdir-am
513
514 distdir-am: $(DISTFILES)
515 $(am__remove_distdir)
516 test -d "$(distdir)" || mkdir "$(distdir)"
517 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
518 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
519 list='$(DISTFILES)'; \
520 dist_files=`for file in $$list; do echo $$file; done | \
521 sed -e "s|^$$srcdirstrip/||;t" \
522 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
523 case $$dist_files in \
524 */*) $(MKDIR_P) `echo "$$dist_files" | \
525 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
526 sort -u` ;; \
527 esac; \
528 for file in $$dist_files; do \
529 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
530 if test -d $$d/$$file; then \
531 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
532 if test -d "$(distdir)/$$file"; then \
533 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
534 fi; \
535 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
536 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
537 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
538 fi; \
539 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
540 else \
541 test -f "$(distdir)/$$file" \
542 || cp -p $$d/$$file "$(distdir)/$$file" \
543 || exit 1; \
544 fi; \
545 done
546 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
547 if test "$$subdir" = .; then :; else \
548 $(am__make_dryrun) \
549 || test -d "$(distdir)/$$subdir" \
550 || $(MKDIR_P) "$(distdir)/$$subdir" \
551 || exit 1; \
552 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
553 $(am__relativize); \
554 new_distdir=$$reldir; \
555 dir1=$$subdir; dir2="$(top_distdir)"; \
556 $(am__relativize); \
557 new_top_distdir=$$reldir; \
558 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
559 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
560 ($(am__cd) $$subdir && \
561 $(MAKE) $(AM_MAKEFLAGS) \
562 top_distdir="$$new_top_distdir" \
563 distdir="$$new_distdir" \
564 am__remove_distdir=: \
565 am__skip_length_check=: \
566 am__skip_mode_fix=: \
567 distdir) \
568 || exit 1; \
569 fi; \
570 done
571 -test -n "$(am__skip_mode_fix)" \
572 || find "$(distdir)" -type d ! -perm -755 \
573 -exec chmod u+rwx,go+rx {} \; -o \
574 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
575 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
576 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
577 || chmod -R a+r "$(distdir)"
578 dist-gzip: distdir
579 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
580 $(am__post_remove_distdir)
581
582 dist-bzip2: distdir
583 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
584 $(am__post_remove_distdir)
585
586 dist-lzip: distdir
587 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
588 $(am__post_remove_distdir)
589
590 dist-xz: distdir
591 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
592 $(am__post_remove_distdir)
593
594 dist-tarZ: distdir
595 @echo WARNING: "Support for distribution archives compressed with" \
596 "legacy program 'compress' is deprecated." >&2
597 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
598 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
599 $(am__post_remove_distdir)
600
601 dist-shar: distdir
602 @echo WARNING: "Support for shar distribution archives is" \
603 "deprecated." >&2
604 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
605 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
606 $(am__post_remove_distdir)
607
608 dist-zip: distdir
609 -rm -f $(distdir).zip
610 zip -rq $(distdir).zip $(distdir)
611 $(am__post_remove_distdir)
612
613 dist dist-all:
614 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
615 $(am__post_remove_distdir)
616
617 # This target untars the dist file and tries a VPATH configuration. Then
618 # it guarantees that the distribution is self-contained by making another
619 # tarfile.
620 distcheck: dist
621 case '$(DIST_ARCHIVES)' in \
622 *.tar.gz*) \
623 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
624 *.tar.bz2*) \
625 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
626 *.tar.lz*) \
627 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
628 *.tar.xz*) \
629 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
630 *.tar.Z*) \
631 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
632 *.shar.gz*) \
633 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
634 *.zip*) \
635 unzip $(distdir).zip ;;\
636 esac
637 chmod -R a-w $(distdir)
638 chmod u+w $(distdir)
639 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
640 chmod a-w $(distdir)
641 test -d $(distdir)/_build || exit 0; \
642 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
643 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
644 && am__cwd=`pwd` \
645 && $(am__cd) $(distdir)/_build/sub \
646 && ../../configure \
647 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
648 $(DISTCHECK_CONFIGURE_FLAGS) \
649 --srcdir=../.. --prefix="$$dc_install_base" \
650 && $(MAKE) $(AM_MAKEFLAGS) \
651 && $(MAKE) $(AM_MAKEFLAGS) dvi \
652 && $(MAKE) $(AM_MAKEFLAGS) check \
653 && $(MAKE) $(AM_MAKEFLAGS) install \
654 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
655 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
656 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
657 distuninstallcheck \
658 && chmod -R a-w "$$dc_install_base" \
659 && ({ \
660 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
661 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
662 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
663 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
664 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
665 } || { rm -rf "$$dc_destdir"; exit 1; }) \
666 && rm -rf "$$dc_destdir" \
667 && $(MAKE) $(AM_MAKEFLAGS) dist \
668 && rm -rf $(DIST_ARCHIVES) \
669 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
670 && cd "$$am__cwd" \
671 || exit 1
672 $(am__post_remove_distdir)
673 @(echo "$(distdir) archives ready for distribution: "; \
674 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
675 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
676 distuninstallcheck:
677 @test -n '$(distuninstallcheck_dir)' || { \
678 echo 'ERROR: trying to run $@ with an empty' \
679 '$$(distuninstallcheck_dir)' >&2; \
680 exit 1; \
681 }; \
682 $(am__cd) '$(distuninstallcheck_dir)' || { \
683 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
684 exit 1; \
685 }; \
686 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
687 || { echo "ERROR: files left after uninstall:" ; \
688 if test -n "$(DESTDIR)"; then \
689 echo " (check DESTDIR support)"; \
690 fi ; \
691 $(distuninstallcheck_listfiles) ; \
692 exit 1; } >&2
693 distcleancheck: distclean
694 @if test '$(srcdir)' = . ; then \
695 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
696 exit 1 ; \
697 fi
698 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
699 || { echo "ERROR: files left in build directory after distclean:" ; \
700 $(distcleancheck_listfiles) ; \
701 exit 1; } >&2
702 check-am: all-am
703 check: check-recursive
704 all-am: Makefile $(DATA)
705 installdirs: installdirs-recursive
706 installdirs-am:
707 for dir in "$(DESTDIR)$(docdir)"; do \
708 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
709 done
710 install: install-recursive
711 install-exec: install-exec-recursive
712 install-data: install-data-recursive
713 uninstall: uninstall-recursive
714
715 install-am: all-am
716 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
717
718 installcheck: installcheck-recursive
719 install-strip:
720 if test -z '$(STRIP)'; then \
721 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
722 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
723 install; \
724 else \
725 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
726 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
727 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
728 fi
729 mostlyclean-generic:
730
731 clean-generic:
732
733 distclean-generic:
734 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
735 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
736
737 maintainer-clean-generic:
738 @echo "This command is intended for maintainers to use"
739 @echo "it deletes files that may require special tools to rebuild."
740 clean: clean-recursive
741
742 clean-am: clean-generic mostlyclean-am
743
744 distclean: distclean-recursive
745 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
746 -rm -f Makefile
747 distclean-am: clean-am distclean-generic distclean-tags
748
749 dvi: dvi-recursive
750
751 dvi-am:
752
753 html: html-recursive
754
755 html-am:
756
757 info: info-recursive
758
759 info-am:
760
761 install-data-am: install-dist_docDATA
762
763 install-dvi: install-dvi-recursive
764
765 install-dvi-am:
766
767 install-exec-am:
768
769 install-html: install-html-recursive
770
771 install-html-am:
772
773 install-info: install-info-recursive
774
775 install-info-am:
776
777 install-man:
778
779 install-pdf: install-pdf-recursive
780
781 install-pdf-am:
782
783 install-ps: install-ps-recursive
784
785 install-ps-am:
786
787 installcheck-am:
788
789 maintainer-clean: maintainer-clean-recursive
790 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
791 -rm -rf $(top_srcdir)/autom4te.cache
792 -rm -f Makefile
793 maintainer-clean-am: distclean-am maintainer-clean-generic
794
795 mostlyclean: mostlyclean-recursive
796
797 mostlyclean-am: mostlyclean-generic
798
799 pdf: pdf-recursive
800
801 pdf-am:
802
803 ps: ps-recursive
804
805 ps-am:
806
807 uninstall-am: uninstall-dist_docDATA
808
809 .MAKE: $(am__recursive_targets) install-am install-strip
810
811 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
812 am--refresh check check-am clean clean-cscope clean-generic \
813 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
814 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
815 distcheck distclean distclean-generic distclean-tags \
816 distcleancheck distdir distuninstallcheck dvi dvi-am html \
817 html-am info info-am install install-am install-data \
818 install-data-am install-dist_docDATA install-dvi \
819 install-dvi-am install-exec install-exec-am install-html \
820 install-html-am install-info install-info-am install-man \
821 install-pdf install-pdf-am install-ps install-ps-am \
822 install-strip installcheck installcheck-am installdirs \
823 installdirs-am maintainer-clean maintainer-clean-generic \
824 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
825 tags-am uninstall uninstall-am uninstall-dist_docDATA
826
827 .PRECIOUS: Makefile
828
829
830 # Tell versions [3.59,3.63) of GNU make to not export all variables.
831 # Otherwise a system limit (for SysV at least) may be exceeded.
832 .NOEXPORT: