components/berkeleydb/Makefile
changeset 2225 f064d3d3190d
parent 1225 2e558aea9a28
child 3701 2c4a1656e035
equal deleted inserted replaced
2224:f7669e0b3220 2225:f064d3d3190d
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 PATH=$(SPRO_VROOT)/bin:$(JAVA_HOME)/bin:/usr/bin
    28 PATH=$(SPRO_VROOT)/bin:$(JAVA_HOME)/bin:/usr/bin
   100 
   100 
   101 # Do not apply the standard licence transforms for this component.
   101 # Do not apply the standard licence transforms for this component.
   102 LICENSE_TRANSFORMS =
   102 LICENSE_TRANSFORMS =
   103 
   103 
   104 # common targets
   104 # common targets
       
   105 configure:	$(CONFIGURE_32_and_64)
       
   106 
   105 build:		$(BUILD_32_and_64)
   107 build:		$(BUILD_32_and_64)
   106 
   108 
   107 install:	$(INSTALL_32_and_64)
   109 install:	$(INSTALL_32_and_64)
   108 		$(CP) berkeleydb.license $(PROTOUSRDIR)/docs/LICENSE
   110 		$(CP) berkeleydb.license $(PROTOUSRDIR)/docs/LICENSE
   109 
   111