From e21726fd47adaf461a9434acf8422a865f53f78b Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 26 Jun 2016 10:44:56 -0400 Subject: Move source code one level down in tree to get names in source package right. --- sw/Makefile | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 sw/Makefile (limited to 'sw/Makefile') diff --git a/sw/Makefile b/sw/Makefile deleted file mode 100644 index 9fd3c72..0000000 --- a/sw/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Makefile to build Debian package for Cryptech Alpha board software - -all: - cd thirdparty/libtfm; ${MAKE} - cd libhal; ${MAKE} daemon - cd pkcs11; ${MAKE} - -clean distclean: - for d in thirdparty/libtfm libhal pkcs11; do (cd $$d && ${MAKE} $@); done - -install: all - install -m 644 -D pkcs11/libpkcs11.so ${DESTDIR}/usr/lib/libpkcs11.so - install -D pkcs11/p11util ${DESTDIR}/usr/sbin/p11util - install -D libhal/cryptech_rpcd ${DESTDIR}/usr/sbin/cryptech_rpcd - ln -s libpkcs11.so ${DESTDIR}/usr/lib/libpkcs11.so.0 - -# Might also want to install the firmware tarball, scripts to use it, .... -- cgit v1.2.3