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