manifest.mn
上传用户:lyxiangda
上传日期:2007-01-12
资源大小:3042k
文件大小:2k
源码类别:

CA认证

开发平台:

WINDOWS

  1. # The contents of this file are subject to the Mozilla Public
  2. # License Version 1.1 (the "License"); you may not use this file
  3. # except in compliance with the License. You may obtain a copy of
  4. # the License at http://www.mozilla.org/MPL/
  5. # Software distributed under the License is distributed on an "AS
  6. # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  7. # implied. See the License for the specific language governing
  8. # rights and limitations under the License.
  9. # The Original Code is the Netscape security libraries.
  10. # The Initial Developer of the Original Code is Netscape
  11. # Communications Corporation.  Portions created by Netscape are 
  12. # Copyright (C) 1994-2000 Netscape Communications Corporation.  All
  13. # Rights Reserved.
  14. # Contributor(s):
  15. # Alternatively, the contents of this file may be used under the
  16. # terms of the GNU General Public License Version 2 or later (the
  17. # "GPL"), in which case the provisions of the GPL are applicable 
  18. # instead of those above.  If you wish to allow use of your 
  19. # version of this file only under the terms of the GPL and not to
  20. # allow others to use your version of this file under the MPL,
  21. # indicate your decision by deleting the provisions above and
  22. # replace them with the notice and other provisions required by
  23. # the GPL.  If you do not delete the provisions above, a recipient
  24. # may use your version of this file under either the MPL or the
  25. # GPL.
  26. #
  27. CORE_DEPTH = ../../..
  28. EXPORTS = 
  29. base64.h 
  30. ciferfam.h 
  31. nssb64.h 
  32. nssb64t.h 
  33. nsslocks.h 
  34. nssrwlk.h 
  35. nssrwlkt.h 
  36. portreg.h 
  37. pqgutil.h 
  38. secasn1.h 
  39. secasn1t.h 
  40. seccomon.h 
  41. secder.h 
  42. secdert.h 
  43. secdig.h 
  44. secdigt.h 
  45. secitem.h 
  46. secoid.h 
  47. secoidt.h 
  48. secport.h 
  49. secrng.h 
  50. secrngt.h 
  51. secerr.h 
  52. watcomfx.h 
  53. $(NULL)
  54. MODULE = security
  55. CSRCS = 
  56. secdig.c 
  57. derdec.c 
  58. derenc.c 
  59. dersubr.c 
  60. dertime.c 
  61. nssb64d.c 
  62. nssb64e.c 
  63. nssrwlk.c 
  64. nsslocks.c 
  65. portreg.c 
  66. pqgutil.c 
  67. secalgid.c 
  68. secasn1d.c 
  69. secasn1e.c 
  70. secasn1u.c 
  71. secitem.c 
  72. secoid.c 
  73. sectime.c 
  74. secport.c 
  75. secinit.c 
  76. sysrand.c 
  77. utf8.c 
  78. $(NULL)
  79. ifeq ($(subst /,,$(shell uname -s)),OS2)
  80. CSRCS += os2_rand.c
  81. endif
  82. # mac_rand.c
  83. # unix_rand.c
  84. # win_rand.c
  85. # prelib.c
  86. REQUIRES = security dbm
  87. LIBRARY_NAME = secutil