197N/A#
197N/A# CDDL HEADER START
197N/A#
197N/A# The contents of this file are subject to the terms of the
197N/A# Common Development and Distribution License (the "License").
197N/A# You may not use this file except in compliance with the License.
197N/A#
197N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
197N/A# or http://www.opensolaris.org/os/licensing.
197N/A# See the License for the specific language governing permissions
197N/A# and limitations under the License.
197N/A#
197N/A# When distributing Covered Code, include this CDDL HEADER in each
197N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
197N/A# If applicable, add the following below this CDDL HEADER, with the
197N/A# fields enclosed by brackets "[]" replaced with your own identifying
197N/A# information: Portions Copyright [yyyy] [name of copyright owner]
197N/A#
197N/A# CDDL HEADER END
197N/A#
197N/A
197N/A#
6727N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
197N/A#
197N/A
3996N/ACOMPILER = gcc3
3996N/A
197N/Ainclude ../../make-rules/shared-macros.mk
197N/A
1273N/ACOMPONENT_NAME= acpidump
197N/ACOMPONENT_VERSION= 20071116
197N/AIPS_COMPONENT_VERSION= 0.2007.11.16
618N/ACOMPONENT_PROJECT_URL= http://www.lesswatts.org/projects/acpi/utilities.php
1273N/ACOMPONENT_SRC_NAME= pmtools
1273N/ACOMPONENT_SRC= $(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
197N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:91751774976e39f6237efd0326eb35196a9346220b92ad35894a33283e872748
197N/ACOMPONENT_ARCHIVE_URL= http://www.lesswatts.org/patches/linux_acpi/$(COMPONENT_ARCHIVE)
1273N/ACOMPONENT_BUGDB= utility/acpidump
197N/A
3661N/ATPNO= 8848
3661N/A
197N/A# we're i386-only
197N/Aifeq ($(MACH), sparc)
197N/APUBLISH_STAMP=
197N/Aendif
197N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/justmake.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
197N/A
6727N/APKG_PROTO_DIRS += $(BUILD_DIR_64)
197N/A
6727N/ACC += $(CC_BITS)
6727N/A
6727N/ACOMPONENT_BUILD_ENV += CC="$(CC)"
197N/A
197N/A
197N/A# common targets. we're i386-only so we have to
197N/A# be slightly tricky.
197N/A
197N/Abuild_sparc:
197N/A @echo "Not available."
197N/A
6727N/AASLR_MODE = $(ASLR_ENABLE)
6727N/A
6727N/Abuild_i386: $(BUILD_64)
197N/A
197N/Abuild: build_$(MACH)
197N/A
197N/Ainstall: build
197N/A
197N/Atest: $(NO_TESTS)
197N/A
197N/A
3996N/AREQUIRED_PACKAGES += system/library