summaryrefslogtreecommitdiffabout
path: root/pwmanager/libcrypt/mpi/mpi.pro
authorzautrix <zautrix>2004-10-19 20:16:14 (UTC)
committer zautrix <zautrix>2004-10-19 20:16:14 (UTC)
commiteca49bb06a71980ef61d078904573f25890fc7f2 (patch) (unidiff)
treec5338e3b12430248979a9ac2c1c7e6646ea9ecdf /pwmanager/libcrypt/mpi/mpi.pro
parent53cc32b6e7b1f672bf91b2baf2df6c1e8baf3e0a (diff)
downloadkdepimpi-eca49bb06a71980ef61d078904573f25890fc7f2.zip
kdepimpi-eca49bb06a71980ef61d078904573f25890fc7f2.tar.gz
kdepimpi-eca49bb06a71980ef61d078904573f25890fc7f2.tar.bz2
Initial revision
Diffstat (limited to 'pwmanager/libcrypt/mpi/mpi.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/libcrypt/mpi/mpi.pro42
1 files changed, 42 insertions, 0 deletions
diff --git a/pwmanager/libcrypt/mpi/mpi.pro b/pwmanager/libcrypt/mpi/mpi.pro
new file mode 100644
index 0000000..cf750ec
--- a/dev/null
+++ b/pwmanager/libcrypt/mpi/mpi.pro
@@ -0,0 +1,42 @@
1######################################################################
2# Automatically generated by qmake (1.07a) Tue Oct 19 15:37:52 2004
3######################################################################
4
5TEMPLATE = lib
6CONFIG += staticlib
7DEPENDPATH += generic
8INCLUDEPATH += . .. ../crypt
9OBJECTS_DIR = obj/$(PLATFORM)
10MOC_DIR = moc/$(PLATFORM)
11DESTDIR= ../$(PLATFORM)
12 TARGET = kpmicrompi
13# Input
14HEADERS += asm-syntax.h \
15 longlong.h \
16 generic/mpi-asm-defs.h \
17 mpi-inline.h \
18 mpi-internal.h \
19 sysdep.h
20SOURCES += mpi-add.c \
21 mpi-bit.c \
22 mpi-cmp.c \
23 mpi-div.c \
24 mpi-gcd.c \
25 mpi-inline.c \
26 mpi-inv.c \
27 mpi-mpow.c \
28 mpi-mul.c \
29 mpi-pow.c \
30 mpi-scan.c \
31 mpicoder.c \
32 mpih-div.c \
33 mpih-mul.c \
34 mpiutil.c \
35 generic/mpih-add1.c \
36 generic/mpih-lshift.c \
37 generic/mpih-mul1.c \
38 generic/mpih-mul2.c \
39 generic/mpih-mul3.c \
40 generic/mpih-rshift.c \
41 generic/mpih-sub1.c \
42 generic/udiv-w-sdiv.c