120N/A#
120N/A# CDDL HEADER START
120N/A#
120N/A# The contents of this file are subject to the terms of the
120N/A# Common Development and Distribution License (the "License").
120N/A# You may not use this file except in compliance with the License.
120N/A#
120N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
120N/A# or http://www.opensolaris.org/os/licensing.
120N/A# See the License for the specific language governing permissions
120N/A# and limitations under the License.
120N/A#
120N/A# When distributing Covered Code, include this CDDL HEADER in each
120N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
120N/A# If applicable, add the following below this CDDL HEADER, with the
120N/A# fields enclosed by brackets "[]" replaced with your own identifying
120N/A# information: Portions Copyright [yyyy] [name of copyright owner]
120N/A#
120N/A# CDDL HEADER END
120N/A#
120N/A
120N/A#
3996N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
120N/A#
120N/A
120N/Ainclude ../../make-rules/shared-macros.mk
120N/A
120N/ACOMPONENT_NAME= bison
120N/ACOMPONENT_VERSION= 2.3
618N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/bison/
120N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
120N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:52f78aa4761a74ceb7fdf770f3554dd84308c3b93c4255e3a5c17558ecda293e
120N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/bison/$(COMPONENT_ARCHIVE)
1273N/ACOMPONENT_BUGDB= utility/bison
120N/A
3661N/ATPNO= 6254
3661N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/configure.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
120N/A
486N/ACONFIGURE_LIBDIR.32 = $(GNULIB)
486N/ACONFIGURE_LIBDIR.64 = $(GNULIB)/$(MACH64)
120N/A
120N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
120N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
120N/A
181N/A$(INSTALL_32): $(INSTALL_64)
120N/A
120N/A# common targets
181N/Abuild: $(BUILD_32_and_64)
120N/A
181N/Ainstall: $(INSTALL_32_and_64)
181N/A
181N/Atest: $(TEST_32)
120N/A
120N/A
3996N/AREQUIRED_PACKAGES += developer/macro/gnu-m4
3996N/AREQUIRED_PACKAGES += system/library