Makefile revision 234
363N/A#
363N/A# CDDL HEADER START
363N/A#
363N/A# The contents of this file are subject to the terms of the
363N/A# Common Development and Distribution License (the "License").
363N/A# You may not use this file except in compliance with the License.
363N/A#
363N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
363N/A# or http://www.opensolaris.org/os/licensing.
363N/A# See the License for the specific language governing permissions
363N/A# and limitations under the License.
363N/A#
363N/A# When distributing Covered Code, include this CDDL HEADER in each
363N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
363N/A# If applicable, add the following below this CDDL HEADER, with the
363N/A# fields enclosed by brackets "[]" replaced with your own identifying
363N/A# information: Portions Copyright [yyyy] [name of copyright owner]
363N/A#
363N/A# CDDL HEADER END
363N/A#
661N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
363N/A#
363N/Ainclude ../../../make-rules/shared-macros.mk
363N/A
363N/APATH=/usr/bin:/usr/gnu/bin:/usr/sbin
363N/A
363N/ACOMPONENT_NAME= pycups
363N/ACOMPONENT_VERSION= 1.9.46
364N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
363N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
363N/ACOMPONENT_ARCHIVE_HASH= sha1:fe387368b105f025c50a7e67e5634abaa8ff845e
363N/ACOMPONENT_ARCHIVE_URL= http://cyberelk.net/tim/data/pycups/$(COMPONENT_ARCHIVE)
363N/A
363N/Ainclude $(WS_TOP)/make-rules/prep.mk
844N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
844N/Ainclude $(WS_TOP)/make-rules/ips.mk
363N/A
1273N/A# pycups requires VERSION to be defined. Originally set in the package Makefile
363N/ACFLAGS += -DVERSION=\\\"$(COMPONENT_VERSION)\\\"
363N/A
363N/A# common targets
363N/Abuild: $(BUILD_32_and_64)
695N/A
365N/Ainstall: $(INSTALL_32_and_64)
363N/A
363N/Atest: $(NO_TESTS)
363N/A
363N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
363N/A
363N/Ainclude $(WS_TOP)/make-rules/depend.mk
363N/A