components/autogen/Makefile
branchs11-update
changeset 2855 576d5a7857b7
parent 2434 6c9bb5cf5610
child 3661 47545fb8aed4
equal deleted inserted replaced
2854:78392507fd82 2855:576d5a7857b7
    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, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2013, 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 COMPONENT_NAME=		autogen
    25 COMPONENT_NAME=		autogen
    26 COMPONENT_VERSION=	5.9
    26 COMPONENT_VERSION=	5.9
    38 
    38 
    39 # build target is incorrect without this 
    39 # build target is incorrect without this 
    40 COMPONENT_PRE_CONFIGURE_ACTION =        ($(CLONEY) $(SOURCE_DIR) $(@D))
    40 COMPONENT_PRE_CONFIGURE_ACTION =        ($(CLONEY) $(SOURCE_DIR) $(@D))
    41 
    41 
    42 # built in SFW with gcc and builds cleanly now only with gcc
    42 # built in SFW with gcc and builds cleanly now only with gcc
    43 COMPILER = gcc
    43 COMPILER = gcc3
    44 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    44 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    45 
    45 
    46 # strip the environment or install target fails
    46 # strip the environment or install target fails
    47 ENV +=	-i
    47 ENV +=	-i
    48 
    48