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