Makefile revision 618
301N/A#
301N/A# CDDL HEADER START
301N/A#
301N/A# The contents of this file are subject to the terms of the
301N/A# Common Development and Distribution License (the "License").
301N/A# You may not use this file except in compliance with the License.
301N/A#
301N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
301N/A# or http://www.opensolaris.org/os/licensing.
301N/A# See the License for the specific language governing permissions
301N/A# and limitations under the License.
301N/A#
301N/A# When distributing Covered Code, include this CDDL HEADER in each
301N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
301N/A# If applicable, add the following below this CDDL HEADER, with the
301N/A# fields enclosed by brackets "[]" replaced with your own identifying
301N/A# information: Portions Copyright [yyyy] [name of copyright owner]
301N/A#
301N/A# CDDL HEADER END
301N/A#
301N/A
301N/A#
814N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
301N/A#
301N/A
301N/Ainclude ../../make-rules/shared-macros.mk
301N/A
485N/ACOMPONENT_NAME= fping
485N/ACOMPONENT_VERSION= 2.4b2_to
301N/AIPS_COMPONENT_VERSION= 2.4.2
301N/ACOMPONENT_PROJECT_URL= http://fping.sourceforge.net/
618N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
301N/ACOMPONENT_ARCHIVE= $(COMPONENT_NAME).tar.gz
301N/ACOMPONENT_ARCHIVE_HASH= sha1:9318f2ec4b389cd74ca32f561fea95f9528f16a3
301N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
301N/A
301N/Ainclude ../../make-rules/prep.mk
301N/Ainclude ../../make-rules/configure.mk
301N/Ainclude ../../make-rules/ips.mk
301N/A
301N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
301N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
301N/A
301N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
301N/A
301N/A
301N/A# common targets
301N/Abuild: $(BUILD_32)
301N/A
301N/Ainstall: $(INSTALL_32)
301N/A
301N/Atest: $(NO_TESTS)
814N/A
814N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
814N/A
301N/Ainclude ../../make-rules/depend.mk
301N/A