Cross Reference: /solaris-userland/components/diffstat/Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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#
5680N/A
5680N/A#
5551N/A# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
3680N/A#
5680N/ABUILD_BITS= 64
3680N/Ainclude ../../make-rules/shared-macros.mk
3680N/A
3680N/ACOMPONENT_NAME= diffstat
5551N/ACOMPONENT_VERSION= 1.61
3680N/ACOMPONENT_PROJECT_URL= http://invisible-island.net/diffstat/
3680N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tgz
3680N/ACOMPONENT_ARCHIVE_HASH= \
5551N/A sha256:25359e0c27183f997b36c9202583b5dc2df390c20e22a92606af4bf7856a55ee
3680N/ACOMPONENT_ARCHIVE_URL= ftp://invisible-island.net/diffstat/$(COMPONENT_ARCHIVE)
3680N/ACOMPONENT_BUGDB= utility/diffstat
3680N/A
5551N/ATPNO= 27077
3680N/A
5680N/ASYSTEM_TEST_TARGET= $(SYSTEM_TEST_64)
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
3680N/A
5680N/A# Fix 64-bit linking done via compiler.
5680N/ALDFLAGS += $(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)
5680N/ACOMPONENT_SYSTEM_TEST_ENV = PATH=$(USRBINDIR):$(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 =