components/autogen/Makefile
changeset 1645 ff50a80c552a
parent 1605 7fc7910b6d94
child 1948 2d1537e7942d
equal deleted inserted replaced
1644:99106880f744 1645:ff50a80c552a
    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 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.16.2
    26 COMPONENT_VERSION=	5.16.2
    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 =	gcc
    44 # Parfait doesn't work with the GNU 4.7 compilers yet.
       
    45 ifeq   ($(strip $(PARFAIT_BUILD)),yes)
       
    46 COMPILER =	gcc3
       
    47 endif
       
    48 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    44 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    49 
    45 
    50 # strip the environment or install target fails
    46 # strip the environment or install target fails
    51 ENV +=	-i
    47 ENV +=	-i
    52 
    48