Makefile revision 181
830N/A#
830N/A# CDDL HEADER START
830N/A#
830N/A# The contents of this file are subject to the terms of the
830N/A# Common Development and Distribution License (the "License").
830N/A# You may not use this file except in compliance with the License.
830N/A#
830N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
830N/A# or http://www.opensolaris.org/os/licensing.
830N/A# See the License for the specific language governing permissions
830N/A# and limitations under the License.
830N/A#
830N/A# When distributing Covered Code, include this CDDL HEADER in each
830N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
830N/A# If applicable, add the following below this CDDL HEADER, with the
830N/A# fields enclosed by brackets "[]" replaced with your own identifying
830N/A# information: Portions Copyright [yyyy] [name of copyright owner]
830N/A#
830N/A# CDDL HEADER END
830N/A#
3996N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
830N/A#
830N/Ainclude ../../make-rules/shared-macros.mk
830N/A
830N/ACOMPONENT_NAME= gutenprint
830N/ACOMPONENT_VERSION= 5.2.4
3996N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
830N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
830N/ACOMPONENT_ARCHIVE_HASH= sha1:ae680314650dd9a52df5fd11cd0282cc6f9662e6
830N/ACOMPONENT_ARCHIVE_URL= http://voxel.dl.sourceforge.net/project/gimp-print/gutenprint-5.2/5.2.4/$(COMPONENT_ARCHIVE)
830N/A
830N/Ainclude ../../make-rules/prep.mk
830N/Ainclude ../../make-rules/configure.mk
830N/Ainclude ../../make-rules/ips.mk
830N/A
830N/ACONFIGURE_ENV += CFLAGS="$(CFLAGS)"
830N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
830N/ACONFIGURE_OPTIONS += --enable-escputil
830N/ACONFIGURE_OPTIONS += --without-gimp2
830N/ACONFIGURE_OPTIONS += --enable-cups-1_2-enhancements
830N/ACONFIGURE_OPTIONS += --enable-shared
830N/ACONFIGURE_OPTIONS += --disable-static-genppd
830N/ACONFIGURE_OPTIONS += --enable-simplified-cups-ppds
830N/ACONFIGURE_OPTIONS += --without-foomatic
830N/ACONFIGURE_OPTIONS += --without-foomatic3
830N/ACONFIGURE_OPTIONS += --without-readline
830N/ACONFIGURE_OPTIONS += --disable-static
830N/A
830N/ACOMPONENT_BUILD_TARGETS = all
902N/A
902N/Abuild: $(BUILD_32)
902N/A
902N/Ainstall: $(INSTALL_32)
830N/A
902N/A# the tests mostly pass, but it can't find several drivers for ppd files
902N/Atest: $(TEST_32)
902N/A
902N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
902N/A
902N/A
902N/Ainclude ../../make-rules/depend.mk
902N/A