Makefile revision 4735
3680N/A#
3680N/A# CDDL HEADER START
3680N/A#
3680N/A# The contents of this file are subject to the terms of the
3680N/A# Common Development and Distribution License (the "License").
3680N/A# You may not use this file except in compliance with the License.
3680N/A#
3680N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3680N/A# or http://www.opensolaris.org/os/licensing.
3680N/A# See the License for the specific language governing permissions
3680N/A# and limitations under the License.
3680N/A#
3680N/A# When distributing Covered Code, include this CDDL HEADER in each
3680N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3680N/A# If applicable, add the following below this CDDL HEADER, with the
3680N/A# fields enclosed by brackets "[]" replaced with your own identifying
3680N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3680N/A#
3680N/A# CDDL HEADER END
3680N/A#
3685N/A# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
3680N/A#
3680N/Ainclude ../../make-rules/shared-macros.mk
3680N/A
3680N/ACOMPONENT_NAME= diffstat
3881N/ACOMPONENT_VERSION= 1.59
3680N/ACOMPONENT_PROJECT_URL= http://invisible-island.net/diffstat/
3680N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
3680N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tgz
3680N/ACOMPONENT_ARCHIVE_HASH= \
3881N/A sha256:267d1441b8889cbefbb7ca7dfd4a17f6c8bc73bc114904c74ecad945a3dbf270
3680N/ACOMPONENT_ARCHIVE_URL= ftp://invisible-island.net/diffstat/$(COMPONENT_ARCHIVE)
3680N/ACOMPONENT_BUGDB= utility/diffstat
3680N/A
3881N/ATPNO= 21548
3680N/A
3817N/Ainclude $(WS_MAKE_RULES)/prep.mk
3817N/Ainclude $(WS_MAKE_RULES)/configure.mk
3817N/Ainclude $(WS_MAKE_RULES)/ips.mk
3680N/A
3680N/ACC += $(CC_BITS)
3680N/A
4735N/ACOMPONENT_TEST_TRANSFORMS += \
4735N/A '-e "/^Checking/d" '
4735N/A
3685N/ACOMPONENT_TEST_DIR = $(SOURCE_DIR)
3685N/ACOMPONENT_TEST_ENV = PATH=$(@D):$(SOURCE_DIR):$(PATH)
3685N/ACOMPONENT_TEST_CMD = ./testing/run_test.sh
3685N/ACOMPONENT_TEST_ARGS = ./testing/case*.pat
3685N/ACOMPONENT_TEST_TARGETS =
3685N/A
4735N/ACOMPONENT_SYSTEM_TEST_DIR = $(SOURCE_DIR)
4735N/ACOMPONENT_SYSTEM_TEST_ENV = PATH=/usr/bin:$(SOURCE_DIR):$(PATH)
4735N/ACOMPONENT_SYSTEM_TEST_CMD = ./testing/run_test.sh
4735N/ACOMPONENT_SYSTEM_TEST_ARGS = ./testing/case*.pat
4735N/ACOMPONENT_SYSTEM_TEST_TARGETS =
4735N/A
3680N/AASLR_MODE = $(ASLR_ENABLE)
3680N/A
3680N/Aconfigure: $(CONFIGURE_64)
3680N/A
3680N/Abuild: $(BUILD_64)
3680N/A
3680N/Ainstall: $(INSTALL_64)
3680N/A
3680N/Atest: $(TEST_64)
3680N/A
4735N/Asystem-test: $(SYSTEM_TEST_64)
4337N/A
3817N/AREQUIRED_PACKAGES += system/library
3680N/A