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