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