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