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

Private GIT Repository
new
[Cipher_code.git] / IDA_new / jerasure / src / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 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 # Jerasure AM file
18
19
20
21 VPATH = @srcdir@
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)/@PACKAGE@
78 pkgincludedir = $(includedir)/@PACKAGE@
79 pkglibdir = $(libdir)/@PACKAGE@
80 pkglibexecdir = $(libexecdir)/@PACKAGE@
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 = @build@
94 host_triplet = @host@
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_@AM_V@)
117 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
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_@AM_V@)
159 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
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_@AM_V@)
167 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
168 am__v_P_0 = false
169 am__v_P_1 = :
170 AM_V_GEN = $(am__v_GEN_@AM_V@)
171 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
172 am__v_GEN_0 = @echo "  GEN     " $@;
173 am__v_GEN_1 = 
174 AM_V_at = $(am__v_at_@AM_V@)
175 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
176 am__v_at_0 = @
177 am__v_at_1 = 
178 DEFAULT_INCLUDES = -I.@am__isrc@ -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_@AM_V@)
189 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
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_@AM_V@)
197 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
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 = @ACLOCAL@
232 AMTAR = @AMTAR@
233 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
234 AR = @AR@
235 AUTOCONF = @AUTOCONF@
236 AUTOHEADER = @AUTOHEADER@
237 AUTOMAKE = @AUTOMAKE@
238 AWK = @AWK@
239 CC = @CC@
240 CCDEPMODE = @CCDEPMODE@
241 CFLAGS = @CFLAGS@
242 CPP = @CPP@
243 CPPFLAGS = @CPPFLAGS@
244 CXX = @CXX@
245 CXXCPP = @CXXCPP@
246 CXXDEPMODE = @CXXDEPMODE@
247 CXXFLAGS = @CXXFLAGS@
248 CYGPATH_W = @CYGPATH_W@
249 DEFS = @DEFS@
250 DEPDIR = @DEPDIR@
251 DLLTOOL = @DLLTOOL@
252 DSYMUTIL = @DSYMUTIL@
253 DUMPBIN = @DUMPBIN@
254 ECHO_C = @ECHO_C@
255 ECHO_N = @ECHO_N@
256 ECHO_T = @ECHO_T@
257 EGREP = @EGREP@
258 EXEEXT = @EXEEXT@
259 FGREP = @FGREP@
260 GREP = @GREP@
261 INSTALL = @INSTALL@
262 INSTALL_DATA = @INSTALL_DATA@
263 INSTALL_PROGRAM = @INSTALL_PROGRAM@
264 INSTALL_SCRIPT = @INSTALL_SCRIPT@
265 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
266 LD = @LD@
267 LDFLAGS = @LDFLAGS@
268 LIBOBJS = @LIBOBJS@
269 LIBS = @LIBS@
270 LIBTOOL = @LIBTOOL@
271 LIPO = @LIPO@
272 LN_S = @LN_S@
273 LTLIBOBJS = @LTLIBOBJS@
274 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
275 MAKEINFO = @MAKEINFO@
276 MANIFEST_TOOL = @MANIFEST_TOOL@
277 MKDIR_P = @MKDIR_P@
278 NM = @NM@
279 NMEDIT = @NMEDIT@
280 OBJDUMP = @OBJDUMP@
281 OBJEXT = @OBJEXT@
282 OTOOL = @OTOOL@
283 OTOOL64 = @OTOOL64@
284 PACKAGE = @PACKAGE@
285 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
286 PACKAGE_NAME = @PACKAGE_NAME@
287 PACKAGE_STRING = @PACKAGE_STRING@
288 PACKAGE_TARNAME = @PACKAGE_TARNAME@
289 PACKAGE_URL = @PACKAGE_URL@
290 PACKAGE_VERSION = @PACKAGE_VERSION@
291 PATH_SEPARATOR = @PATH_SEPARATOR@
292 RANLIB = @RANLIB@
293 SED = @SED@
294 SET_MAKE = @SET_MAKE@
295 SHELL = @SHELL@
296 SIMD_FLAGS = @SIMD_FLAGS@
297 STRIP = @STRIP@
298 VERSION = @VERSION@
299 abs_builddir = @abs_builddir@
300 abs_srcdir = @abs_srcdir@
301 abs_top_builddir = @abs_top_builddir@
302 abs_top_srcdir = @abs_top_srcdir@
303 ac_ct_AR = @ac_ct_AR@
304 ac_ct_CC = @ac_ct_CC@
305 ac_ct_CXX = @ac_ct_CXX@
306 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
307 am__include = @am__include@
308 am__leading_dot = @am__leading_dot@
309 am__quote = @am__quote@
310 am__tar = @am__tar@
311 am__untar = @am__untar@
312 bindir = @bindir@
313 build = @build@
314 build_alias = @build_alias@
315 build_cpu = @build_cpu@
316 build_os = @build_os@
317 build_vendor = @build_vendor@
318 builddir = @builddir@
319 datadir = @datadir@
320 datarootdir = @datarootdir@
321 docdir = @docdir@
322 dvidir = @dvidir@
323 exec_prefix = @exec_prefix@
324 host = @host@
325 host_alias = @host_alias@
326 host_cpu = @host_cpu@
327 host_os = @host_os@
328 host_vendor = @host_vendor@
329 htmldir = @htmldir@
330 includedir = @includedir@
331 infodir = @infodir@
332 install_sh = @install_sh@
333 libdir = @libdir@
334 libexecdir = @libexecdir@
335 localedir = @localedir@
336 localstatedir = @localstatedir@
337 mandir = @mandir@
338 mkdir_p = @mkdir_p@
339 oldincludedir = @oldincludedir@
340 pdfdir = @pdfdir@
341 prefix = @prefix@
342 program_transform_name = @program_transform_name@
343 psdir = @psdir@
344 runstatedir = @runstatedir@
345 sbindir = @sbindir@
346 sharedstatedir = @sharedstatedir@
347 srcdir = @srcdir@
348 sysconfdir = @sysconfdir@
349 target_alias = @target_alias@
350 top_build_prefix = @top_build_prefix@
351 top_builddir = @top_builddir@
352 top_srcdir = @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 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cauchy.Plo@am__quote@
459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/galois.Plo@am__quote@
460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jerasure.Plo@am__quote@
461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liberation.Plo@am__quote@
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reed_sol.Plo@am__quote@
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timing.Po@am__quote@
464
465 .c.o:
466 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
467 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
468 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
469 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
470 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
471
472 .c.obj:
473 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
474 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
475 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
476 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
478
479 .c.lo:
480 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
481 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
482 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
483 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
484 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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: