Makefile revision 1714
217N/A#
217N/A# CDDL HEADER START
217N/A#
217N/A# The contents of this file are subject to the terms of the
217N/A# Common Development and Distribution License (the "License").
217N/A# You may not use this file except in compliance with the License.
217N/A#
217N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
217N/A# or http://www.opensolaris.org/os/licensing.
217N/A# See the License for the specific language governing permissions
217N/A# and limitations under the License.
217N/A#
217N/A# When distributing Covered Code, include this CDDL HEADER in each
217N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
217N/A# If applicable, add the following below this CDDL HEADER, with the
217N/A# fields enclosed by brackets "[]" replaced with your own identifying
217N/A# information: Portions Copyright [yyyy] [name of copyright owner]
217N/A#
217N/A# CDDL HEADER END
217N/A
217N/A#
217N/A# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
2647N/A#
217N/A
217N/Ainclude ../../make-rules/shared-macros.mk
217N/A
217N/ACOMPONENT_NAME= rdiff-backup
217N/ACOMPONENT_VERSION= 1.3.3
2647N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
217N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
618N/ACOMPONENT_ARCHIVE_HASH= \
217N/A sha256:ee030ce638df0eb1047cf72578e0de15d9a3ee9ab24da2dc0023e2978be30c06
844N/ACOMPONENT_ARCHIVE_URL= http://download.savannah.gnu.org/releases/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
2647N/ACOMPONENT_PROJECT_URL= http://www.nongnu.org/rdiff-backup/
217N/ACOMPONENT_BUGDB= utility/rdiff-backup
1258N/A
217N/Ainclude $(WS_TOP)/make-rules/prep.mk
217N/Ainclude $(WS_TOP)/make-rules/ips.mk
217N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
217N/A
217N/A# Needed to get around a broken /usr/lib/python2.7/config/Makefile
217N/A# See CR #16837431.
2647N/ALD=$(CC)
2647N/ALDSHARED=$(CC) -G $(CC_BITS)
217N/ACFLAGS= $(CC_BITS)
2647N/ACPPFLAGS=
217N/ALDFLAGS=
1868N/APYTHON_ENV += CC="$(CC)"
1868N/APYTHON_ENV += LDSHARED="$(LDSHARED)"
1868N/APYTHON_ENV += LD="$(LD)"
217N/APYTHON_ENV += CFLAGS="$(CFLAGS)"
1868N/APYTHON_ENV += CPPFLAGS="$(CPPFLAGS)"
217N/APYTHON_ENV += LDFLAGS="$(LDFLAGS)"
1868N/ACOMPONENT_INSTALL_ENV += $(PYTHON_ENV)
217N/A
2647N/A# common targets
217N/A
217N/Abuild: $(BUILD_64)
217N/A
217N/Ainstall: $(INSTALL_64)
test: $(NO_TESTS)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include $(WS_TOP)/make-rules/depend.mk