freebsd-dev/usr.sbin/acpi/Makefile.inc

28 lines
819 B
PHP
Raw Normal View History

# $Id: Makefile.inc,v 1.1 2000/07/14 18:16:22 iwasaki Exp $
# $FreeBSD$
ACPICA_DIR= ${.CURDIR}/../../../sys/contrib/dev/acpica
2005-11-01 22:44:08 +00:00
CFLAGS+= -I${.CURDIR}/../../../sys
PACKAGE= acpi
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif
2011-11-28 23:36:48 +00:00
.PATH: ${ACPICA_DIR} \
${ACPICA_DIR}/common \
${ACPICA_DIR}/compiler \
2012-02-16 22:59:29 +00:00
${ACPICA_DIR}/components/debugger \
${ACPICA_DIR}/components/disassembler \
${ACPICA_DIR}/components/dispatcher \
${ACPICA_DIR}/components/events \
${ACPICA_DIR}/components/executer \
${ACPICA_DIR}/components/hardware \
${ACPICA_DIR}/components/namespace \
${ACPICA_DIR}/components/parser \
${ACPICA_DIR}/components/resources \
${ACPICA_DIR}/components/tables \
${ACPICA_DIR}/components/utilities \
2012-02-16 23:05:09 +00:00
${ACPICA_DIR}/os_specific/service_layers