160N/A#
160N/A# CDDL HEADER START
160N/A#
160N/A# The contents of this file are subject to the terms of the
160N/A# Common Development and Distribution License (the "License").
160N/A# You may not use this file except in compliance with the License.
160N/A#
160N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
160N/A# or http://www.opensolaris.org/os/licensing.
160N/A# See the License for the specific language governing permissions
160N/A# and limitations under the License.
160N/A#
160N/A# When distributing Covered Code, include this CDDL HEADER in each
160N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
160N/A# If applicable, add the following below this CDDL HEADER, with the
160N/A# fields enclosed by brackets "[]" replaced with your own identifying
160N/A# information: Portions Copyright [yyyy] [name of copyright owner]
160N/A#
160N/A# CDDL HEADER END
160N/A#
160N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
3996N/A#
160N/Ainclude ../../make-rules/shared-macros.mk
160N/A
160N/ACOMPONENT_NAME= top
160N/ACOMPONENT_VERSION= 3.8beta1
160N/ACOMPONENT_PROJECT_URL= http://www.unixtop.org/
160N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
618N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
160N/ACOMPONENT_ARCHIVE_HASH= \
160N/A sha256:6c683e9cb092078cbc1b2233b15fa8bd3d35a00874e6ba27cf54370d1d64fa4d
844N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)dist/$(COMPONENT_ARCHIVE)
844N/ACOMPONENT_BUGDB= utility/top
160N/A
1273N/ATPNO= 5701
160N/A
3661N/Ainclude $(WS_MAKE_RULES)/prep.mk
3661N/Ainclude $(WS_MAKE_RULES)/configure.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
3996N/A
3996N/AIPS_COMPONENT_VERSION = 3.8
160N/A
160N/A# viewpathing support in the build is broken in the 'install' target
160N/ACOMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
160N/A
160N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
160N/A
160N/A# common targets
160N/Abuild: $(BUILD_64)
160N/A
160N/Ainstall: $(INSTALL_64)
160N/A
160N/A
160N/Atest: $(NO_TESTS)
160N/A
160N/AREQUIRED_PACKAGES += system/library
160N/AREQUIRED_PACKAGES += system/library/math
160N/A