summaryrefslogtreecommitdiffabout
path: root/pwmanager/libcrypt/cipher/cipher.pro
Unidiff
Diffstat (limited to 'pwmanager/libcrypt/cipher/cipher.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/libcrypt/cipher/cipher.pro70
1 files changed, 70 insertions, 0 deletions
diff --git a/pwmanager/libcrypt/cipher/cipher.pro b/pwmanager/libcrypt/cipher/cipher.pro
new file mode 100644
index 0000000..9860136
--- a/dev/null
+++ b/pwmanager/libcrypt/cipher/cipher.pro
@@ -0,0 +1,70 @@
1######################################################################
2# Automatically generated by qmake (1.07a) Tue Oct 19 14:06:16 2004
3######################################################################
4
5TEMPLATE = lib
6INCLUDEPATH += . .. ../crypt
7
8CONFIG += staticlib
9OBJECTS_DIR = obj/$(PLATFORM)
10MOC_DIR = moc/$(PLATFORM)
11DESTDIR= ../$(PLATFORM)
12 TARGET = kpmicrocipher
13
14# Input
15HEADERS += bithelp.h rand-internal.h random.h rmd.h
16SOURCES += ac.c \
17 arcfour.c \
18 blowfish.c \
19 cast5.c \
20 cipher.c \
21 crc.c \
22 des.c \
23 dsa.c \
24 elgamal.c \
25 md.c \
26 md4.c \
27 md5.c \
28 primegen.c \
29 pubkey.c \
30 random.c \
31 rfc2268.c \
32 rijndael.c \
33 rmd160.c \
34 rndegd.c \
35 rndlinux.c \
36 rndunix.c \
37 rsa.c \
38 serpent.c \
39 sha1.c \
40 sha256.c \
41 sha512.c \
42 tiger.c \
43 twofish.c
44
45 # rndw32.c \
46
47
48HEADERS += ../crypt/ath.h \
49 ../crypt/cipher.h \
50 ../crypt/g10lib.h \
51 ../crypt/gcrypt-module.h \
52 ../crypt/gcrypt.h \
53 ../crypt/mpi.h \
54 ../crypt/secmem.h \
55 ../crypt/stdmem.h \
56 ../crypt/types.h
57SOURCES += ../crypt/ath.c \
58 ../crypt/global.c \
59 ../crypt/misc.c \
60 ../crypt/missing-string.c \
61 ../crypt/module.c \
62 ../crypt/secmem.c \
63 ../crypt/sexp.c \
64 ../crypt/stdmem.c
65
66
67
68
69#LIBS += -L../$(PLATFORM)
70#LIBS += -lgcrypt -lmpi -lerror \ No newline at end of file