Makefile revision 376
376N/A#
376N/A# CDDL HEADER START
376N/A#
376N/A# The contents of this file are subject to the terms of the
376N/A# Common Development and Distribution License (the "License").
376N/A# You may not use this file except in compliance with the License.
376N/A#
376N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
376N/A# or http://www.opensolaris.org/os/licensing.
376N/A# See the License for the specific language governing permissions
376N/A# and limitations under the License.
376N/A#
376N/A# When distributing Covered Code, include this CDDL HEADER in each
376N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
376N/A# If applicable, add the following below this CDDL HEADER, with the
376N/A# fields enclosed by brackets "[]" replaced with your own identifying
376N/A# information: Portions Copyright [yyyy] [name of copyright owner]
376N/A#
376N/A# CDDL HEADER END
376N/A
376N/A#
376N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
376N/A#
376N/A
376N/Ainclude ../../make-rules/shared-macros.mk
376N/A
376N/ACOMPONENT_NAME= rdiff-backup
376N/ACOMPONENT_VERSION= 1.2.1
376N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
376N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
376N/ACOMPONENT_ARCHIVE_HASH= sha1:4479584da1ef85814e01f59b406cadd63cd6f405
376N/ACOMPONENT_ARCHIVE_URL= http://download.savannah.gnu.org/releases/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
376N/ACOMPONENT_PROJECT_URL= http://www.nongnu.org/rdiff-backup/
376N/A
376N/Ainclude $(WS_TOP)/make-rules/prep.mk
376N/Ainclude $(WS_TOP)/make-rules/ips.mk
376N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
376N/A
376N/A# common targets
376N/A
376N/Abuild: $(BUILD_32)
376N/A
376N/Ainstall: $(INSTALL_32)
376N/A
376N/Atest: $(NO_TESTS)
376N/A
376N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
376N/A
376N/Ainclude $(WS_TOP)/make-rules/depend.mk