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