components/openssl/openssl-0.9.8-fips-140/Makefile
changeset 774 d0cbca26a17c
parent 609 775168282b2f
child 796 7fa97e814929
equal deleted inserted replaced
773:cfddc5466118 774:d0cbca26a17c
    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, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin:/usr/perl5/bin
    25 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin:/usr/perl5/bin
    26 
    26 
   157 
   157 
   158 # We need ccwrap for building the libraries.
   158 # We need ccwrap for building the libraries.
   159 $(BUILD_32_and_64):	ccwrap
   159 $(BUILD_32_and_64):	ccwrap
   160 build:			$(BUILD_32_and_64)
   160 build:			$(BUILD_32_and_64)
   161 
   161 
       
   162 CLOBBER_PATHS += ccwrap
       
   163 
   162 # We follow what we do for install in openssl/openssl-1.0.0 component. Please
   164 # We follow what we do for install in openssl/openssl-1.0.0 component. Please
   163 # see the comment in Makefile in there for more information.
   165 # see the comment in Makefile in there for more information.
   164 install:	$(INSTALL_32_and_64)
   166 install:	$(INSTALL_32_and_64)
   165 
   167 
   166 # We need to modify the default lint flags to include patched opensslconf.h from
   168 # We need to modify the default lint flags to include patched opensslconf.h from