Makefile revision 1273
667N/A#
667N/A# CDDL HEADER START
667N/A#
667N/A# The contents of this file are subject to the terms of the
667N/A# Common Development and Distribution License (the "License").
667N/A# You may not use this file except in compliance with the License.
667N/A#
667N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
667N/A# or http://www.opensolaris.org/os/licensing.
667N/A# See the License for the specific language governing permissions
667N/A# and limitations under the License.
667N/A#
667N/A# When distributing Covered Code, include this CDDL HEADER in each
667N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
667N/A# If applicable, add the following below this CDDL HEADER, with the
667N/A# fields enclosed by brackets "[]" replaced with your own identifying
667N/A# information: Portions Copyright [yyyy] [name of copyright owner]
667N/A#
667N/A# CDDL HEADER END
667N/A#
667N/A# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
667N/A#
667N/Ainclude ../../make-rules/shared-macros.mk
667N/A
667N/ACOMPONENT_NAME= xz
667N/ACOMPONENT_VERSION= 5.0.1
667N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
667N/ACOMPONENT_PROJECT_URL= http://tukaani.org/xz/
667N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:3770b8872a4322b9502937b4781d523303bf193962c4822899fd3a210878fc80
667N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
1273N/ACOMPONENT_BUGDB= utility/xz
667N/A
667N/Ainclude ../../make-rules/prep.mk
667N/Ainclude ../../make-rules/configure.mk
667N/Ainclude ../../make-rules/ips.mk
667N/A
667N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
667N/A
667N/A# common targets
667N/Abuild: $(BUILD_32_and_64)
667N/A
667N/Ainclude ../../make-rules/shared-targets.mk
667N/A
667N/Ainstall: $(INSTALL_32_and_64)
667N/A
667N/Atest: $(TEST_32_and_64)
667N/A
667N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
667N/A
667N/Ainclude ../../make-rules/depend.mk
667N/A