Makefile revision 4920
4920N/A#
4920N/A# CDDL HEADER START
4920N/A#
4920N/A# The contents of this file are subject to the terms of the
4920N/A# Common Development and Distribution License (the "License").
4920N/A# You may not use this file except in compliance with the License.
4920N/A#
4920N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4920N/A# or http://www.opensolaris.org/os/licensing.
4920N/A# See the License for the specific language governing permissions
4920N/A# and limitations under the License.
4920N/A#
4920N/A# When distributing Covered Code, include this CDDL HEADER in each
4920N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4920N/A# If applicable, add the following below this CDDL HEADER, with the
4920N/A# fields enclosed by brackets "[]" replaced with your own identifying
4920N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4920N/A#
4920N/A# CDDL HEADER END
4920N/A#
4920N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
4920N/A#
4920N/Ainclude ../../make-rules/shared-macros.mk
4920N/A
4920N/ACOMPONENT_NAME= cppunit
4920N/ACOMPONENT_VERSION= 1.13.2
4920N/ACOMPONENT_PROJECT_URL= http://freedesktop.org/wiki/Software/cppunit/
4920N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4920N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
4920N/ACOMPONENT_ARCHIVE_HASH= \
4920N/A sha256:3f47d246e3346f2ba4d7c9e882db3ad9ebd3fcbd2e8b732f946e0e3eeb9f429f
4920N/ACOMPONENT_ARCHIVE_URL= http://dev-www.libreoffice.org/src/$(COMPONENT_ARCHIVE)
4920N/ACOMPONENT_BUGDB= utility/cppunit
4920N/A
4920N/ATPNO= 20676
4920N/A
4920N/Ainclude $(WS_MAKE_RULES)/prep.mk
4920N/Ainclude $(WS_MAKE_RULES)/configure.mk
4920N/Ainclude $(WS_MAKE_RULES)/ips.mk
4920N/A
4920N/A
4920N/ACOMPILER=gcc
4920N/AGCC_ROOT=/usr/gcc/4.8
4920N/Aexport PATH=$(GCC_ROOT)/bin:/usr/gnu/bin:/usr/bin
4920N/A
4920N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
4920N/ACONFIGURE_OPTIONS += CXXFLAGS="$(CXXFLAGS)"
4920N/ACONFIGURE_OPTIONS += --disable-static
4920N/A
4920N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
4920N/A
4920N/AASLR_MODE = $(ASLR_ENABLE)
4920N/A
4920N/Aconfigure: $(CONFIGURE_32_and_64)
4920N/A
4920N/Abuild: $(BUILD_32_and_64)
4920N/A
4920N/Ainstall: $(INSTALL_32_and_64)
4920N/A
4920N/Atest: $(TEST_32_and_64)
4920N/A
4920N/AREQUIRED_PACKAGES += shell/ksh93
4920N/AREQUIRED_PACKAGES += system/library
4920N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
4920N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
4920N/AREQUIRED_PACKAGES += system/linker