VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Makefile
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-08-31 01:56:56 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-08-31 01:56:56 +0200
commit4470d11c39bca7c3d29f7dd596a8fa66f19d42bc (patch)
treed1899b3a02e915693a1d32e3c88bd007014e77a3 /src/Common/Makefile
parent90f91945582b2020f236d666e16028159143c57f (diff)
parent9582d8fbcb57c0297aad3d4a05eac53f1c125cd3 (diff)
downloadVeraCrypt-4470d11c39bca7c3d29f7dd596a8fa66f19d42bc.tar.gz
VeraCrypt-4470d11c39bca7c3d29f7dd596a8fa66f19d42bc.zip
Merge pull request #18 from LouisTakePILLz/master
Linux/MacOSX: Support supplying password to VeraCrypt via pipe (stdin)
Diffstat (limited to 'src/Common/Makefile')
0 files changed, 0 insertions, 0 deletions
#dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
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