Import from 1.9a8 tarball
[mozilla-nss.git] / security / nss / lib / util / manifest.mn
blob6f5038b87e19e0ff63e0f1ca831a44d3845ecc8e
1
2 # ***** BEGIN LICENSE BLOCK *****
3 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License. You may obtain a copy of the License at
8 # http://www.mozilla.org/MPL/
10 # Software distributed under the License is distributed on an "AS IS" basis,
11 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 # for the specific language governing rights and limitations under the
13 # License.
15 # The Original Code is the Netscape security libraries.
17 # The Initial Developer of the Original Code is
18 # Netscape Communications Corporation.
19 # Portions created by the Initial Developer are Copyright (C) 1994-2000
20 # the Initial Developer. All Rights Reserved.
22 # Contributor(s):
24 # Alternatively, the contents of this file may be used under the terms of
25 # either the GNU General Public License Version 2 or later (the "GPL"), or
26 # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27 # in which case the provisions of the GPL or the LGPL are applicable instead
28 # of those above. If you wish to allow use of your version of this file only
29 # under the terms of either the GPL or the LGPL, and not to allow others to
30 # use your version of this file under the terms of the MPL, indicate your
31 # decision by deleting the provisions above and replace them with the notice
32 # and other provisions required by the GPL or the LGPL. If you do not delete
33 # the provisions above, a recipient may use your version of this file under
34 # the terms of any one of the MPL, the GPL or the LGPL.
36 # ***** END LICENSE BLOCK *****
37 CORE_DEPTH = ../../..
39 EXPORTS = \
40         base64.h \
41         ciferfam.h \
42         nssb64.h \
43         nssb64t.h \
44         nsslocks.h \
45         nssilock.h \
46         nssilckt.h \
47         nssrwlk.h \
48         nssrwlkt.h \
49         portreg.h \
50         secasn1.h \
51         secasn1t.h \
52         seccomon.h \
53         secder.h \
54         secdert.h \
55         secdig.h \
56         secdigt.h \
57         secitem.h \
58         secoid.h \
59         secoidt.h \
60         secport.h \
61         secerr.h \
62         watcomfx.h \
63         $(NULL)
65 PRIVATE_EXPORTS = \
66         pqgutil.h \
67         $(NULL)
69 CSRCS = \
70         quickder.c \
71         secdig.c \
72         derdec.c \
73         derenc.c \
74         dersubr.c \
75         dertime.c \
76         nssb64d.c \
77         nssb64e.c \
78         nssrwlk.c \
79         nssilock.c \
80         nsslocks.c \
81         portreg.c \
82         pqgutil.c \
83         secalgid.c \
84         secasn1d.c \
85         secasn1e.c \
86         secasn1u.c \
87         secitem.c \
88         secoid.c \
89         sectime.c \
90         secport.c \
91         secinit.c \
92         utf8.c \
93         $(NULL)
95 MODULE = nss
97 # don't duplicate module name in REQUIRES
98 REQUIRES = dbm
100 LIBRARY_NAME = secutil