Diffstat (limited to 'pwmanager/libcrypt/mpi/mpi.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | pwmanager/libcrypt/mpi/mpi.pro | 42 |
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 | |||
5 | TEMPLATE = lib | ||
6 | CONFIG += staticlib | ||
7 | DEPENDPATH += generic | ||
8 | INCLUDEPATH += . .. ../crypt | ||
9 | OBJECTS_DIR = obj/$(PLATFORM) | ||
10 | MOC_DIR = moc/$(PLATFORM) | ||
11 | DESTDIR= ../$(PLATFORM) | ||
12 | TARGET = kpmicrompi | ||
13 | # Input | ||
14 | HEADERS += asm-syntax.h \ | ||
15 | longlong.h \ | ||
16 | generic/mpi-asm-defs.h \ | ||
17 | mpi-inline.h \ | ||
18 | mpi-internal.h \ | ||
19 | sysdep.h | ||
20 | SOURCES += 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 | ||