mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
18 lines
232 B
Plaintext
18 lines
232 B
Plaintext
TARGETNAME=Common
|
|
TARGETTYPE=DRIVER_LIBRARY
|
|
|
|
INCLUDES = ..;../Crypto
|
|
|
|
SOURCES = \
|
|
Cache.c \
|
|
Crc.c \
|
|
Crypto.c \
|
|
EncryptionThreadPool.c \
|
|
Endian.c \
|
|
GfMul.c \
|
|
Pkcs5.c \
|
|
Volumes.c \
|
|
Xts.c \
|
|
Tests.c \
|
|
Wipe.c
|