Makefile revision 3661
96fc773162e93e5b85686ab152f11baf4498d868rbb#
96fc773162e93e5b85686ab152f11baf4498d868rbb# CDDL HEADER START
2975523a2901fc601ae9510082a7d4fb11bb9aecake#
2975523a2901fc601ae9510082a7d4fb11bb9aecake# The contents of this file are subject to the terms of the
2975523a2901fc601ae9510082a7d4fb11bb9aecake# Common Development and Distribution License (the "License").
5827adc4c40ff4b10db9b09cea43f4307c8fc319trawick# You may not use this file except in compliance with the License.
5827adc4c40ff4b10db9b09cea43f4307c8fc319trawick#
5827adc4c40ff4b10db9b09cea43f4307c8fc319trawick# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5827adc4c40ff4b10db9b09cea43f4307c8fc319trawick# or http://www.opensolaris.org/os/licensing.
5827adc4c40ff4b10db9b09cea43f4307c8fc319trawick# See the License for the specific language governing permissions
5827adc4c40ff4b10db9b09cea43f4307c8fc319trawick# and limitations under the License.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding#
e7270e4daeb3e62414b361ca2bf0e707d0ae3310wrowe# When distributing Covered Code, include this CDDL HEADER in each
e7270e4daeb3e62414b361ca2bf0e707d0ae3310wrowe# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e7270e4daeb3e62414b361ca2bf0e707d0ae3310wrowe# If applicable, add the following below this CDDL HEADER, with the
e7270e4daeb3e62414b361ca2bf0e707d0ae3310wrowe# fields enclosed by brackets "[]" replaced with your own identifying
e7270e4daeb3e62414b361ca2bf0e707d0ae3310wrowe# information: Portions Copyright [yyyy] [name of copyright owner]
e7270e4daeb3e62414b361ca2bf0e707d0ae3310wrowe#
f6e9f5600e77b78fb013bb543d364135961639d1rbb# CDDL HEADER END
f6e9f5600e77b78fb013bb543d364135961639d1rbb#
f6e9f5600e77b78fb013bb543d364135961639d1rbb# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
f6e9f5600e77b78fb013bb543d364135961639d1rbb#
f6e9f5600e77b78fb013bb543d364135961639d1rbbinclude ../../make-rules/shared-macros.mk
f6e9f5600e77b78fb013bb543d364135961639d1rbb
f6e9f5600e77b78fb013bb543d364135961639d1rbbCOMPONENT_NAME= sane-frontends
f6e9f5600e77b78fb013bb543d364135961639d1rbbCOMPONENT_VERSION= 1.0.14
f6e9f5600e77b78fb013bb543d364135961639d1rbbCOMPONENT_PROJECT_URL= http://www.sane-project.org/
f6e9f5600e77b78fb013bb543d364135961639d1rbbCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
b580e99ec29c68e3c56b5b1ad8a4ec1e2de865c0trawickCOMPONENT_ARCHIVE_HASH= \
b580e99ec29c68e3c56b5b1ad8a4ec1e2de865c0trawick sha256:e7839dac1b70b5bb39124615aba8a136f5275d0e78bafd3d52ed76964ffea4a9
b580e99ec29c68e3c56b5b1ad8a4ec1e2de865c0trawickCOMPONENT_ARCHIVE_URL= ftp://ftp2.sane-project.org/pub/sane/sane-frontends-1.0.14/$(COMPONENT_ARCHIVE)
b580e99ec29c68e3c56b5b1ad8a4ec1e2de865c0trawickCOMPONENT_BUGDB= library/libsane
b580e99ec29c68e3c56b5b1ad8a4ec1e2de865c0trawick
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingTPNO= 8865
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldinginclude ../../make-rules/prep.mk
cfa64348224b66dd1c9979b809406c4d15b1c137fieldinginclude ../../make-rules/configure.mk
cfa64348224b66dd1c9979b809406c4d15b1c137fieldinginclude ../../make-rules/ips.mk
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingCONFIGURE_OPTIONS += --with-sane-prefix=/usr
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingCONFIGURE_OPTIONS += --disable-sanetest
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingCONFIGURE_OPTIONS += --disable-gtktest
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingCONFIGURE_OPTIONS += --disable-gimptest
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingCONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingCONFIGURE_OPTIONS += LDFLAGS="-lsane"
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingbuild: $(BUILD_32)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldinginstall: $(INSTALL_32)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingtest: $(NO_TESTS)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldinginclude ../../make-rules/depend.mk
cfa64348224b66dd1c9979b809406c4d15b1c137fielding