A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
Cipher_code.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update
[Cipher_code.git]
/
IDA_new
/
jerasure
/
Makefile
diff --git
a/IDA_new/jerasure/Makefile
b/IDA_new/jerasure/Makefile
index 9de9da2fd084dd016907123c3d49831c3365c742..3473515f558a6307124c46260436644023db1e3e 100644
(file)
--- a/
IDA_new/jerasure/Makefile
+++ b/
IDA_new/jerasure/Makefile
@@
-1,7
+1,7
@@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15
.1
from Makefile.am.
# Makefile. Generated from Makefile.in by configure.
# Makefile. Generated from Makefile.in by configure.
-# Copyright (C) 1994-201
4
Free Software Foundation, Inc.
+# Copyright (C) 1994-201
7
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@
-574,7
+574,7
@@
distdir: $(DISTFILES)
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
dist-gzip: distdir
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
dist-gzip: distdir
- tardir=$(distdir) && $(am__tar) |
GZIP=$(GZIP_ENV) gzip
-c >$(distdir).tar.gz
+ tardir=$(distdir) && $(am__tar) |
eval GZIP= gzip $(GZIP_ENV)
-c >$(distdir).tar.gz
$(am__post_remove_distdir)
dist-bzip2: distdir
$(am__post_remove_distdir)
dist-bzip2: distdir
@@
-600,7
+600,7
@@
dist-shar: distdir
@echo WARNING: "Support for shar distribution archives is" \
"deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
@echo WARNING: "Support for shar distribution archives is" \
"deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
- shar $(distdir) |
GZIP=$(GZIP_ENV) gzip
-c >$(distdir).shar.gz
+ shar $(distdir) |
eval GZIP= gzip $(GZIP_ENV)
-c >$(distdir).shar.gz
$(am__post_remove_distdir)
dist-zip: distdir
$(am__post_remove_distdir)
dist-zip: distdir
@@
-618,7
+618,7
@@
dist dist-all:
distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
-
GZIP=$(GZIP_ENV) gzip
-dc $(distdir).tar.gz | $(am__untar) ;;\
+
eval GZIP= gzip $(GZIP_ENV)
-dc $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lz*) \
*.tar.bz2*) \
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lz*) \
@@
-628,7
+628,7
@@
distcheck: dist
*.tar.Z*) \
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
*.tar.Z*) \
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
-
GZIP=$(GZIP_ENV) gzip
-dc $(distdir).shar.gz | unshar ;;\
+
eval GZIP= gzip $(GZIP_ENV)
-dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
unzip $(distdir).zip ;;\
esac
*.zip*) \
unzip $(distdir).zip ;;\
esac