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