components/cppunit/Makefile
changeset 5343 48c162cab8f5
parent 5066 7e7b4d607ab6
child 5682 94c0ca64c022
equal deleted inserted replaced
5342:e55d87e99ecd 5343:48c162cab8f5
    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) 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
       
    23 COMPILER=gcc
       
    24 
    23 include ../../make-rules/shared-macros.mk
    25 include ../../make-rules/shared-macros.mk
    24 
    26 
    25 COMPONENT_NAME=		cppunit
    27 COMPONENT_NAME=		cppunit
    26 COMPONENT_VERSION=	1.13.2
    28 COMPONENT_VERSION=	1.13.2
    27 COMPONENT_PROJECT_URL=	http://freedesktop.org/wiki/Software/cppunit/
    29 COMPONENT_PROJECT_URL=	http://freedesktop.org/wiki/Software/cppunit/
    37 include $(WS_MAKE_RULES)/prep.mk
    39 include $(WS_MAKE_RULES)/prep.mk
    38 include $(WS_MAKE_RULES)/configure.mk
    40 include $(WS_MAKE_RULES)/configure.mk
    39 include $(WS_MAKE_RULES)/ips.mk
    41 include $(WS_MAKE_RULES)/ips.mk
    40 
    42 
    41 
    43 
    42 COMPILER=gcc
       
    43 GCC_ROOT=/usr/gcc/4.8
       
    44 export PATH=$(GCC_ROOT)/bin:/usr/gnu/bin:/usr/bin
    44 export PATH=$(GCC_ROOT)/bin:/usr/gnu/bin:/usr/bin
    45 
    45 
    46 CONFIGURE_OPTIONS  +=	CFLAGS="$(CFLAGS)"
    46 CONFIGURE_OPTIONS  +=	CFLAGS="$(CFLAGS)"
    47 CONFIGURE_OPTIONS  +=	CXXFLAGS="$(CXXFLAGS)"
    47 CONFIGURE_OPTIONS  +=	CXXFLAGS="$(CXXFLAGS)"
    48 CONFIGURE_OPTIONS  +=	--disable-static
    48 CONFIGURE_OPTIONS  +=	--disable-static