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