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