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