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