From aa90cb43b370ee219e1e14ad774b662a53178727 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 25 Jun 2016 00:22:11 -0400 Subject: Finish unwinding subrepository hairball: VPATH setup. --- libraries/libtfm/tomsfastmath/GNUmakefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libraries/libtfm/tomsfastmath/GNUmakefile (limited to 'libraries/libtfm/tomsfastmath/GNUmakefile') diff --git a/libraries/libtfm/tomsfastmath/GNUmakefile b/libraries/libtfm/tomsfastmath/GNUmakefile new file mode 100644 index 0000000..7141763 --- /dev/null +++ b/libraries/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 -- cgit v1.2.3