From 640e6672c36985234929fc94a1b8288a82427699 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 17 Sep 2015 16:43:10 -0500 Subject: v2.0 Release Use TDE builtins for almost all functions This package now only provides the initramfs LUKS configuration and related program(s) --- src/Makefile | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 4addb1c..f0dac07 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,25 +1,10 @@ -all: ckpasswd.o xmalloc.o messages.o ckpass.o ckpasswd smartauthmon +all: cardpincheck.o cardpincheck -ckpass.o: ckpass.c - gcc ckpass.c -c +cardpincheck.o: cardpincheck.c + gcc cardpincheck.c -c -ckpasswd.o: ckpasswd.c - gcc ckpasswd.c -c - -xmalloc.o: xmalloc.c - gcc xmalloc.c -c - -messages.o: messages.c - gcc messages.c -c - -smartauthmon.o: smartauthmon.cpp - g++ -I/usr/include/tqt -I/usr/include/qt3 -I/usr/include/tqt3 smartauthmon.cpp -c - -ckpasswd: ckpasswd.o - gcc ckpasswd.o xmalloc.o messages.o -o ckpasswd -lpam -lcrypt - -smartauthmon: smartauthmon.o ckpass.o - gcc smartauthmon.o ckpass.o xmalloc.o messages.o -o smartauthmon -ltqt -lpam -lcrypt -ltqt-mt -lstdc++ +cardpincheck: cardpincheck.o + gcc cardpincheck.o -o cardpincheck -ldl -lpthread -lgnutls -lcrypto -lpkcs11-helper clean: - rm -f ckpasswd.o xmalloc.o messages.o ckpasswd + rm -f cardpincheck.o cardpincheck -- cgit v1.2.1