Bug 460926 A11y hierachy is broken on Ubuntu 8.10 (GNOME 2.24), r=Evan.Yan sr=roc
[wine-gecko.git] / security / nss / lib / softoken / manifest.mn
blob24f026624a60abf5f03ab2af9da5226ff4f59bab
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 MODULE = nss
40 DIRS = legacydb
42 REQUIRES = dbm
44 LIBRARY_NAME = softokn
45 LIBRARY_VERSION = 3
46 MAPFILE = $(OBJDIR)/softokn.def
48 DEFINES += -DSHLIB_SUFFIX=\"$(DLL_SUFFIX)\" -DSHLIB_PREFIX=\"$(DLL_PREFIX)\" -DSOFTOKEN_LIB_NAME=\"$(notdir $(SHARED_LIBRARY))\" -DSHLIB_VERSION=\"$(LIBRARY_VERSION)\"
50 ifdef MOZILLA_CLIENT
51 INCLUDES += -I$(DIST)/include/sqlite3
52 endif
54 EXPORTS = \
55         pkcs11.h \
56         pkcs11f.h \
57         pkcs11p.h \
58         pkcs11t.h \
59         pkcs11n.h \
60         pkcs11u.h \
61         $(NULL)
63 PRIVATE_EXPORTS = \
64         lgglue.h  \
65         lowkeyi.h \
66         lowkeyti.h \
67         pk11pars.h \
68         pkcs11ni.h \
69         softoken.h \
70         softoknt.h \
71         softkver.h \
72         sdb.h \
73         sftkdbt.h \
74         $(NULL)
76 CSRCS = \
77         ecdecode.c \
78         fipsaudt.c \
79         fipstest.c \
80         fipstokn.c \
81         lgglue.c   \
82         lowkey.c   \
83         lowpbe.c   \
84         padbuf.c   \
85         pkcs11.c   \
86         pkcs11c.c  \
87         pkcs11u.c  \
88         rsawrapr.c  \
89         sdb.c  \
90         sftkdb.c  \
91         sftkmod.c  \
92         sftkpars.c  \
93         sftkpwd.c  \
94         softkver.c  \
95         tlsprf.c   \
96         $(NULL)
98 ifdef SQLITE_UNSAFE_THREADS
99 DEFINES += -DSQLITE_UNSAFE_THREADS
100 endif
102 # This part of the code, including all sub-dirs, can be optimized for size
103 export ALLOW_OPT_CODE_SIZE = 1