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