Makefile revision 359
305N/A#
305N/A# CDDL HEADER START
305N/A#
305N/A# The contents of this file are subject to the terms of the
305N/A# Common Development and Distribution License (the "License").
305N/A# You may not use this file except in compliance with the License.
305N/A#
305N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
305N/A# or http://www.opensolaris.org/os/licensing.
305N/A# See the License for the specific language governing permissions
305N/A# and limitations under the License.
305N/A#
305N/A# When distributing Covered Code, include this CDDL HEADER in each
305N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
305N/A# If applicable, add the following below this CDDL HEADER, with the
305N/A# fields enclosed by brackets "[]" replaced with your own identifying
305N/A# information: Portions Copyright [yyyy] [name of copyright owner]
305N/A#
305N/A# CDDL HEADER END
305N/A#
305N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
305N/A#
3817N/Ainclude ../../make-rules/shared-macros.mk
305N/A
305N/ACOMPONENT_NAME= sane-backends
305N/ACOMPONENT_VERSION= 1.0.19
305N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
305N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
2912N/ACOMPONENT_ARCHIVE_HASH= sha1:3ff8eefa8f32e72dcdbaa4bf20fe125df90144d5
2912N/ACOMPONENT_ARCHIVE_URL= ftp://ftp2.sane-project.org/pub/sane/old-versions/sane-backends-1.0.19/$(COMPONENT_ARCHIVE)
586N/A
618N/Ainclude ../../make-rules/prep.mk
586N/Ainclude ../../make-rules/configure.mk
305N/Ainclude ../../make-rules/ips.mk
844N/A
2912N/ACONFIGURE_OPTIONS += --disable-locking
305N/ACONFIGURE_OPTIONS += --sysconfdir=/etc
4949N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
305N/A
305N/Abuild: $(BUILD_32)
305N/A
1765N/Ainstall: $(INSTALL_32)
305N/A
305N/Atest: $(NO_TESTS)
844N/A
1765N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
305N/A
305N/Ainclude ../../make-rules/depend.mk
2912N/A