Makefile revision 6689
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#
5680N/A
5680N/A#
5341N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
4920N/A#
5680N/ACOMPILER= gcc
5680N/A# Prefer 32-bit as only "binary" delivered is a script with embedded paths.
5680N/ABUILD_BITS= 32_and_64
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_ARCHIVE_HASH= \
4920N/A sha256:3f47d246e3346f2ba4d7c9e882db3ad9ebd3fcbd2e8b732f946e0e3eeb9f429f
4920N/ACOMPONENT_ARCHIVE_URL= http://dev-www.libreoffice.org/src/$(COMPONENT_ARCHIVE)
4920N/A
4920N/ATPNO= 20676
4920N/A
6689N/A# Needs older version of libpng, no longer available in evaluation builds.
6689N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
6689N/A
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
4920N/A
4920N/A
5680N/Aexport PATH=$(GCC_ROOT)/bin:$(GNUBIN):$(USRBINDIR)
4920N/A
4920N/ACONFIGURE_OPTIONS += --disable-static
4920N/A
4920N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
4920N/A
4920N/AREQUIRED_PACKAGES += shell/ksh93
4920N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
4920N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime