5853N/A#
5853N/A# CDDL HEADER START
5853N/A#
5853N/A# The contents of this file are subject to the terms of the
5853N/A# Common Development and Distribution License (the "License").
5853N/A# You may not use this file except in compliance with the License.
5853N/A#
5853N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5853N/A# or http://www.opensolaris.org/os/licensing.
5853N/A# See the License for the specific language governing permissions
5853N/A# and limitations under the License.
5853N/A#
5853N/A# When distributing Covered Code, include this CDDL HEADER in each
5853N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5853N/A# If applicable, add the following below this CDDL HEADER, with the
5853N/A# fields enclosed by brackets "[]" replaced with your own identifying
5853N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5853N/A#
5853N/A# CDDL HEADER END
5853N/A#
5853N/A
5853N/A#
5853N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
5853N/A#
5853N/A
5853N/ABUILD_ARCH= i386
5853N/ABUILD_BITS= 64
5853N/A# component fails to build with Studio
5853N/ACOMPILER= gcc
5853N/Ainclude ../../make-rules/shared-macros.mk
5853N/A
5853N/ACOMPONENT_NAME= gnu-efi
5853N/ACOMPONENT_VERSION= 3.0
5853N/ACOMPONENT_PROJECT_URL= http://sourceforge.net/projects/$(COMPONENT_NAME)
5853N/ACOMPONENT_ARCHIVE= $(COMPONENT_NAME)_$(COMPONENT_VERSION)u.orig.tar.gz
5853N/ACOMPONENT_ARCHIVE_HASH= \
5853N/A sha256:3c0d450d5829204ca05dcb3b2aae772e52c379b7c7e09146759c6315606f934e
5853N/ACOMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/$(COMPONENT_NAME)/files/$(COMPONENT_ARCHIVE)/download
5853N/ACOMPONENT_BUGDB= library/gnu-efi
5853N/A
5853N/ATPNO= 26179
5853N/A
5853N/ABUILD_STYLE= justmake
5853N/ATEST_TARGET= $(NO_TESTS)
5853N/Ainclude $(WS_MAKE_RULES)/common.mk
5853N/A
5853N/Ainclude ../../make-rules/shared-targets.mk
5853N/A
5853N/AREQUIRED_PACKAGES += developer/gnu-binutils
5853N/AREQUIRED_PACKAGES += developer/gcc