Compilation environment fixes to make make install work correctly.
[crypto.git] / distdir / crypto
1 name Crypto Toolkit
2 package sct
3 bug-report silc-devel@lists.silcnet.org
4 prereq 1.3.2
5
6 # License
7 license distdir/GPL
8 #license distdir/CRYPTO
9 #include distdir/GPL GPL
10 #include distdir/BSD BSD
11 #license-header distdir/GPL-header distdir/CRYPTO-header
12
13 # Distdefs
14 define SILC_DIST_SSH
15 define SILC_DIST_PGP
16 define SILC_DIST_ASN1UTILS
17
18 # Math library
19 define SILC_DIST_TFM
20 #define SILC_DIST_TMA
21
22 # Accelerator library
23 define SILC_DIST_SOFTACC
24 define SILC_DIST_SOFTACC_PKCS
25 define SILC_DIST_SOFTACC_CIPHER
26
27 # Includes
28 include README.WIN32
29 include README.MACOSX
30 include README.SYMBIAN
31
32 # Noprocess to optimize packaging and avoid re-licensing of certain files
33 #noprocess COPYING GPL BSD
34 noprocess COPYING
35 noprocess apps/
36 noprocess win32/
37 noprocess symbian/
38
39 post-process-dist-hook distdir/post-process-dist
40 pre-dist-hook distdir/pre-dist-crypto
41 post-dist-hook distdir/post-dist