Makefile revision 3817
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki Tuomi# CDDL HEADER START
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki Tuomi# The contents of this file are subject to the terms of the
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki Tuomi# Common Development and Distribution License (the "License").
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki Tuomi# You may not use this file except in compliance with the License.
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki Tuomi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki Tuomi# See the License for the specific language governing permissions
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki Tuomi# and limitations under the License.
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki Tuomi# When distributing Covered Code, include this CDDL HEADER in each
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki Tuomi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki Tuomi# If applicable, add the following below this CDDL HEADER, with the
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki Tuomi# fields enclosed by brackets "[]" replaced with your own identifying
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki Tuomi# information: Portions Copyright [yyyy] [name of copyright owner]
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki Tuomi# CDDL HEADER END
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki Tuomi# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki TuomiCOMPONENT_SRC= $(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki Tuomi# this is the hash of the payload because it appears to be re-compressed
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki Tuomi# periodically causing it to have a new hash value.
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki Tuomi sha256:44bd0819b64a2341fb800abbe99f23c7f6388327c71e1f5bd5ed7874a8cc0e49
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki TuomiCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)releases/$(COMPONENT_ARCHIVE)
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki Tuomi# Needed for "gmake test" to work.
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki TuomiCONFIGURE_ENV += PKG_CONFIG_PATH="$(PKG_CONFIG_PATH_$(BITS))"
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki TuomiCONFIGURE_OPTIONS += --includedir=$(CONFIGURE_INCLUDEDIR)/gd2
228f1e8d583b32a8ae8d192c0b9ebac95ada3308Aki TuomiCOMPONENT_PREP_ACTION = (cd $(@D) ; autoreconf -if)