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

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. VERBOSE = 1
  28. include <manifest.mn>
  29. PROGRAM = certutil
  30. PROGRAM = $(OBJDIR)$(PROGRAM).exe
  31. include <$(DEPTH)configconfig.mak>
  32. # let manifest generate C_OBJS, it will prepend ./$(OBJDIR)/
  33. # rules.mak will append C_OBJS onto OBJS.
  34. # OBJS = $(CSRCS:.c=.obj)
  35. # include files are looked for in $LINCS and $INCS.
  36. # $LINCS is in manifest.mnw, computed from REQUIRES=
  37. INCS = $(INCS) 
  38.  -I$(DEPTH)/security/lib/cert 
  39.  -I../include 
  40.  $(NULL)
  41. IGNORE_ME = 
  42.  -I$(DEPTH)/security/lib/key 
  43.  -I$(DEPTH)/security/lib/util  
  44. WINFE = $(DEPTH)/cmd/winfe/mkfiles$(MOZ_BITS)/x86Dbg
  45. # these files are the content of libdbm
  46. DBM_LIB = 
  47.  $(WINFE)/DB.obj 
  48.  $(WINFE)/HASH.obj 
  49.  $(WINFE)/H_BIGKEY.obj 
  50.  $(WINFE)/H_PAGE.obj 
  51.  $(WINFE)/H_LOG2.obj 
  52.  $(WINFE)/H_FUNC.obj 
  53.  $(WINFE)/HASH_BUF.obj 
  54.  $(NULL)
  55. MOZ_LIBS = 
  56.  $(WINFE)/ALLXPSTR.obj 
  57.  $(WINFE)/XP_ERROR.obj 
  58.  $(WINFE)/XPASSERT.obj 
  59.  $(WINFE)/XP_REG.obj 
  60.  $(WINFE)/XP_TRACE.obj 
  61.  $(DBM_LIB) 
  62.  $(WINFE)/XP_STR.obj 
  63.  $(WINFE)/MKTEMP.obj 
  64.  $(NULL)
  65. SEC_LIBS = 
  66.  $(DIST)/lib/cert$(MOZ_BITS).lib 
  67.  $(DIST)/lib/crypto$(MOZ_BITS).lib 
  68.  $(DIST)/lib/hash$(MOZ_BITS).lib 
  69.  $(DIST)/lib/key$(MOZ_BITS).lib 
  70.  $(DIST)/lib/pkcs7$(MOZ_BITS).lib 
  71.  $(DIST)/lib/secmod$(MOZ_BITS).lib 
  72.  $(DIST)/lib/secutl$(MOZ_BITS).lib 
  73.  $(DIST)/lib/ssl$(MOZ_BITS).lib 
  74.  $(NULL)
  75. LLFLAGS = $(LLFLAGS) 
  76.  ../lib/$(OBJDIR)/sectool$(MOZ_BITS).lib 
  77.  $(SEC_LIBS) 
  78.  $(MOZ_LIBS) 
  79.  $(DEPTH)/nspr/src/$(OBJDIR)/getopt.obj 
  80.  $(LIBNSPR) 
  81.  $(NULL)
  82. # awt3240.lib  # brpref32.lib  # cert32.lib
  83. # crypto32.lib  # dllcom.lib  # editor32.lib
  84. # edpref32.lib  # edtplug.lib  # font.lib
  85. # hash32.lib  # htmldg32.lib  # img32.lib
  86. # javart32.lib  # jbn3240.lib  # jdb3240.lib
  87. # jmc.lib  # jpeg3240.lib  # jpw3240.lib
  88. # jrt3240.lib  # js3240.lib  # jsd3240.lib
  89. # key32.lib  # libapplet32.lib  # libnjs32.lib
  90. # libnsc32.lib  # libreg32.lib  # mm3240.lib
  91. # mnpref32.lib  # netcst32.lib  # nsdlg32.lib
  92. # nsldap32.lib  # nsldaps32.lib  # nsn32.lib
  93. # pkcs1232.lib  # pkcs732.lib  # pr3240.lib
  94. # prefui32.lib  # prefuuid.lib  # secmod32.lib
  95. # secnav32.lib  # secutl32.lib  # softup32.lib
  96. # sp3240.lib  # ssl32.lib  # uni3200.lib
  97. # unicvt32.lib  # win32md.lib  # winfont.lib
  98. # xppref32.lib  # zlib32.lib
  99. include <$(DEPTH)configrules.mak>
  100. INSTALL = $(MAKE_INSTALL)
  101. objs: $(OBJS)
  102. $(PROGRAM)::
  103. $(INSTALL) $(DIST)/bin/pr3240.dll ./$(OBJDIR)
  104. programs: $(PROGRAM)
  105. install:: $(TARGETS)
  106. $(INSTALL) $(TARGETS) $(DIST)/bin
  107. # ALLXPSTR.obj  XP_ALLOC.obj  XP_HASH.obj   XP_RGB.obj    XP_WRAP.obj
  108. # CXPRINT.obj   XP_C.cl       XP_LIST.obj   XP_SEC.obj    netscape.exp
  109. # CXPRNDLG.obj  XP_CNTXT.obj  XP_MD5.obj    XP_STR.obj    xp.pch
  110. # EXPORT.obj    XP_CORE.obj   XP_MESG.obj   XP_THRMO.obj  xppref32.dll
  111. # XPASSERT.obj  XP_ERROR.obj  XP_RECT.obj   XP_TIME.obj
  112. # XPLOCALE.obj  XP_FILE.obj   XP_REG.obj    XP_TRACE.obj
  113. symbols:
  114. @echo "CSRCS = $(CSRCS)"
  115. @echo "INCS = $(INCS)"
  116. @echo "OBJS = $(OBJS)"
  117. @echo "LIBRARY = $(LIBRARY)"
  118. @echo "PROGRAM = $(PROGRAM)"
  119. @echo "TARGETS = $(TARGETS)"
  120. @echo "DIST = $(DIST)"
  121. @echo "VERSION_NUMBER = $(VERSION_NUMBER)"
  122. @echo "WINFE = $(WINFE)"
  123. @echo "DBM_LIB = $(DBM_LIB)"
  124. @echo "INSTALL = $(INSTALL)"