1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # src/Makefile. Generated from Makefile.in by configure.
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
23 if test -z '$(MAKELEVEL)'; then \
25 elif test -n '$(MAKE_HOST)'; then \
27 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
33 am__make_running_with_option = \
34 case $${target_option-} in \
36 *) echo "am__make_running_with_option: internal error: invalid" \
37 "target option '$${target_option-}' specified" >&2; \
41 sane_makeflags=$$MAKEFLAGS; \
42 if $(am__is_gnu_make); then \
43 sane_makeflags=$$MFLAGS; \
48 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
49 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
55 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
57 for flg in $$sane_makeflags; do \
58 test $$skip_next = yes && { skip_next=no; continue; }; \
61 -*I) strip_trailopt 'I'; skip_next=yes;; \
62 -*I?*) strip_trailopt 'I';; \
63 -*O) strip_trailopt 'O'; skip_next=yes;; \
64 -*O?*) strip_trailopt 'O';; \
65 -*l) strip_trailopt 'l'; skip_next=yes;; \
66 -*l?*) strip_trailopt 'l';; \
67 -[dEDm]) skip_next=yes;; \
68 -[JT]) skip_next=yes;; \
71 *$$target_option*) has_opt=yes; break;; \
75 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
76 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
77 pkgdatadir = $(datadir)/jerasure
78 pkgincludedir = $(includedir)/jerasure
79 pkglibdir = $(libdir)/jerasure
80 pkglibexecdir = $(libexecdir)/jerasure
81 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
82 install_sh_DATA = $(install_sh) -c -m 644
83 install_sh_PROGRAM = $(install_sh) -c
84 install_sh_SCRIPT = $(install_sh) -c
85 INSTALL_HEADER = $(INSTALL_DATA)
86 transform = $(program_transform_name)
93 build_triplet = x86_64-pc-linux-gnu
94 host_triplet = x86_64-pc-linux-gnu
96 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
98 $(top_srcdir)/m4/ax_ext.m4 \
99 $(top_srcdir)/m4/ax_gcc_x86_avx_xgetbv.m4 \
100 $(top_srcdir)/m4/ax_gcc_x86_cpuid.m4 \
101 $(top_srcdir)/m4/ax_require_defined.m4 \
102 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
103 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
104 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107 DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \
108 $(jerasureinclude_HEADERS) $(noinst_HEADERS) \
110 mkinstalldirs = $(install_sh) -d
111 CONFIG_HEADER = $(top_builddir)/include/config.h
113 CONFIG_CLEAN_VPATH_FILES =
114 LIBRARIES = $(noinst_LIBRARIES)
116 AM_V_AR = $(am__v_AR_$(V))
117 am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
118 am__v_AR_0 = @echo " AR " $@;
120 libtiming_a_AR = $(AR) $(ARFLAGS)
122 am_libtiming_a_OBJECTS = timing.$(OBJEXT)
123 libtiming_a_OBJECTS = $(am_libtiming_a_OBJECTS)
124 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
125 am__vpath_adj = case $$p in \
126 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
129 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
131 am__nobase_strip_setup = \
132 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
134 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
135 am__nobase_list = $(am__nobase_strip_setup); \
136 for p in $$list; do echo "$$p $$p"; done | \
137 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
138 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
139 if (++n[$$2] == $(am__install_max)) \
140 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
141 END { for (dir in files) print dir, files[dir] }'
143 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
144 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
145 am__uninstall_files_from_dir = { \
147 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
148 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
149 $(am__cd) "$$dir" && rm -f $$files; }; \
151 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" \
152 "$(DESTDIR)$(jerasureincludedir)"
153 LTLIBRARIES = $(lib_LTLIBRARIES)
154 libJerasure_la_DEPENDENCIES =
155 am_libJerasure_la_OBJECTS = galois.lo jerasure.lo reed_sol.lo \
156 cauchy.lo liberation.lo
157 libJerasure_la_OBJECTS = $(am_libJerasure_la_OBJECTS)
158 AM_V_lt = $(am__v_lt_$(V))
159 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
160 am__v_lt_0 = --silent
162 libJerasure_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
163 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
164 $(AM_CFLAGS) $(CFLAGS) $(libJerasure_la_LDFLAGS) $(LDFLAGS) -o \
166 AM_V_P = $(am__v_P_$(V))
167 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
170 AM_V_GEN = $(am__v_GEN_$(V))
171 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
172 am__v_GEN_0 = @echo " GEN " $@;
174 AM_V_at = $(am__v_at_$(V))
175 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
178 DEFAULT_INCLUDES = -I. -I$(top_builddir)/include
179 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
180 am__depfiles_maybe = depfiles
182 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
183 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
184 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
185 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
186 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
187 $(AM_CFLAGS) $(CFLAGS)
188 AM_V_CC = $(am__v_CC_$(V))
189 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
190 am__v_CC_0 = @echo " CC " $@;
193 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
194 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
195 $(AM_LDFLAGS) $(LDFLAGS) -o $@
196 AM_V_CCLD = $(am__v_CCLD_$(V))
197 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
198 am__v_CCLD_0 = @echo " CCLD " $@;
200 SOURCES = $(libtiming_a_SOURCES) $(libJerasure_la_SOURCES)
201 DIST_SOURCES = $(libtiming_a_SOURCES) $(libJerasure_la_SOURCES)
202 am__can_run_installinfo = \
203 case $$AM_UPDATE_INFO_DIR in \
205 *) (install-info --version) >/dev/null 2>&1;; \
207 HEADERS = $(include_HEADERS) $(jerasureinclude_HEADERS) \
209 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
210 # Read a list of newline-separated strings from the standard input,
211 # and print each of them once, without duplicates. Input order is
213 am__uniquify_input = $(AWK) '\
214 BEGIN { nonempty = 0; } \
215 { items[$$0] = 1; nonempty = 1; } \
216 END { if (nonempty) { for (i in items) print i; }; } \
218 # Make sure the list of sources is unique. This is necessary because,
219 # e.g., the same source file might be shared among _SOURCES variables
220 # for different programs/libraries.
221 am__define_uniq_tagged_files = \
222 list='$(am__tagged_files)'; \
223 unique=`for i in $$list; do \
224 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
225 done | $(am__uniquify_input)`
228 am__DIST_COMMON = $(srcdir)/Makefile.in \
229 $(top_srcdir)/build-aux/depcomp
230 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
231 ACLOCAL = ${SHELL} /home/couturie/work/Cipher_code/IDA_new/jerasure/build-aux/missing aclocal-1.15
233 AM_DEFAULT_VERBOSITY = 1
235 AUTOCONF = ${SHELL} /home/couturie/work/Cipher_code/IDA_new/jerasure/build-aux/missing autoconf
236 AUTOHEADER = ${SHELL} /home/couturie/work/Cipher_code/IDA_new/jerasure/build-aux/missing autoheader
237 AUTOMAKE = ${SHELL} /home/couturie/work/Cipher_code/IDA_new/jerasure/build-aux/missing automake-1.15
240 CCDEPMODE = depmode=gcc3
241 CFLAGS = -g -O3 -Wall
246 CXXDEPMODE = depmode=gcc3
249 DEFS = -DHAVE_CONFIG_H
261 INSTALL = /usr/bin/install -c
262 INSTALL_DATA = ${INSTALL} -m 644
263 INSTALL_PROGRAM = ${INSTALL}
264 INSTALL_SCRIPT = ${INSTALL}
265 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
266 LD = /usr/bin/ld -m elf_x86_64
270 LIBTOOL = $(SHELL) $(top_builddir)/libtool
274 LT_SYS_LIBRARY_PATH =
275 MAKEINFO = ${SHELL} /home/couturie/work/Cipher_code/IDA_new/jerasure/build-aux/missing makeinfo
277 MKDIR_P = /bin/mkdir -p
286 PACKAGE_NAME = Jerasure
287 PACKAGE_STRING = Jerasure 2.0
288 PACKAGE_TARNAME = jerasure
289 PACKAGE_URL = https://jerasure.org/jerasure/jerasure
290 PACKAGE_VERSION = 2.0
296 SIMD_FLAGS = -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mavx
299 abs_builddir = /home/couturie/work/Cipher_code/IDA_new/jerasure/src
300 abs_srcdir = /home/couturie/work/Cipher_code/IDA_new/jerasure/src
301 abs_top_builddir = /home/couturie/work/Cipher_code/IDA_new/jerasure
302 abs_top_srcdir = /home/couturie/work/Cipher_code/IDA_new/jerasure
307 am__include = include
310 am__tar = $${TAR-tar} chof - "$$tardir"
311 am__untar = $${TAR-tar} xf -
312 bindir = ${exec_prefix}/bin
313 build = x86_64-pc-linux-gnu
319 datadir = ${datarootdir}
320 datarootdir = ${prefix}/share
321 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
323 exec_prefix = ${prefix}
324 host = x86_64-pc-linux-gnu
330 includedir = ${prefix}/include
331 infodir = ${datarootdir}/info
332 install_sh = ${SHELL} /home/couturie/work/Cipher_code/IDA_new/jerasure/build-aux/install-sh
333 libdir = ${exec_prefix}/lib
334 libexecdir = ${exec_prefix}/libexec
335 localedir = ${datarootdir}/locale
336 localstatedir = ${prefix}/var
337 mandir = ${datarootdir}/man
339 oldincludedir = /usr/include
342 program_transform_name = s,x,x,
344 runstatedir = ${localstatedir}/run
345 sbindir = ${exec_prefix}/sbin
346 sharedstatedir = ${prefix}/com
348 sysconfdir = ${prefix}/etc
350 top_build_prefix = ../
353 AM_CPPFLAGS = -I$(top_srcdir)/include
354 AM_CFLAGS = $(SIMD_FLAGS)
355 lib_LTLIBRARIES = libJerasure.la
356 libJerasure_la_SOURCES = galois.c jerasure.c reed_sol.c cauchy.c liberation.c
357 libJerasure_la_LDFLAGS = -version-info 2:0:0
358 libJerasure_la_LIBADD = -lgf_complete
359 include_HEADERS = ../include/jerasure.h
361 # Install additional Jerasure header files in their own directory.
362 jerasureincludedir = $(includedir)/jerasure
363 jerasureinclude_HEADERS = \
364 ../include/cauchy.h \
365 ../include/galois.h \
366 ../include/liberation.h \
367 ../include/reed_sol.h
369 noinst_HEADERS = ../include/timing.h
370 noinst_LIBRARIES = libtiming.a
371 libtiming_a_SOURCES = timing.c
375 .SUFFIXES: .c .lo .o .obj
376 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
378 case '$(am__configure_deps)' in \
380 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
381 && { if test -f $@; then exit 0; else break; fi; }; \
385 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
386 $(am__cd) $(top_srcdir) && \
387 $(AUTOMAKE) --gnu src/Makefile
388 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
391 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
393 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
394 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
397 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
398 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
400 $(top_srcdir)/configure: $(am__configure_deps)
401 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
402 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
403 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
404 $(am__aclocal_m4_deps):
406 clean-noinstLIBRARIES:
407 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
409 libtiming.a: $(libtiming_a_OBJECTS) $(libtiming_a_DEPENDENCIES) $(EXTRA_libtiming_a_DEPENDENCIES)
410 $(AM_V_at)-rm -f libtiming.a
411 $(AM_V_AR)$(libtiming_a_AR) libtiming.a $(libtiming_a_OBJECTS) $(libtiming_a_LIBADD)
412 $(AM_V_at)$(RANLIB) libtiming.a
414 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
416 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
417 list2=; for p in $$list; do \
418 if test -f $$p; then \
419 list2="$$list2 $$p"; \
422 test -z "$$list2" || { \
423 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
424 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
425 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
426 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
429 uninstall-libLTLIBRARIES:
431 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
432 for p in $$list; do \
434 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
435 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
438 clean-libLTLIBRARIES:
439 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
440 @list='$(lib_LTLIBRARIES)'; \
441 locs=`for p in $$list; do echo $$p; done | \
442 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
444 test -z "$$locs" || { \
445 echo rm -f $${locs}; \
449 libJerasure.la: $(libJerasure_la_OBJECTS) $(libJerasure_la_DEPENDENCIES) $(EXTRA_libJerasure_la_DEPENDENCIES)
450 $(AM_V_CCLD)$(libJerasure_la_LINK) -rpath $(libdir) $(libJerasure_la_OBJECTS) $(libJerasure_la_LIBADD) $(LIBS)
458 include ./$(DEPDIR)/cauchy.Plo
459 include ./$(DEPDIR)/galois.Plo
460 include ./$(DEPDIR)/jerasure.Plo
461 include ./$(DEPDIR)/liberation.Plo
462 include ./$(DEPDIR)/reed_sol.Plo
463 include ./$(DEPDIR)/timing.Po
466 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
467 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
468 # $(AM_V_CC)source='$<' object='$@' libtool=no \
469 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
470 # $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
473 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
474 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
475 # $(AM_V_CC)source='$<' object='$@' libtool=no \
476 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
477 # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
480 $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
481 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
482 # $(AM_V_CC)source='$<' object='$@' libtool=yes \
483 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
484 # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
491 install-includeHEADERS: $(include_HEADERS)
493 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
494 if test -n "$$list"; then \
495 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
496 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
498 for p in $$list; do \
499 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
501 done | $(am__base_list) | \
502 while read files; do \
503 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
504 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
507 uninstall-includeHEADERS:
509 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
510 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
511 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
512 install-jerasureincludeHEADERS: $(jerasureinclude_HEADERS)
514 @list='$(jerasureinclude_HEADERS)'; test -n "$(jerasureincludedir)" || list=; \
515 if test -n "$$list"; then \
516 echo " $(MKDIR_P) '$(DESTDIR)$(jerasureincludedir)'"; \
517 $(MKDIR_P) "$(DESTDIR)$(jerasureincludedir)" || exit 1; \
519 for p in $$list; do \
520 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
522 done | $(am__base_list) | \
523 while read files; do \
524 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(jerasureincludedir)'"; \
525 $(INSTALL_HEADER) $$files "$(DESTDIR)$(jerasureincludedir)" || exit $$?; \
528 uninstall-jerasureincludeHEADERS:
530 @list='$(jerasureinclude_HEADERS)'; test -n "$(jerasureincludedir)" || list=; \
531 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
532 dir='$(DESTDIR)$(jerasureincludedir)'; $(am__uninstall_files_from_dir)
534 ID: $(am__tagged_files)
535 $(am__define_uniq_tagged_files); mkid -fID $$unique
539 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
542 $(am__define_uniq_tagged_files); \
544 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
545 test -n "$$unique" || unique=$$empty_fix; \
546 if test $$# -gt 0; then \
547 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
550 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
557 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
558 $(am__define_uniq_tagged_files); \
559 test -z "$(CTAGS_ARGS)$$unique" \
560 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
564 here=`$(am__cd) $(top_builddir) && pwd` \
565 && $(am__cd) $(top_srcdir) \
566 && gtags -i $(GTAGS_ARGS) "$$here"
567 cscopelist: cscopelist-am
569 cscopelist-am: $(am__tagged_files)
570 list='$(am__tagged_files)'; \
571 case "$(srcdir)" in \
572 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
573 *) sdir=$(subdir)/$(srcdir) ;; \
575 for i in $$list; do \
576 if test -f "$$i"; then \
577 echo "$(subdir)/$$i"; \
581 done >> $(top_builddir)/cscope.files
584 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
586 distdir: $(DISTFILES)
587 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
588 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
589 list='$(DISTFILES)'; \
590 dist_files=`for file in $$list; do echo $$file; done | \
591 sed -e "s|^$$srcdirstrip/||;t" \
592 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
593 case $$dist_files in \
594 */*) $(MKDIR_P) `echo "$$dist_files" | \
595 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
598 for file in $$dist_files; do \
599 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
600 if test -d $$d/$$file; then \
601 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
602 if test -d "$(distdir)/$$file"; then \
603 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
605 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
606 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
607 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
609 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
611 test -f "$(distdir)/$$file" \
612 || cp -p $$d/$$file "$(distdir)/$$file" \
618 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS)
620 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(jerasureincludedir)"; do \
621 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
624 install-exec: install-exec-am
625 install-data: install-data-am
626 uninstall: uninstall-am
629 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
631 installcheck: installcheck-am
633 if test -z '$(STRIP)'; then \
634 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
635 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
638 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
639 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
640 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
647 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
648 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
650 maintainer-clean-generic:
651 @echo "This command is intended for maintainers to use"
652 @echo "it deletes files that may require special tools to rebuild."
655 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
656 clean-noinstLIBRARIES mostlyclean-am
658 distclean: distclean-am
661 distclean-am: clean-am distclean-compile distclean-generic \
676 install-data-am: install-includeHEADERS install-jerasureincludeHEADERS
678 install-dvi: install-dvi-am
682 install-exec-am: install-libLTLIBRARIES
684 install-html: install-html-am
688 install-info: install-info-am
694 install-pdf: install-pdf-am
698 install-ps: install-ps-am
704 maintainer-clean: maintainer-clean-am
707 maintainer-clean-am: distclean-am maintainer-clean-generic
709 mostlyclean: mostlyclean-am
711 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
722 uninstall-am: uninstall-includeHEADERS \
723 uninstall-jerasureincludeHEADERS uninstall-libLTLIBRARIES
725 .MAKE: install-am install-strip
727 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
728 clean-libLTLIBRARIES clean-libtool clean-noinstLIBRARIES \
729 cscopelist-am ctags ctags-am distclean distclean-compile \
730 distclean-generic distclean-libtool distclean-tags distdir dvi \
731 dvi-am html html-am info info-am install install-am \
732 install-data install-data-am install-dvi install-dvi-am \
733 install-exec install-exec-am install-html install-html-am \
734 install-includeHEADERS install-info install-info-am \
735 install-jerasureincludeHEADERS install-libLTLIBRARIES \
736 install-man install-pdf install-pdf-am install-ps \
737 install-ps-am install-strip installcheck installcheck-am \
738 installdirs maintainer-clean maintainer-clean-generic \
739 mostlyclean mostlyclean-compile mostlyclean-generic \
740 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
741 uninstall-am uninstall-includeHEADERS \
742 uninstall-jerasureincludeHEADERS uninstall-libLTLIBRARIES
747 # Tell versions [3.59,3.63) of GNU make to not export all variables.
748 # Otherwise a system limit (for SysV at least) may be exceeded.