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