Makefile revision 3661
1585N/A#
1585N/A# CDDL HEADER START
1585N/A#
1585N/A# The contents of this file are subject to the terms of the
1585N/A# Common Development and Distribution License (the "License").
1585N/A# You may not use this file except in compliance with the License.
1585N/A#
1585N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1585N/A# or http://www.opensolaris.org/os/licensing.
1585N/A# See the License for the specific language governing permissions
1585N/A# and limitations under the License.
1585N/A#
1585N/A# When distributing Covered Code, include this CDDL HEADER in each
1585N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1585N/A# If applicable, add the following below this CDDL HEADER, with the
1585N/A# fields enclosed by brackets "[]" replaced with your own identifying
1585N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1585N/A#
1585N/A# CDDL HEADER END
1585N/A#
1585N/A
1585N/A#
3661N/A# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
1585N/A#
1585N/A
1585N/Ainclude ../../make-rules/shared-macros.mk
1585N/A
1585N/ACOMPONENT_NAME= parallel
1585N/ACOMPONENT_VERSION= 20121122
1585N/A# A leading "0." is included to make it easier to upgrade the package, should
1585N/A# the maintainers decide to go to a more standard version numbering system.
1585N/AIPS_COMPONENT_VERSION= 0.2012.11.22
1585N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/parallel/
1585N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1585N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
1585N/ACOMPONENT_ARCHIVE_HASH= \
1585N/A sha256:0315336141612ba2ec1f76e6c8c58a72f4531777c96b79b91ef64b3980be584f
1585N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
1585N/ACOMPONENT_BUGDB= utility/parallel
1585N/A
3661N/ATPNO= 8651
3661N/A
1585N/Ainclude ../../make-rules/prep.mk
1585N/Ainclude ../../make-rules/configure.mk
1585N/Ainclude ../../make-rules/ips.mk
1585N/A
1585N/A# Set PATH to find /usr/perl5/bin/pod2man, so that the man pages can be
1585N/A# automatically generated
1585N/ACOMPONENT_BUILD_ENV += PATH="/usr/bin:/usr/gnu/bin:/usr/perl5/bin"
1585N/A
1585N/A# common targets
1585N/Abuild: $(BUILD_32)
1585N/A
1585N/Ainstall: $(INSTALL_32)
1585N/A
1585N/Atest: $(NO_TESTS)
1585N/A
1585N/Ainclude ../../make-rules/depend.mk