diff options
| author | gregory guy <gregory-tde@laposte.net> | 2020-09-29 10:03:35 +0200 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-30 11:19:26 +0900 |
| commit | b6480d1f1071e7736638249a10942fab262fc0c4 (patch) | |
| tree | 68f6b963cec6a55bcd3167e26a1506b86d5aa828 /src | |
| parent | 01259738622644dc5900e1d367cd09820297763a (diff) | |
| download | smartcardauth-b6480d1f1071e7736638249a10942fab262fc0c4.tar.gz smartcardauth-b6480d1f1071e7736638249a10942fab262fc0c4.zip | |
Drop makefile build support.
Add basic cmake build instructions.
Add a README file.
Some cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 6851937dc142ee360fa0c84be439a41f01c6b45d)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/Makefile b/src/Makefile deleted file mode 100644 index 4addb1c..0000000 --- a/src/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -all: ckpasswd.o xmalloc.o messages.o ckpass.o ckpasswd smartauthmon - -ckpass.o: ckpass.c - gcc ckpass.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++ - -clean: - rm -f ckpasswd.o xmalloc.o messages.o ckpasswd |
