# $Id: Makefile.inc,v 1.4 2002/03/04 16:41:19 iwasaki Exp iwasaki $ ACPICA_BASEDIR?= ${.CURDIR}/../acpica-unix-20030523 BINDIR= /usr/local/bin SHAREDIR= /usr/local CFLAGS+= -I${ACPICA_BASEDIR}/include .PATH: ${ACPICA_BASEDIR}/common \ ${ACPICA_BASEDIR}/events \ ${ACPICA_BASEDIR}/hardware \ ${ACPICA_BASEDIR}/debugger \ ${ACPICA_BASEDIR}/disassembler \ ${ACPICA_BASEDIR}/interpreter/dispatcher \ ${ACPICA_BASEDIR}/interpreter/executer \ ${ACPICA_BASEDIR}/interpreter/parser \ ${ACPICA_BASEDIR}/namespace \ ${ACPICA_BASEDIR}/resources \ ${ACPICA_BASEDIR}/tables \ ${ACPICA_BASEDIR}/utilities \ ${ACPICA_BASEDIR}/compiler \ ${ACPICA_BASEDIR}