Makefile revision 2705
842ae4bd224140319ae7feec1872b93dfd491143fielding# CDDL HEADER START
842ae4bd224140319ae7feec1872b93dfd491143fielding# The contents of this file are subject to the terms of the
842ae4bd224140319ae7feec1872b93dfd491143fielding# Common Development and Distribution License (the "License").
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# You may not use this file except in compliance with the License.
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# See the License for the specific language governing permissions
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# and limitations under the License.
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# When distributing Covered Code, include this CDDL HEADER in each
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# If applicable, add the following below this CDDL HEADER, with the
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# fields enclosed by brackets "[]" replaced with your own identifying
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# information: Portions Copyright [yyyy] [name of copyright owner]
9d129b55f5a43abf43865c6b0eb6dd19bc22aba8ianh# CDDL HEADER END
9d129b55f5a43abf43865c6b0eb6dd19bc22aba8ianh# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
9d129b55f5a43abf43865c6b0eb6dd19bc22aba8ianh# parfait seems to spin when looking at the .bc files (18376682), so
9d129b55f5a43abf43865c6b0eb6dd19bc22aba8ianh# for now disable it.
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk sha256:9e754c315d68d91a65ef208b9a8bda1fb57e45a7be18aa9397acfcc5ff59de16
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturkCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)releases/$(COMPONENT_ARCHIVE)
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# configure(1) options to use
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturkCONFIGURE_OPTIONS += --with-fontpath=/usr/share/ghostscript/$(COMPONENT_VERSION)/Resource:/usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font:/usr/share/ghostscript/fonts:/usr/openwin/lib/X11/fonts/Type1:/usr/openwin/lib/X11/fonts/TrueType:/usr/openwin/lib/X11/fonts/Type3:/usr/X11/lib/X11/fonts/Type1:/usr/X11/lib/fonts/TrueType:/usr/X11/lib/X11/fonts/Type3:/usr/X11/lib/X11/fonts/Resource:/usr/X11/lib/X11/Resource/Font
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# configure options to generate 64 bit binaries
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk$(BUILD_DIR)/$(MACH64)/.configured: CONFIGURE_OPTIONS += CC="$(CC) -m64"
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk$(BUILD_DIR)/$(MACH64)/ijs/.configured: CONFIGURE_OPTIONS += CC="$(CC) -m64"
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# config env
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturkVARIANTS = $(GS_VARIANT) $(IJS_VARIANT) $(GS_VARIANT_64) $(IJS_VARIANT_64)
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# autoconf - Generate configuration scripts
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk$(GS_VARIANT)/.configured: COMPONENT_PRE_CONFIGURE_ACTION = \
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk$(GS_VARIANT_64)/.configured: COMPONENT_PRE_CONFIGURE_ACTION = \
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk$(GS_VARIANT_64)/.installed: COMPONENT_INSTALL_TARGETS += \
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk$(IJS_VARIANT)/.configured: COMPONENT_PRE_CONFIGURE_ACTION = \
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk$(IJS_VARIANT_64)/.configured: COMPONENT_PRE_CONFIGURE_ACTION = \
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# build gs and ijs
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# install gs and ijs
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# empty test target
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk @echo "no tests available"