components/openssl/openssl-0.9.8-fips-140/Makefile
branchs11-update
changeset 2901 5096530f204e
parent 2855 576d5a7857b7
equal deleted inserted replaced
2898:36ec5a71d659 2901:5096530f204e
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 export PARFAIT_BUILD=no
    23 export PARFAIT_BUILD=no
    24 
    24 
    25 include ../../../make-rules/shared-macros.mk
    25 include ../../../make-rules/shared-macros.mk
    26 
    26 
   142 
   142 
   143 # We do not ship our engines as patches since it would be more difficult to
   143 # We do not ship our engines as patches since it would be more difficult to
   144 # update the files which have been under continuous development. We rather copy
   144 # update the files which have been under continuous development. We rather copy
   145 # the files to the right directories and let OpenSSL makefiles build it.
   145 # the files to the right directories and let OpenSSL makefiles build it.
   146 COMPONENT_PRE_BUILD_ACTION = \
   146 COMPONENT_PRE_BUILD_ACTION = \
   147     ( $(LN) -fs $(COMPONENT_DIR)/engines/pkcs11/*     $(@D)/crypto/engine; ) 
   147     ( $(LN) -fs $(COMPONENT_DIR)/engines/pkcs11/*     $(@D)/engines; ) 
   148 
   148 
   149 # OpenSSL does not install into <dir>/$(MACH64) for 64-bit install so no such
   149 # OpenSSL does not install into <dir>/$(MACH64) for 64-bit install so no such
   150 # directory is created and Userland install code would fail when installing lint
   150 # directory is created and Userland install code would fail when installing lint
   151 # libraries.
   151 # libraries.
   152 COMPONENT_PRE_INSTALL_ACTION = ( $(MKDIR) $(PROTO_DIR)/usr/lib/$(MACH64); )
   152 COMPONENT_PRE_INSTALL_ACTION = ( $(MKDIR) $(PROTO_DIR)/usr/lib/$(MACH64); )