head	1.8;
access;
symbols
	RELENG_5_1_0_RELEASE:1.7
	RELENG_5_1:1.7.0.4
	RELENG_5_1_BP:1.7
	RELENG_5_0_0_RELEASE:1.7
	RELENG_5_0:1.7.0.2
	RELENG_5_0_BP:1.7
	PRE_SMPNG:1.1.1.1
	v20000831:1.1.1.1
	ACPI4FREEBSD:1.1.1;
locks; strict;
comment	@# @;


1.8
date	2003.08.28.03.38.17;	author njl;	state dead;
branches;
next	1.7;

1.7
date	2001.10.22.17.25.32;	author iwasaki;	state Exp;
branches;
next	1.6;

1.6
date	2001.07.20.06.20.31;	author obrien;	state Exp;
branches;
next	1.5;

1.5
date	2001.03.26.14.39.19;	author ru;	state Exp;
branches;
next	1.4;

1.4
date	2001.03.20.18.16.14;	author ru;	state Exp;
branches;
next	1.3;

1.3
date	2000.11.09.06.24.40;	author iwasaki;	state Exp;
branches;
next	1.2;

1.2
date	2000.09.14.22.48.39;	author iwasaki;	state Exp;
branches;
next	1.1;

1.1
date	2000.08.31.14.45.00;	author iwasaki;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.08.31.14.45.00;	author iwasaki;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Now that amldb(8) is no longer needed by acpidump, remove the last vestiges
of the original userland ACPI implementation.  amldb is still available from
the devel/acpicatools port.
@
text
@# $Id: Makefile,v 1.5 2000/07/14 18:16:30 iwasaki Exp $
# $FreeBSD: src/usr.sbin/acpi/amldb/Makefile,v 1.7 2001/10/22 17:25:32 iwasaki Exp $

PROG=	amldb
MAN=	amldb.8
SRCS=	amldb.c debug.c region.c
SRCS+=	aml_parse.c aml_name.c aml_amlmem.c aml_memman.c aml_store.c \
	aml_obj.c aml_evalobj.c aml_common.c

CFLAGS+= -I${.CURDIR}

.include <bsd.prog.mk>
.PATH: ${.CURDIR}/aml
@


1.7
log
@Fix UserTerms disassembling.  Now that dumped ASL can be compiled with
ports/devel/acpitools (iasl).
 - Merge AML parser to build ACPI namespace
 - Comment header info. out so that ASL compiler ignore them
 - Fix DSDT header size to be discarded when DSDT file is specified
   for input (acpidump and amldb)
 - Write DSDT header as well into DSDT file for output
 - Fix some trivial typo (Concatenate and SizeOf)
 - Remove DEBUG_FLAGS from Makefile (acpidump and amldb)
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.6
log
@Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
@
text
@d2 1
a2 1
# $FreeBSD: src/usr.sbin/acpi/amldb/Makefile,v 1.5 2001/03/26 14:39:19 ru Exp $
a9 1
#DEBUG_FLAGS= -g
@


1.5
log
@- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.
@
text
@d2 1
a2 1
# $FreeBSD: src/usr.sbin/acpi/amldb/Makefile,v 1.4 2001/03/20 18:16:14 ru Exp $
d5 1
d7 3
a9 2
SRCS+=	aml_parse.c aml_name.c aml_amlmem.c aml_memman.c aml_store.c aml_obj.c aml_evalobj.c aml_common.c
MAN=	amldb.8
@


1.4
log
@Set the default manual section for usr.sbin/ to 8.
@
text
@d2 1
a2 1
# $FreeBSD: src/usr.sbin/acpi/amldb/Makefile,v 1.3 2000/11/09 06:24:40 iwasaki Exp $
d7 1
@


1.3
log
@Move old aml interpreter code to amldb/aml/.  This will be used for our
reference and comparison with ACPICA aml interpreter's behavior.
@
text
@d2 1
a2 1
# $FreeBSD: src/usr.sbin/acpi/amldb/Makefile,v 1.2 2000/09/14 22:48:39 iwasaki Exp $
a6 1
MAN8=	amldb.8
@


1.2
log
@Add manpages acpi userland tools.

Obtained from:	ACPI for FreeBSD project
@
text
@d2 1
a2 1
# $FreeBSD: src/usr.sbin/acpi/amldb/Makefile,v 1.1.1.1 2000/08/31 14:45:00 iwasaki Exp $
d9 1
a9 1
CFLAGS+= -I${.CURDIR}/../../../sys -I${.CURDIR}
d12 1
a12 1
.PATH:  ${.CURDIR}/../../../sys/dev/acpi/aml
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $FreeBSD$
d7 1
a7 2
NOMAN=	yes
#MAN8=	amldb.8
@


1.1.1.1
log
@import amldb(8) from ACPI For FreeBSD project.

Obtained from:  ACPI For FreeBSD project
@
text
@@
