components/openssl/openssl-1.0.1/Makefile
branchs11-update
changeset 2930 4177d9c0b142
parent 2921 8da1e7689d13
child 2972 60456e7be821
equal deleted inserted replaced
2928:43b3da52b84a 2930:4177d9c0b142
   170 # the files to the right directories.
   170 # the files to the right directories.
   171 # Same holds for wanboot-stubs.c, which stubs out several functions, that are
   171 # Same holds for wanboot-stubs.c, which stubs out several functions, that are
   172 # not available in the stand-alone environment of wanboot.
   172 # not available in the stand-alone environment of wanboot.
   173 COMPONENT_PRE_BUILD_ACTION = \
   173 COMPONENT_PRE_BUILD_ACTION = \
   174     ( echo "Cloning engines..."; \
   174     ( echo "Cloning engines..."; \
   175       $(LN) -fs $(COMPONENT_DIR)/engines/devcrypto/*.[ch]	$(@D)/engines; \
   175       $(LN) -fs $(COMPONENT_DIR)/engines/pkcs11/*.[ch]		$(@D)/engines; \
   176       $(LN) -fs $(COMPONENT_DIR)/engines/pkcs11/*.[ch]		$(@D)/crypto/engine; \
       
   177       $(LN) -fs $(COMPONENT_DIR)/wanboot-openssl/wanboot-stubs.c	$(@D)/crypto; \
   176       $(LN) -fs $(COMPONENT_DIR)/wanboot-openssl/wanboot-stubs.c	$(@D)/crypto; \
   178       $(LN) -fs $(COMPONENT_DIR)/inline-t4/sparc_arch.h			$(@D)/crypto/; \
   177       $(LN) -fs $(COMPONENT_DIR)/inline-t4/sparc_arch.h			$(@D)/crypto/; \
   179       $(LN) -fs $(COMPONENT_DIR)/inline-t4/md5-sparcv9.pl		$(@D)/crypto/md5/asm; \
   178       $(LN) -fs $(COMPONENT_DIR)/inline-t4/md5-sparcv9.pl		$(@D)/crypto/md5/asm; \
   180       $(LN) -fs $(COMPONENT_DIR)/inline-t4/aest4-sparcv9.pl		$(@D)/crypto/aes/asm; \
   179       $(LN) -fs $(COMPONENT_DIR)/inline-t4/aest4-sparcv9.pl		$(@D)/crypto/aes/asm; \
   181       $(LN) -fs $(COMPONENT_DIR)/inline-t4/dest4-sparcv9.pl		$(@D)/crypto/des/asm; \
   180       $(LN) -fs $(COMPONENT_DIR)/inline-t4/dest4-sparcv9.pl		$(@D)/crypto/des/asm; \