Makefile revision 3996
146N/A#
146N/A# CDDL HEADER START
146N/A#
146N/A# The contents of this file are subject to the terms of the
146N/A# Common Development and Distribution License (the "License").
146N/A# You may not use this file except in compliance with the License.
146N/A#
146N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
146N/A# or http://www.opensolaris.org/os/licensing.
146N/A# See the License for the specific language governing permissions
146N/A# and limitations under the License.
146N/A#
146N/A# When distributing Covered Code, include this CDDL HEADER in each
146N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
146N/A# If applicable, add the following below this CDDL HEADER, with the
146N/A# fields enclosed by brackets "[]" replaced with your own identifying
146N/A# information: Portions Copyright [yyyy] [name of copyright owner]
146N/A#
146N/A# CDDL HEADER END
146N/A#
146N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
146N/A#
3996N/Ainclude ../../make-rules/shared-macros.mk
146N/A
146N/ACOMPONENT_NAME= which
3996N/ACOMPONENT_VERSION= 2.16
3996N/ACOMPONENT_PROJECT_URL= http://www.xs4all.nl/~carlo17/which/
3996N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
3996N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
146N/ACOMPONENT_ARCHIVE_HASH= \
146N/A sha256:0ac8502e9985a3ac6b0e2aa4f2a60f91cad0dc0cca6dc9c1c142ebba4b8dd664
614N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/which/$(COMPONENT_ARCHIVE)
1439N/ACOMPONENT_BUGDB= utility/gnu-which
1439N/A
614N/ATPNO= 9202
614N/A
844N/Ainclude $(WS_MAKE_RULES)/prep.mk
1439N/Ainclude $(WS_MAKE_RULES)/configure.mk
1439N/Ainclude $(WS_MAKE_RULES)/ips.mk
1273N/A
146N/ACONFIGURE_PREFIX = /usr/gnu
3661N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
3661N/ACONFIGURE_OPTIONS += --disable-iberty
3996N/ACONFIGURE_OPTIONS += --disable-dependency-tracking
3996N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
3996N/A
146N/A# common targets
146N/Abuild: $(BUILD_32)
1439N/A
146N/Ainstall: $(INSTALL_32)
3984N/A
3984N/Atest: $(TEST_32)
3984N/A
3984N/A
146N/AREQUIRED_PACKAGES += system/library
206N/A