gst-plugins-base1: Update to 1.22.1
[oi-userland.git] / components / developer / m4 / Makefile
blob385a38412cd96e5e9f4b2efbf492df960dc78149
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
23 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2017, Aurelien Larcher.
27 BUILD_BITS= 64
28 include ../../../make-rules/shared-macros.mk
30 COMPONENT_NAME= m4
31 COMPONENT_VERSION= 1.4.19
32 COMPONENT_FMRI= developer/macro/gnu-m4
33 COMPONENT_SUMMARY= GNU m4
34 COMPONENT_CLASSIFICATION= Development/GNU
35 COMPONENT_PROJECT_URL= https://www.gnu.org/software/m4/
36 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
37 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
38 COMPONENT_ARCHIVE_HASH= sha256:3be4a26d825ffdfda52a56fc43246456989a3630093cced3fbddf4771ee58a70
39 COMPONENT_ARCHIVE_URL= https://ftp.gnu.org/gnu/m4/$(COMPONENT_ARCHIVE)
40 COMPONENT_LICENSE= GPLv3, FDLv1.2
42 include $(WS_MAKE_RULES)/common.mk
44 PATH=$(PATH.gnu)
46 ASLR_MODE = $(ASLR_ENABLE)
48 CONFIGURE_PREFIX = /usr/gnu
49 CONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
51 # Note that stackovf.test may fail on SPARC platform.
52 # The update of libsigsegv library might resolve this failure.
53 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
55 # The Makefile in the checks directory has different targets for the
56 # equivalent of "gmake test" and "gmake system-test".
57 COMPONENT_TEST_DIR = $(@D)/checks
58 COMPONENT_TEST_TARGETS = check-local
60 COMPONENT_SYSTEM_TEST_DIR = $(@D)/checks
61 COMPONENT_SYSTEM_TEST_TARGETS = installcheck
63 COMPONENT_TEST_TRANSFORMS += \
64 '-e "/^Making check.*/d"' \
65 '-e "/ GEN /d"' \
66 '-e "/No differences/d"' \
67 '-e "/^PATH=/d"' \
68 '-e "/^m4/d"' \
69 '-e "/m4-tmp/d"' \
70 '-e "/Killed/d"' \
71 '-e "/^make/d"'
73 # Auto-generated dependencies
74 REQUIRED_PACKAGES += system/library