Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(575)

Side by Side Diff: Makefile.am

Issue 2847081: Initial code. (Closed) Base URL: ssh://git@chromiumos-git/libscrypt.git
Patch Set: Use scrypt distro and patch with changes instead. Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | Makefile.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 lib_LTLIBRARIES = libscrypt.la
2 libscrypt_la_SOURCES = src/lib/util/memlimit.c \
3 src/lib/util/readpass.c \
4 src/lib/util/warn.c \
5 src/lib/scryptenc/scryptenc.c \
6 src/lib/scryptenc/scryptenc_cpuperf.c \
7 src/lib/crypto/crypto_scrypt-ref.c \
8 src/lib/crypto/sha256.c \
9 src/lib/crypto/crypto_aesctr.c
10 libscrypt_la_CPPFLAGS = -I src/lib/util -I src/lib/scryptenc -I src/lib/crypto \
11 -I src -fvisibility=hidden
12 libscrypt_la_LDFLAGS = -release 1.1.6
13
14 # TODO(fes): auto-set sse/nosse/ref
15 # src/lib/crypto/crypto_scrypt-nosse.c
16 # src/lib/crypto/crypto_scrypt-sse.c
OLDNEW
« no previous file with comments | « no previous file | Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698