components/stdcxx/Makefile
changeset 774 d0cbca26a17c
parent 609 775168282b2f
child 800 2ad056ed89ec
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 
       
    24 # we really need to use studio so we don't like that
       
    25 # parfait is g++ in disguise
       
    26 PARFAIT_BUILD=no
       
    27 
    23 include ../../make-rules/shared-macros.mk
    28 include ../../make-rules/shared-macros.mk
    24 
    29 
    25 PATH=$(dir $(CC)):/usr/gnu/bin:/usr/bin
    30 PATH=$(dir $(CC)):/usr/gnu/bin:/usr/bin
    26 
    31 
    27 COMPONENT_NAME=		stdcxx
    32 COMPONENT_NAME=		stdcxx
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    35 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    31 COMPONENT_PROJECT_URL=	http://stdcxx.apache.org/
    36 COMPONENT_PROJECT_URL=	http://stdcxx.apache.org/
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    37 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    33 COMPONENT_ARCHIVE_HASH=	sha1:38efa30958222b2733f22098b3db09161d2e6c8c
    38 COMPONENT_ARCHIVE_HASH=	sha1:38efa30958222b2733f22098b3db09161d2e6c8c
    34 COMPONENT_ARCHIVE_URL=	http://www.apache.org/dist/stdcxx/$(COMPONENT_ARCHIVE)
    39 COMPONENT_ARCHIVE_URL=	http://www.apache.org/dist/stdcxx/$(COMPONENT_ARCHIVE)
       
    40 
       
    41 CLOBBER_PATHS += install.sh
    35 
    42 
    36 include ../../make-rules/prep.mk
    43 include ../../make-rules/prep.mk
    37 include ../../make-rules/configure.mk
    44 include ../../make-rules/configure.mk
    38 include ../../make-rules/ips.mk
    45 include ../../make-rules/ips.mk
    39 
    46