1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # Makefile. Generated from Makefile.in by configure.
4 # Copyright (C) 1994-2017 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
17 # Jerasure Automake file
20 if test -z '$(MAKELEVEL)'; then \
22 elif test -n '$(MAKE_HOST)'; then \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
30 am__make_running_with_option = \
31 case $${target_option-} in \
33 *) echo "am__make_running_with_option: internal error: invalid" \
34 "target option '$${target_option-}' specified" >&2; \
38 sane_makeflags=$$MAKEFLAGS; \
39 if $(am__is_gnu_make); then \
40 sane_makeflags=$$MFLAGS; \
45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54 for flg in $$sane_makeflags; do \
55 test $$skip_next = yes && { skip_next=no; continue; }; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
61 -*O?*) strip_trailopt 'O';; \
62 -*l) strip_trailopt 'l'; skip_next=yes;; \
63 -*l?*) strip_trailopt 'l';; \
64 -[dEDm]) skip_next=yes;; \
65 -[JT]) skip_next=yes;; \
68 *$$target_option*) has_opt=yes; break;; \
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/jerasure
75 pkgincludedir = $(includedir)/jerasure
76 pkglibdir = $(libdir)/jerasure
77 pkglibexecdir = $(libexecdir)/jerasure
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
90 build_triplet = x86_64-pc-linux-gnu
91 host_triplet = x86_64-pc-linux-gnu
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
95 $(top_srcdir)/m4/ax_ext.m4 \
96 $(top_srcdir)/m4/ax_gcc_x86_avx_xgetbv.m4 \
97 $(top_srcdir)/m4/ax_gcc_x86_cpuid.m4 \
98 $(top_srcdir)/m4/ax_require_defined.m4 \
99 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
100 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
101 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
102 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
105 $(am__configure_deps) $(am__DIST_COMMON)
106 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
107 configure.lineno config.status.lineno
108 mkinstalldirs = $(install_sh) -d
109 CONFIG_HEADER = $(top_builddir)/include/config.h
111 CONFIG_CLEAN_VPATH_FILES =
112 AM_V_P = $(am__v_P_$(V))
113 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
116 AM_V_GEN = $(am__v_GEN_$(V))
117 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
118 am__v_GEN_0 = @echo " GEN " $@;
120 AM_V_at = $(am__v_at_$(V))
121 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
126 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
127 ctags-recursive dvi-recursive html-recursive info-recursive \
128 install-data-recursive install-dvi-recursive \
129 install-exec-recursive install-html-recursive \
130 install-info-recursive install-pdf-recursive \
131 install-ps-recursive install-recursive installcheck-recursive \
132 installdirs-recursive pdf-recursive ps-recursive \
133 tags-recursive uninstall-recursive
134 am__can_run_installinfo = \
135 case $$AM_UPDATE_INFO_DIR in \
137 *) (install-info --version) >/dev/null 2>&1;; \
139 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
140 distclean-recursive maintainer-clean-recursive
141 am__recursive_targets = \
142 $(RECURSIVE_TARGETS) \
143 $(RECURSIVE_CLEAN_TARGETS) \
144 $(am__extra_recursive_targets)
145 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
146 cscope distdir dist dist-all distcheck
147 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
148 # Read a list of newline-separated strings from the standard input,
149 # and print each of them once, without duplicates. Input order is
151 am__uniquify_input = $(AWK) '\
152 BEGIN { nonempty = 0; } \
153 { items[$$0] = 1; nonempty = 1; } \
154 END { if (nonempty) { for (i in items) print i; }; } \
156 # Make sure the list of sources is unique. This is necessary because,
157 # e.g., the same source file might be shared among _SOURCES variables
158 # for different programs/libraries.
159 am__define_uniq_tagged_files = \
160 list='$(am__tagged_files)'; \
161 unique=`for i in $$list; do \
162 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
163 done | $(am__uniquify_input)`
167 DIST_SUBDIRS = $(SUBDIRS)
168 am__DIST_COMMON = $(srcdir)/Makefile.in \
169 $(top_srcdir)/build-aux/compile \
170 $(top_srcdir)/build-aux/config.guess \
171 $(top_srcdir)/build-aux/config.sub \
172 $(top_srcdir)/build-aux/install-sh \
173 $(top_srcdir)/build-aux/ltmain.sh \
174 $(top_srcdir)/build-aux/missing \
175 $(top_srcdir)/include/config.h.in AUTHORS COPYING ChangeLog \
176 INSTALL NEWS README build-aux/compile build-aux/config.guess \
177 build-aux/config.sub build-aux/depcomp build-aux/install-sh \
178 build-aux/ltmain.sh build-aux/missing
179 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180 distdir = $(PACKAGE)-$(VERSION)
181 top_distdir = $(distdir)
182 am__remove_distdir = \
183 if test -d "$(distdir)"; then \
184 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
185 && rm -rf "$(distdir)" \
186 || { sleep 5 && rm -rf "$(distdir)"; }; \
188 am__post_remove_distdir = $(am__remove_distdir)
191 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
192 sed_rest='s,^[^/]*/*,,'; \
193 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
194 sed_butlast='s,/*[^/]*$$,,'; \
195 while test -n "$$dir1"; do \
196 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
197 if test "$$first" != "."; then \
198 if test "$$first" = ".."; then \
199 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
200 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
202 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
203 if test "$$first2" = "$$first"; then \
204 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
208 dir0="$$dir0"/"$$first"; \
211 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
214 DIST_ARCHIVES = $(distdir).tar.gz
216 DIST_TARGETS = dist-gzip
217 distuninstallcheck_listfiles = find . -type f -print
218 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
219 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
220 distcleancheck_listfiles = find . -type f -print
221 ACLOCAL = ${SHELL} /home/couturie/work/Cipher_code/IDA_new/jerasure/build-aux/missing aclocal-1.15
223 AM_DEFAULT_VERBOSITY = 1
225 AUTOCONF = ${SHELL} /home/couturie/work/Cipher_code/IDA_new/jerasure/build-aux/missing autoconf
226 AUTOHEADER = ${SHELL} /home/couturie/work/Cipher_code/IDA_new/jerasure/build-aux/missing autoheader
227 AUTOMAKE = ${SHELL} /home/couturie/work/Cipher_code/IDA_new/jerasure/build-aux/missing automake-1.15
230 CCDEPMODE = depmode=gcc3
231 CFLAGS = -g -O3 -Wall
236 CXXDEPMODE = depmode=gcc3
239 DEFS = -DHAVE_CONFIG_H
251 INSTALL = /usr/bin/install -c
252 INSTALL_DATA = ${INSTALL} -m 644
253 INSTALL_PROGRAM = ${INSTALL}
254 INSTALL_SCRIPT = ${INSTALL}
255 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
256 LD = /usr/bin/ld -m elf_x86_64
260 LIBTOOL = $(SHELL) $(top_builddir)/libtool
264 LT_SYS_LIBRARY_PATH =
265 MAKEINFO = ${SHELL} /home/couturie/work/Cipher_code/IDA_new/jerasure/build-aux/missing makeinfo
267 MKDIR_P = /bin/mkdir -p
276 PACKAGE_NAME = Jerasure
277 PACKAGE_STRING = Jerasure 2.0
278 PACKAGE_TARNAME = jerasure
279 PACKAGE_URL = https://jerasure.org/jerasure/jerasure
280 PACKAGE_VERSION = 2.0
286 SIMD_FLAGS = -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mavx
289 abs_builddir = /home/couturie/work/Cipher_code/IDA_new/jerasure
290 abs_srcdir = /home/couturie/work/Cipher_code/IDA_new/jerasure
291 abs_top_builddir = /home/couturie/work/Cipher_code/IDA_new/jerasure
292 abs_top_srcdir = /home/couturie/work/Cipher_code/IDA_new/jerasure
297 am__include = include
300 am__tar = $${TAR-tar} chof - "$$tardir"
301 am__untar = $${TAR-tar} xf -
302 bindir = ${exec_prefix}/bin
303 build = x86_64-pc-linux-gnu
309 datadir = ${datarootdir}
310 datarootdir = ${prefix}/share
311 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
313 exec_prefix = ${prefix}
314 host = x86_64-pc-linux-gnu
320 includedir = ${prefix}/include
321 infodir = ${datarootdir}/info
322 install_sh = ${SHELL} /home/couturie/work/Cipher_code/IDA_new/jerasure/build-aux/install-sh
323 libdir = ${exec_prefix}/lib
324 libexecdir = ${exec_prefix}/libexec
325 localedir = ${datarootdir}/locale
326 localstatedir = ${prefix}/var
327 mandir = ${datarootdir}/man
329 oldincludedir = /usr/include
332 program_transform_name = s,x,x,
334 runstatedir = ${localstatedir}/run
335 sbindir = ${exec_prefix}/sbin
336 sharedstatedir = ${prefix}/com
338 sysconfdir = ${prefix}/etc
343 SUBDIRS = src Examples
344 EXTRA_DIST = Manual.pdf PERF.txt
348 am--refresh: Makefile
350 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
352 case '$(am__configure_deps)' in \
354 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
355 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
360 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
361 $(am__cd) $(top_srcdir) && \
362 $(AUTOMAKE) --gnu Makefile
363 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
366 echo ' $(SHELL) ./config.status'; \
367 $(SHELL) ./config.status;; \
369 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
370 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
373 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
374 $(SHELL) ./config.status --recheck
376 $(top_srcdir)/configure: $(am__configure_deps)
377 $(am__cd) $(srcdir) && $(AUTOCONF)
378 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
379 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
380 $(am__aclocal_m4_deps):
382 include/config.h: include/stamp-h1
383 @test -f $@ || rm -f include/stamp-h1
384 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) include/stamp-h1
386 include/stamp-h1: $(top_srcdir)/include/config.h.in $(top_builddir)/config.status
387 @rm -f include/stamp-h1
388 cd $(top_builddir) && $(SHELL) ./config.status include/config.h
389 $(top_srcdir)/include/config.h.in: $(am__configure_deps)
390 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
391 rm -f include/stamp-h1
395 -rm -f include/config.h include/stamp-h1
404 -rm -f libtool config.lt
406 # This directory's subdirectories are mostly independent; you can cd
407 # into them and run 'make' without going through this Makefile.
408 # To change the values of 'make' variables: instead of editing Makefiles,
409 # (1) if the variable is set in 'config.status', edit 'config.status'
410 # (which will cause the Makefiles to be regenerated when you run 'make');
411 # (2) otherwise, pass the desired values on the 'make' command line.
412 $(am__recursive_targets):
414 if $(am__make_keepgoing); then \
415 failcom='fail=yes'; \
420 target=`echo $@ | sed s/-recursive//`; \
422 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
423 *) list='$(SUBDIRS)' ;; \
425 for subdir in $$list; do \
426 echo "Making $$target in $$subdir"; \
427 if test "$$subdir" = "."; then \
429 local_target="$$target-am"; \
431 local_target="$$target"; \
433 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
436 if test "$$dot_seen" = "no"; then \
437 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
440 ID: $(am__tagged_files)
441 $(am__define_uniq_tagged_files); mkid -fID $$unique
445 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
448 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
449 include_option=--etags-include; \
452 include_option=--include; \
455 list='$(SUBDIRS)'; for subdir in $$list; do \
456 if test "$$subdir" = .; then :; else \
457 test ! -f $$subdir/TAGS || \
458 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
461 $(am__define_uniq_tagged_files); \
463 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
464 test -n "$$unique" || unique=$$empty_fix; \
465 if test $$# -gt 0; then \
466 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
469 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
473 ctags: ctags-recursive
476 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
477 $(am__define_uniq_tagged_files); \
478 test -z "$(CTAGS_ARGS)$$unique" \
479 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
483 here=`$(am__cd) $(top_builddir) && pwd` \
484 && $(am__cd) $(top_srcdir) \
485 && gtags -i $(GTAGS_ARGS) "$$here"
487 test ! -s cscope.files \
488 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
491 cscope.files: clean-cscope cscopelist
492 cscopelist: cscopelist-recursive
494 cscopelist-am: $(am__tagged_files)
495 list='$(am__tagged_files)'; \
496 case "$(srcdir)" in \
497 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
498 *) sdir=$(subdir)/$(srcdir) ;; \
500 for i in $$list; do \
501 if test -f "$$i"; then \
502 echo "$(subdir)/$$i"; \
506 done >> $(top_builddir)/cscope.files
509 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
510 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
512 distdir: $(DISTFILES)
513 $(am__remove_distdir)
514 test -d "$(distdir)" || mkdir "$(distdir)"
515 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
516 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
517 list='$(DISTFILES)'; \
518 dist_files=`for file in $$list; do echo $$file; done | \
519 sed -e "s|^$$srcdirstrip/||;t" \
520 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
521 case $$dist_files in \
522 */*) $(MKDIR_P) `echo "$$dist_files" | \
523 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
526 for file in $$dist_files; do \
527 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
528 if test -d $$d/$$file; then \
529 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
530 if test -d "$(distdir)/$$file"; then \
531 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
533 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
534 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
535 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
537 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
539 test -f "$(distdir)/$$file" \
540 || cp -p $$d/$$file "$(distdir)/$$file" \
544 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
545 if test "$$subdir" = .; then :; else \
547 || test -d "$(distdir)/$$subdir" \
548 || $(MKDIR_P) "$(distdir)/$$subdir" \
550 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
552 new_distdir=$$reldir; \
553 dir1=$$subdir; dir2="$(top_distdir)"; \
555 new_top_distdir=$$reldir; \
556 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
557 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
558 ($(am__cd) $$subdir && \
559 $(MAKE) $(AM_MAKEFLAGS) \
560 top_distdir="$$new_top_distdir" \
561 distdir="$$new_distdir" \
562 am__remove_distdir=: \
563 am__skip_length_check=: \
564 am__skip_mode_fix=: \
569 -test -n "$(am__skip_mode_fix)" \
570 || find "$(distdir)" -type d ! -perm -755 \
571 -exec chmod u+rwx,go+rx {} \; -o \
572 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
573 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
574 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
575 || chmod -R a+r "$(distdir)"
577 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
578 $(am__post_remove_distdir)
581 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
582 $(am__post_remove_distdir)
585 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
586 $(am__post_remove_distdir)
589 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
590 $(am__post_remove_distdir)
593 @echo WARNING: "Support for distribution archives compressed with" \
594 "legacy program 'compress' is deprecated." >&2
595 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
596 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
597 $(am__post_remove_distdir)
600 @echo WARNING: "Support for shar distribution archives is" \
602 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
603 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
604 $(am__post_remove_distdir)
607 -rm -f $(distdir).zip
608 zip -rq $(distdir).zip $(distdir)
609 $(am__post_remove_distdir)
612 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
613 $(am__post_remove_distdir)
615 # This target untars the dist file and tries a VPATH configuration. Then
616 # it guarantees that the distribution is self-contained by making another
619 case '$(DIST_ARCHIVES)' in \
621 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
623 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
625 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
627 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
629 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
631 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
633 unzip $(distdir).zip ;;\
635 chmod -R a-w $(distdir)
637 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
639 test -d $(distdir)/_build || exit 0; \
640 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
641 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
643 && $(am__cd) $(distdir)/_build/sub \
645 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
646 $(DISTCHECK_CONFIGURE_FLAGS) \
647 --srcdir=../.. --prefix="$$dc_install_base" \
648 && $(MAKE) $(AM_MAKEFLAGS) \
649 && $(MAKE) $(AM_MAKEFLAGS) dvi \
650 && $(MAKE) $(AM_MAKEFLAGS) check \
651 && $(MAKE) $(AM_MAKEFLAGS) install \
652 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
653 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
654 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
656 && chmod -R a-w "$$dc_install_base" \
658 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
659 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
660 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
661 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
662 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
663 } || { rm -rf "$$dc_destdir"; exit 1; }) \
664 && rm -rf "$$dc_destdir" \
665 && $(MAKE) $(AM_MAKEFLAGS) dist \
666 && rm -rf $(DIST_ARCHIVES) \
667 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
670 $(am__post_remove_distdir)
671 @(echo "$(distdir) archives ready for distribution: "; \
672 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
673 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
675 @test -n '$(distuninstallcheck_dir)' || { \
676 echo 'ERROR: trying to run $@ with an empty' \
677 '$$(distuninstallcheck_dir)' >&2; \
680 $(am__cd) '$(distuninstallcheck_dir)' || { \
681 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
684 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
685 || { echo "ERROR: files left after uninstall:" ; \
686 if test -n "$(DESTDIR)"; then \
687 echo " (check DESTDIR support)"; \
689 $(distuninstallcheck_listfiles) ; \
691 distcleancheck: distclean
692 @if test '$(srcdir)' = . ; then \
693 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
696 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
697 || { echo "ERROR: files left in build directory after distclean:" ; \
698 $(distcleancheck_listfiles) ; \
701 check: check-recursive
703 installdirs: installdirs-recursive
705 install: install-recursive
706 install-exec: install-exec-recursive
707 install-data: install-data-recursive
708 uninstall: uninstall-recursive
711 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
713 installcheck: installcheck-recursive
715 if test -z '$(STRIP)'; then \
716 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
717 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
720 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
721 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
722 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
729 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
730 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
732 maintainer-clean-generic:
733 @echo "This command is intended for maintainers to use"
734 @echo "it deletes files that may require special tools to rebuild."
735 clean: clean-recursive
737 clean-am: clean-generic clean-libtool mostlyclean-am
739 distclean: distclean-recursive
740 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
742 distclean-am: clean-am distclean-generic distclean-hdr \
743 distclean-libtool distclean-tags
759 install-dvi: install-dvi-recursive
765 install-html: install-html-recursive
769 install-info: install-info-recursive
775 install-pdf: install-pdf-recursive
779 install-ps: install-ps-recursive
785 maintainer-clean: maintainer-clean-recursive
786 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
787 -rm -rf $(top_srcdir)/autom4te.cache
789 maintainer-clean-am: distclean-am maintainer-clean-generic
791 mostlyclean: mostlyclean-recursive
793 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
805 .MAKE: $(am__recursive_targets) install-am install-strip
807 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
808 am--refresh check check-am clean clean-cscope clean-generic \
809 clean-libtool cscope cscopelist-am ctags ctags-am dist \
810 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
811 dist-xz dist-zip distcheck distclean distclean-generic \
812 distclean-hdr distclean-libtool distclean-tags distcleancheck \
813 distdir distuninstallcheck dvi dvi-am html html-am info \
814 info-am install install-am install-data install-data-am \
815 install-dvi install-dvi-am install-exec install-exec-am \
816 install-html install-html-am install-info install-info-am \
817 install-man install-pdf install-pdf-am install-ps \
818 install-ps-am install-strip installcheck installcheck-am \
819 installdirs installdirs-am maintainer-clean \
820 maintainer-clean-generic mostlyclean mostlyclean-generic \
821 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
827 # Tell versions [3.59,3.63) of GNU make to not export all variables.
828 # Otherwise a system limit (for SysV at least) may be exceeded.