diff options
author | Rob Austein <sra@hactrn.net> | 2016-06-24 17:08:20 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-06-24 17:08:20 -0400 |
commit | 129e802fd4e0ca73f9dbae7968331d055c3a97d1 (patch) | |
tree | 4bfc0592328844886a6a4693b053254f8f893527 /libtfm/tomsfastmath | |
parent | 8be614f02ddd5772582e375084ad0822524fd888 (diff) |
VPATH build for libpkcs11.so, and first cut at libpkcs11.dylib for Mac OS X.
The Mac OS X build compiles, but is otherwise completely untested, and
won't even be testable until cryptech_rpcd support configuring
high-speed UARTs on Mac OS X (OS-specific voodoo).
Diffstat (limited to 'libtfm/tomsfastmath')
-rw-r--r-- | libtfm/tomsfastmath/GNUmakefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libtfm/tomsfastmath/GNUmakefile b/libtfm/tomsfastmath/GNUmakefile new file mode 100644 index 0000000..ea0a524 --- /dev/null +++ b/libtfm/tomsfastmath/GNUmakefile @@ -0,0 +1,8 @@ +ifndef CRYPTECH_ROOT + CRYPTECH_ROOT := $(abspath ../../../..) +endif + +vpath %.c ${CRYPTECH_ROOT}/sw/thirdparty/libtfm/tomsfastmath +vpath %.h ${CRYPTECH_ROOT}/sw/thirdparty/libtfm/tomsfastmath + +include ${CRYPTECH_ROOT}/sw/thirdparty/libtfm/tomsfastmath/makefile |