Makefile revision 3661
98N/A#
98N/A# CDDL HEADER START
1356N/A#
1356N/A# The contents of this file are subject to the terms of the
98N/A# Common Development and Distribution License (the "License").
1356N/A# You may not use this file except in compliance with the License.
98N/A#
98N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A
919N/A#
919N/A# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
919N/A#
919N/A
98N/Ainclude ../../make-rules/shared-macros.mk
98N/A
98N/ACOMPONENT_NAME= pbzip2
98N/ACOMPONENT_VERSION= 1.1.6
493N/ACOMPONENT_PROJECT_URL= http://compression.ca/pbzip2/
98N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
98N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1333N/ACOMPONENT_ARCHIVE_HASH= \
98N/A sha256:86bd6d58e5a6c13cf8c709620ebfe186fca423c2724225bb30431fa7a453aee2
911N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
1333N/ACOMPONENT_BUGDB= utility/pbzip2
1333N/A
1333N/ATPNO= 11059
911N/A
98N/Ainclude ../../make-rules/prep.mk
1333N/Ainclude ../../make-rules/justmake.mk
691N/Ainclude ../../make-rules/ips.mk
691N/A
691N/A# pbzip2 Solaris Sun Studio build uses a non-standard Makefile
691N/ACOMPONENT_BUILD_ARGS += CC="$(CXX)"
691N/ACOMPONENT_BUILD_ARGS += -f Makefile.solaris.sunstudio
691N/ACOMPONENT_INSTALL_ARGS += -f Makefile.solaris.sunstudio
98N/ACOMPONENT_INSTALL_ARGS += PREFIX=$(PROTOUSRDIR)
1356N/A
1356N/A# common targets
1356N/Abuild: $(BUILD_64)
1356N/A
98N/Ainstall: $(INSTALL_64)
98N/A
493N/Atest: $(NO_TESTS)
98N/A
98N/Ainclude ../../make-rules/depend.mk
965N/A