Makefile revision 2234
14ea4bb737263733ad80a36b4f73f681c30a6b45sd#
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# CDDL HEADER START
14ea4bb737263733ad80a36b4f73f681c30a6b45sd#
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# The contents of this file are subject to the terms of the
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# Common Development and Distribution License (the "License").
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# You may not use this file except in compliance with the License.
14ea4bb737263733ad80a36b4f73f681c30a6b45sd#
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# or http://www.opensolaris.org/os/licensing.
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# See the License for the specific language governing permissions
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# and limitations under the License.
14ea4bb737263733ad80a36b4f73f681c30a6b45sd#
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# When distributing Covered Code, include this CDDL HEADER in each
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# If applicable, add the following below this CDDL HEADER, with the
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# fields enclosed by brackets "[]" replaced with your own identifying
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# information: Portions Copyright [yyyy] [name of copyright owner]
14ea4bb737263733ad80a36b4f73f681c30a6b45sd#
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# CDDL HEADER END
14ea4bb737263733ad80a36b4f73f681c30a6b45sd#
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
14ea4bb737263733ad80a36b4f73f681c30a6b45sd#
ef8846857fcf954444cdc77e72249afef48377d2rbinclude ../../../make-rules/shared-macros.mk
14ea4bb737263733ad80a36b4f73f681c30a6b45sd
14ea4bb737263733ad80a36b4f73f681c30a6b45sdCOMPONENT_NAME= pydns
14ea4bb737263733ad80a36b4f73f681c30a6b45sdCOMPONENT_VERSION= 2.3.6
14ea4bb737263733ad80a36b4f73f681c30a6b45sdCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
14ea4bb737263733ad80a36b4f73f681c30a6b45sdCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
14ea4bb737263733ad80a36b4f73f681c30a6b45sdCOMPONENT_ARCHIVE_HASH= \
14ea4bb737263733ad80a36b4f73f681c30a6b45sd sha256:f1960d8bff0aafad9252b9e80279748fe7ebe5e719487d132ccb1281523cdb62
535ec645ca371f1ce298eaf76bf8feb73494f923dduvallCOMPONENT_ARCHIVE_URL= $(call pypi_url)
dd566498928f08e7c9a79797a40db893c6a4b9fbvnCOMPONENT_PROJECT_URL= https://pypi.python.org/pypi/pydns
14ea4bb737263733ad80a36b4f73f681c30a6b45sdCOMPONENT_BUGDB= python-mod/pydns
14ea4bb737263733ad80a36b4f73f681c30a6b45sd
dd566498928f08e7c9a79797a40db893c6a4b9fbvninclude $(WS_TOP)/make-rules/prep.mk
dd566498928f08e7c9a79797a40db893c6a4b9fbvninclude $(WS_TOP)/make-rules/setup.py.mk
14ea4bb737263733ad80a36b4f73f681c30a6b45sdinclude $(WS_TOP)/make-rules/ips.mk
dd566498928f08e7c9a79797a40db893c6a4b9fbvn
dd566498928f08e7c9a79797a40db893c6a4b9fbvnCOMPONENT_TEST_DIR = $(COMPONENT_SRC)/tests
dd566498928f08e7c9a79797a40db893c6a4b9fbvnCOMPONENT_TEST_ARGS = test.py
dd566498928f08e7c9a79797a40db893c6a4b9fbvn
14ea4bb737263733ad80a36b4f73f681c30a6b45sdASLR_MODE = $(ASLR_NOT_APPLICABLE)
14ea4bb737263733ad80a36b4f73f681c30a6b45sd
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# common targets
14ea4bb737263733ad80a36b4f73f681c30a6b45sdbuild: $(BUILD_NO_ARCH)
14ea4bb737263733ad80a36b4f73f681c30a6b45sd
14ea4bb737263733ad80a36b4f73f681c30a6b45sdinstall: $(INSTALL_NO_ARCH)
14ea4bb737263733ad80a36b4f73f681c30a6b45sd
14ea4bb737263733ad80a36b4f73f681c30a6b45sdtest: $(TEST_NO_ARCH)
14ea4bb737263733ad80a36b4f73f681c30a6b45sd
14ea4bb737263733ad80a36b4f73f681c30a6b45sdBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
14ea4bb737263733ad80a36b4f73f681c30a6b45sd
dd566498928f08e7c9a79797a40db893c6a4b9fbvninclude $(WS_TOP)/make-rules/depend.mk
dd566498928f08e7c9a79797a40db893c6a4b9fbvn