]> AND Private Git Repository - Cipher_code.git/blob - IDA_new/jerasure/src/Makefile
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
[Cipher_code.git] / IDA_new / jerasure / src / Makefile
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # src/Makefile.  Generated from Makefile.in by configure.
3
4 # Copyright (C) 1994-2014 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
16
17 # Jerasure AM file
18
19
20
21
22 am__is_gnu_make = { \
23   if test -z '$(MAKELEVEL)'; then \
24     false; \
25   elif test -n '$(MAKE_HOST)'; then \
26     true; \
27   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
28     true; \
29   else \
30     false; \
31   fi; \
32 }
33 am__make_running_with_option = \
34   case $${target_option-} in \
35       ?) ;; \
36       *) echo "am__make_running_with_option: internal error: invalid" \
37               "target option '$${target_option-}' specified" >&2; \
38          exit 1;; \
39   esac; \
40   has_opt=no; \
41   sane_makeflags=$$MAKEFLAGS; \
42   if $(am__is_gnu_make); then \
43     sane_makeflags=$$MFLAGS; \
44   else \
45     case $$MAKEFLAGS in \
46       *\\[\ \   ]*) \
47         bs=\\; \
48         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
49           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
50     esac; \
51   fi; \
52   skip_next=no; \
53   strip_trailopt () \
54   { \
55     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56   }; \
57   for flg in $$sane_makeflags; do \
58     test $$skip_next = yes && { skip_next=no; continue; }; \
59     case $$flg in \
60       *=*|--*) 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;; \
69     esac; \
70     case $$flg in \
71       *$$target_option*) has_opt=yes; break;; \
72     esac; \
73   done; \
74   test $$has_opt = yes
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)
87 NORMAL_INSTALL = :
88 PRE_INSTALL = :
89 POST_INSTALL = :
90 NORMAL_UNINSTALL = :
91 PRE_UNINSTALL = :
92 POST_UNINSTALL = :
93 build_triplet = x86_64-pc-linux-gnu
94 host_triplet = x86_64-pc-linux-gnu
95 subdir = src
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) \
106         $(ACLOCAL_M4)
107 DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \
108         $(jerasureinclude_HEADERS) $(noinst_HEADERS) \
109         $(am__DIST_COMMON)
110 mkinstalldirs = $(install_sh) -d
111 CONFIG_HEADER = $(top_builddir)/include/config.h
112 CONFIG_CLEAN_FILES =
113 CONFIG_CLEAN_VPATH_FILES =
114 LIBRARIES = $(noinst_LIBRARIES)
115 ARFLAGS = cru
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      " $@;
119 am__v_AR_1 = 
120 libtiming_a_AR = $(AR) $(ARFLAGS)
121 libtiming_a_LIBADD =
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/||"`;; \
127     *) f=$$p;; \
128   esac;
129 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
130 am__install_max = 40
131 am__nobase_strip_setup = \
132   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
133 am__nobase_strip = \
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] }'
142 am__base_list = \
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 = { \
146   test -z "$$files" \
147     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
148     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
149          $(am__cd) "$$dir" && rm -f $$files; }; \
150   }
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
161 am__v_lt_1 = 
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 \
165         $@
166 AM_V_P = $(am__v_P_$(V))
167 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
168 am__v_P_0 = false
169 am__v_P_1 = :
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     " $@;
173 am__v_GEN_1 = 
174 AM_V_at = $(am__v_at_$(V))
175 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
176 am__v_at_0 = @
177 am__v_at_1 = 
178 DEFAULT_INCLUDES = -I. -I$(top_builddir)/include
179 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
180 am__depfiles_maybe = depfiles
181 am__mv = mv -f
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      " $@;
191 am__v_CC_1 = 
192 CCLD = $(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    " $@;
199 am__v_CCLD_1 = 
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 \
204     n|no|NO) false;; \
205     *) (install-info --version) >/dev/null 2>&1;; \
206   esac
207 HEADERS = $(include_HEADERS) $(jerasureinclude_HEADERS) \
208         $(noinst_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
212 # *not* preserved.
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; }; } \
217 '
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)`
226 ETAGS = etags
227 CTAGS = ctags
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
232 AMTAR = $${TAR-tar}
233 AM_DEFAULT_VERBOSITY = 1
234 AR = ar
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
238 AWK = gawk
239 CC = gcc
240 CCDEPMODE = depmode=gcc3
241 CFLAGS = -g -O3 -Wall
242 CPP = gcc -E
243 CPPFLAGS = 
244 CXX = g++
245 CXXCPP = g++ -E
246 CXXDEPMODE = depmode=gcc3
247 CXXFLAGS = -g -O2
248 CYGPATH_W = echo
249 DEFS = -DHAVE_CONFIG_H
250 DEPDIR = .deps
251 DLLTOOL = false
252 DSYMUTIL = 
253 DUMPBIN = 
254 ECHO_C = 
255 ECHO_N = -n
256 ECHO_T = 
257 EGREP = /bin/grep -E
258 EXEEXT = 
259 FGREP = /bin/grep -F
260 GREP = /bin/grep
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
267 LDFLAGS = 
268 LIBOBJS = 
269 LIBS = -lgf_complete 
270 LIBTOOL = $(SHELL) $(top_builddir)/libtool
271 LIPO = 
272 LN_S = ln -s
273 LTLIBOBJS = 
274 LT_SYS_LIBRARY_PATH = 
275 MAKEINFO = ${SHELL} /home/couturie/work/Cipher_code/IDA_new/jerasure/build-aux/missing makeinfo
276 MANIFEST_TOOL = :
277 MKDIR_P = /bin/mkdir -p
278 NM = /usr/bin/nm -B
279 NMEDIT = 
280 OBJDUMP = objdump
281 OBJEXT = o
282 OTOOL = 
283 OTOOL64 = 
284 PACKAGE = jerasure
285 PACKAGE_BUGREPORT = 
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
291 PATH_SEPARATOR = :
292 RANLIB = ranlib
293 SED = /bin/sed
294 SET_MAKE = 
295 SHELL = /bin/bash
296 SIMD_FLAGS =  -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mavx
297 STRIP = strip
298 VERSION = 2.0
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
303 ac_ct_AR = ar
304 ac_ct_CC = gcc
305 ac_ct_CXX = g++
306 ac_ct_DUMPBIN = 
307 am__include = include
308 am__leading_dot = .
309 am__quote = 
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
314 build_alias = 
315 build_cpu = x86_64
316 build_os = linux-gnu
317 build_vendor = pc
318 builddir = .
319 datadir = ${datarootdir}
320 datarootdir = ${prefix}/share
321 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
322 dvidir = ${docdir}
323 exec_prefix = ${prefix}
324 host = x86_64-pc-linux-gnu
325 host_alias = 
326 host_cpu = x86_64
327 host_os = linux-gnu
328 host_vendor = pc
329 htmldir = ${docdir}
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
338 mkdir_p = $(MKDIR_P)
339 oldincludedir = /usr/include
340 pdfdir = ${docdir}
341 prefix = /usr/local
342 program_transform_name = s,x,x,
343 psdir = ${docdir}
344 runstatedir = ${localstatedir}/run
345 sbindir = ${exec_prefix}/sbin
346 sharedstatedir = ${prefix}/com
347 srcdir = .
348 sysconfdir = ${prefix}/etc
349 target_alias = 
350 top_build_prefix = ../
351 top_builddir = ..
352 top_srcdir = ..
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
360
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
368
369 noinst_HEADERS = ../include/timing.h
370 noinst_LIBRARIES = libtiming.a
371 libtiming_a_SOURCES = timing.c
372 all: all-am
373
374 .SUFFIXES:
375 .SUFFIXES: .c .lo .o .obj
376 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
377         @for dep in $?; do \
378           case '$(am__configure_deps)' in \
379             *$$dep*) \
380               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
381                 && { if test -f $@; then exit 0; else break; fi; }; \
382               exit 1;; \
383           esac; \
384         done; \
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
389         @case '$?' in \
390           *config.status*) \
391             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
392           *) \
393             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
394             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
395         esac;
396
397 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
398         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399
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):
405
406 clean-noinstLIBRARIES:
407         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
408
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
413
414 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
415         @$(NORMAL_INSTALL)
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"; \
420           else :; fi; \
421         done; \
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)"; \
427         }
428
429 uninstall-libLTLIBRARIES:
430         @$(NORMAL_UNINSTALL)
431         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
432         for p in $$list; do \
433           $(am__strip_dir) \
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"; \
436         done
437
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|' | \
443               sort -u`; \
444         test -z "$$locs" || { \
445           echo rm -f $${locs}; \
446           rm -f $${locs}; \
447         }
448
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)
451
452 mostlyclean-compile:
453         -rm -f *.$(OBJEXT)
454
455 distclean-compile:
456         -rm -f *.tab.c
457
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
464
465 .c.o:
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 $@ $<
471
472 .c.obj:
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) '$<'`
478
479 .c.lo:
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 $@ $<
485
486 mostlyclean-libtool:
487         -rm -f *.lo
488
489 clean-libtool:
490         -rm -rf .libs _libs
491 install-includeHEADERS: $(include_HEADERS)
492         @$(NORMAL_INSTALL)
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; \
497         fi; \
498         for p in $$list; do \
499           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
500           echo "$$d$$p"; \
501         done | $(am__base_list) | \
502         while read files; do \
503           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
504           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
505         done
506
507 uninstall-includeHEADERS:
508         @$(NORMAL_UNINSTALL)
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)
513         @$(NORMAL_INSTALL)
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; \
518         fi; \
519         for p in $$list; do \
520           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
521           echo "$$d$$p"; \
522         done | $(am__base_list) | \
523         while read files; do \
524           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(jerasureincludedir)'"; \
525           $(INSTALL_HEADER) $$files "$(DESTDIR)$(jerasureincludedir)" || exit $$?; \
526         done
527
528 uninstall-jerasureincludeHEADERS:
529         @$(NORMAL_UNINSTALL)
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)
533
534 ID: $(am__tagged_files)
535         $(am__define_uniq_tagged_files); mkid -fID $$unique
536 tags: tags-am
537 TAGS: tags
538
539 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
540         set x; \
541         here=`pwd`; \
542         $(am__define_uniq_tagged_files); \
543         shift; \
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) \
548               "$$@" $$unique; \
549           else \
550             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
551               $$unique; \
552           fi; \
553         fi
554 ctags: ctags-am
555
556 CTAGS: ctags
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) \
561              $$unique
562
563 GTAGS:
564         here=`$(am__cd) $(top_builddir) && pwd` \
565           && $(am__cd) $(top_srcdir) \
566           && gtags -i $(GTAGS_ARGS) "$$here"
567 cscopelist: cscopelist-am
568
569 cscopelist-am: $(am__tagged_files)
570         list='$(am__tagged_files)'; \
571         case "$(srcdir)" in \
572           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
573           *) sdir=$(subdir)/$(srcdir) ;; \
574         esac; \
575         for i in $$list; do \
576           if test -f "$$i"; then \
577             echo "$(subdir)/$$i"; \
578           else \
579             echo "$$sdir/$$i"; \
580           fi; \
581         done >> $(top_builddir)/cscope.files
582
583 distclean-tags:
584         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
585
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,/[^/]*$$,,' | \
596                            sort -u` ;; \
597         esac; \
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 {} \;; \
604             fi; \
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 {} \;; \
608             fi; \
609             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
610           else \
611             test -f "$(distdir)/$$file" \
612             || cp -p $$d/$$file "$(distdir)/$$file" \
613             || exit 1; \
614           fi; \
615         done
616 check-am: all-am
617 check: check-am
618 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS)
619 installdirs:
620         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(jerasureincludedir)"; do \
621           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
622         done
623 install: install-am
624 install-exec: install-exec-am
625 install-data: install-data-am
626 uninstall: uninstall-am
627
628 install-am: all-am
629         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
630
631 installcheck: installcheck-am
632 install-strip:
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 \
636               install; \
637         else \
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; \
641         fi
642 mostlyclean-generic:
643
644 clean-generic:
645
646 distclean-generic:
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)
649
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."
653 clean: clean-am
654
655 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
656         clean-noinstLIBRARIES mostlyclean-am
657
658 distclean: distclean-am
659         -rm -rf ./$(DEPDIR)
660         -rm -f Makefile
661 distclean-am: clean-am distclean-compile distclean-generic \
662         distclean-tags
663
664 dvi: dvi-am
665
666 dvi-am:
667
668 html: html-am
669
670 html-am:
671
672 info: info-am
673
674 info-am:
675
676 install-data-am: install-includeHEADERS install-jerasureincludeHEADERS
677
678 install-dvi: install-dvi-am
679
680 install-dvi-am:
681
682 install-exec-am: install-libLTLIBRARIES
683
684 install-html: install-html-am
685
686 install-html-am:
687
688 install-info: install-info-am
689
690 install-info-am:
691
692 install-man:
693
694 install-pdf: install-pdf-am
695
696 install-pdf-am:
697
698 install-ps: install-ps-am
699
700 install-ps-am:
701
702 installcheck-am:
703
704 maintainer-clean: maintainer-clean-am
705         -rm -rf ./$(DEPDIR)
706         -rm -f Makefile
707 maintainer-clean-am: distclean-am maintainer-clean-generic
708
709 mostlyclean: mostlyclean-am
710
711 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
712         mostlyclean-libtool
713
714 pdf: pdf-am
715
716 pdf-am:
717
718 ps: ps-am
719
720 ps-am:
721
722 uninstall-am: uninstall-includeHEADERS \
723         uninstall-jerasureincludeHEADERS uninstall-libLTLIBRARIES
724
725 .MAKE: install-am install-strip
726
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
743
744 .PRECIOUS: Makefile
745
746
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.
749 .NOEXPORT: