components/stdcxx/Makefile
changeset 1148 f165f5ee8976
parent 1058 34d7aaa03423
child 1352 1358a1e1ff4c
equal deleted inserted replaced
1147:6095231b2f75 1148:f165f5ee8976
    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 
    23 
    24 # we really need to use studio so we don't like that
    24 # we really need to use studio so we don't like that
    25 # parfait is g++ in disguise
    25 # parfait is g++ in disguise
    26 PARFAIT_BUILD=no
    26 PARFAIT_BUILD=no
    36 COMPONENT_PROJECT_URL=	http://stdcxx.apache.org/
    36 COMPONENT_PROJECT_URL=	http://stdcxx.apache.org/
    37 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    37 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    38 COMPONENT_ARCHIVE_HASH=	\
    38 COMPONENT_ARCHIVE_HASH=	\
    39     sha256:00854223cbd947bf1bd85d9dabd1b2829706d9062e0007d5022082a5e4b7e15e
    39     sha256:00854223cbd947bf1bd85d9dabd1b2829706d9062e0007d5022082a5e4b7e15e
    40 COMPONENT_ARCHIVE_URL=	http://www.apache.org/dist/stdcxx/$(COMPONENT_ARCHIVE)
    40 COMPONENT_ARCHIVE_URL=	http://www.apache.org/dist/stdcxx/$(COMPONENT_ARCHIVE)
    41 COMPONENT_BUGDB=	library/stdcxx
    41 COMPONENT_BUGDB=	library/libstdcxx
    42 
    42 
    43 CLOBBER_PATHS += install.sh
    43 CLOBBER_PATHS += install.sh
    44 
    44 
    45 include ../../make-rules/prep.mk
    45 include ../../make-rules/prep.mk
    46 include ../../make-rules/configure.mk
    46 include ../../make-rules/configure.mk