Print this page
12595 restructure digest crypto-tests
Reviewed by: Jason King <jason.king@joyent.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Change-Id: Id850230fe9e9e0ee9eb39066b3c07e25739866f8

Split Close
Expand all
Collapse all
          --- old/usr/src/test/crypto-tests/tests/Makefile.crypto
          +++ new/usr/src/test/crypto-tests/tests/Makefile.crypto
↓ open down ↓ 5 lines elided ↑ open up ↑
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet at
   9    9  # http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright (c) 2012 by Delphix. All rights reserved.
  14   14  # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  15   15  # Copyright 2019 Joyent, Inc.
       16 +# Copyright 2020 Oxide Computer Company
  16   17  #
  17   18  
  18   19  include $(SRC)/cmd/Makefile.cmd
  19   20  include $(SRC)/test/Makefile.com
  20   21  include $(SRC)/cmd/Makefile.ctf
  21   22  
  22   23  PROGS_32 = $(CRYPTO:%=$(BASEPROG)_32_%)
  23   24  PROGS_64 = $(CRYPTO:%=$(BASEPROG)_64_%)
  24   25  PROGS = $(PROGS_32) $(PROGS_64)
  25   26  
↓ open down ↓ 59 lines elided ↑ open up ↑
  85   86  %.64.o: %.c
  86   87          $(COMPILE64.c) -o $@ $<
  87   88          $(POST_PROCESS_O)
  88   89  
  89   90  install: all $(CMDS)
  90   91  
  91   92  clobber: clean
  92   93          -$(RM) $(PROGS)
  93   94  
  94   95  clean:
  95      -        -$(RM) *.o $(COMMON_OBJS_32) $(COMMON_OBJS_64)
       96 +        -$(RM) *.o $(COMMON_OBJS_32) $(COMMON_OBJS_64) $(PROGS)
  96   97  
  97   98  $(CMDS): $(TESTDIR_pkcs) $(TESTDIR_kcf) $(PROGS)
  98   99  
  99  100  $(TESTDIR_pkcs) $(TESTDIR_kcf):
 100  101          $(INS.dir)
 101  102  
 102  103  $(TESTDIR_pkcs)/%_32: %_32_pkcs
 103  104          $(INS.rename)
 104  105  
 105  106  $(TESTDIR_pkcs)/%_64: %_64_pkcs
 106  107          $(INS.rename)
 107  108  
 108  109  $(TESTDIR_kcf)/%_32: %_32_kcf
 109  110          $(INS.rename)
 110  111  
 111  112  $(TESTDIR_kcf)/%_64: %_64_kcf
 112  113          $(INS.rename)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX