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