Makefile revision 618
6ae232055d4d8a97267517c5e50074c2c819941and#
6ae232055d4d8a97267517c5e50074c2c819941and# CDDL HEADER START
6ae232055d4d8a97267517c5e50074c2c819941and#
6ae232055d4d8a97267517c5e50074c2c819941and# The contents of this file are subject to the terms of the
6ae232055d4d8a97267517c5e50074c2c819941and# Common Development and Distribution License (the "License").
6ae232055d4d8a97267517c5e50074c2c819941and# You may not use this file except in compliance with the License.
6ae232055d4d8a97267517c5e50074c2c819941and#
6ae232055d4d8a97267517c5e50074c2c819941and# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6ae232055d4d8a97267517c5e50074c2c819941and# or http://www.opensolaris.org/os/licensing.
6ae232055d4d8a97267517c5e50074c2c819941and# See the License for the specific language governing permissions
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# and limitations under the License.
2e545ce2450a9953665f701bb05350f0d3f26275nd#
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# When distributing Covered Code, include this CDDL HEADER in each
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6ae232055d4d8a97267517c5e50074c2c819941and# If applicable, add the following below this CDDL HEADER, with the
6ae232055d4d8a97267517c5e50074c2c819941and# fields enclosed by brackets "[]" replaced with your own identifying
6ae232055d4d8a97267517c5e50074c2c819941and# information: Portions Copyright [yyyy] [name of copyright owner]
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen#
3f08db06526d6901aa08c110b5bc7dde6bc39905nd# CDDL HEADER END
6ae232055d4d8a97267517c5e50074c2c819941and#
6ae232055d4d8a97267517c5e50074c2c819941and# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
6ae232055d4d8a97267517c5e50074c2c819941and#
b43f840409794ed298e8634f6284741f193b6c4ftakashiinclude ../../../make-rules/shared-macros.mk
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941andPATH=/usr/bin:/usr/gnu/bin:/usr/sbin
6ae232055d4d8a97267517c5e50074c2c819941and
b43f840409794ed298e8634f6284741f193b6c4ftakashiCOMPONENT_NAME= pybonjour
053bfa8a288528fafab2b7a032c15116bb5de711ndCOMPONENT_VERSION= 1.1.1
6ae232055d4d8a97267517c5e50074c2c819941andCOMPONENT_PROJECT_URL= http://code.google.com/p/pybonjour/
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjungCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
6ae232055d4d8a97267517c5e50074c2c819941andCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
b43f840409794ed298e8634f6284741f193b6c4ftakashiCOMPONENT_ARCHIVE_HASH= sha1:92cabd14e04c5f62ce067c47c2057ee3d424d29b
b43f840409794ed298e8634f6284741f193b6c4ftakashiCOMPONENT_ARCHIVE_URL= http://pybonjour.googlecode.com/files/$(COMPONENT_ARCHIVE)
b43f840409794ed298e8634f6284741f193b6c4ftakashi
b43f840409794ed298e8634f6284741f193b6c4ftakashiinclude $(WS_TOP)/make-rules/prep.mk
6ae232055d4d8a97267517c5e50074c2c819941andinclude $(WS_TOP)/make-rules/setup.py.mk
6ae232055d4d8a97267517c5e50074c2c819941andinclude $(WS_TOP)/make-rules/ips.mk
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and# common targets
6ae232055d4d8a97267517c5e50074c2c819941andbuild: $(BUILD_32)
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941andinstall: $(INSTALL_32)
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941andtest: $(NO_TESTS)
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941andBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941andinclude $(WS_TOP)/make-rules/depend.mk
6ae232055d4d8a97267517c5e50074c2c819941and