make-rules/configure.mk
changeset 57 91dc164c5b46
parent 38 cd00ea74156e
child 58 d8024c042a00
equal deleted inserted replaced
56:2b7bb5d1216b 57:91dc164c5b46
    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) 2010, Oracle and/or it's affiliates.  All rights reserved.
    21 # Copyright (c) 2010, 2011 Oracle and/or it's affiliates.  All rights reserved.
    22 #
    22 #
    23 
    23 
    24 #
    24 #
    25 # Rules and Macros for building opens source software that uses configure /
    25 # Rules and Macros for building opens source software that uses configure /
    26 # GNU auto* tools to configure their build for the system they are on.  This
    26 # GNU auto* tools to configure their build for the system they are on.  This
    47 # can be specified in
    47 # can be specified in
    48 #	COMPONENT_BUILD_TARGETS, COMPONENT_INSTALL_TARGETS
    48 #	COMPONENT_BUILD_TARGETS, COMPONENT_INSTALL_TARGETS
    49 #
    49 #
    50 
    50 
    51 CONFIG_SHELL =	/bin/bash
    51 CONFIG_SHELL =	/bin/bash
       
    52 
       
    53 CONFIGURE_ENV = CONFIG_SHELL="$(CONFIG_SHELL)"
    52 
    54 
    53 CONFIGURE_OPTIONS += --prefix=/usr
    55 CONFIGURE_OPTIONS += --prefix=/usr
    54 CONFIGURE_OPTIONS += CC="$(CC)"
    56 CONFIGURE_OPTIONS += CC="$(CC)"
    55 CONFIGURE_OPTIONS += CXX="$(CCC)"
    57 CONFIGURE_OPTIONS += CXX="$(CCC)"
    56 CONFIGURE_OPTIONS.32 += --bindir=/usr/bin
    58 CONFIGURE_OPTIONS.32 += --bindir=/usr/bin