Cross Reference: Makefile
xref: /src/usr.sbin/acpitools/amldb/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.sbin/acpitools/amldb/
Makefile revision 1.2
11.2Schristos# $NetBSD: Makefile,v 1.2 2007/01/14 04:44:11 christos Exp $
21.1Schristos# Id: Makefile,v 1.5 2000/07/14 18:16:30 iwasaki Exp 
31.1Schristos# $FreeBSD: src/usr.sbin/acpi/amldb/Makefile,v 1.7 2001/10/22 17:25:32 iwasaki Exp $
41.1Schristos
51.2Schristos.if (${MACHINE} == "i386" || ${MACHINE} == "amd64")
61.1SchristosPROG=	amldb
71.1SchristosSRCS=	amldb.c debug.c region.c
81.1SchristosSRCS+=	aml_parse.c aml_name.c aml_amlmem.c aml_memman.c aml_store.c \
91.1Schristos	aml_obj.c aml_evalobj.c aml_common.c
101.1Schristos
111.1SchristosCPPFLAGS+= -I${.CURDIR}
121.2Schristos.endif
131.2Schristos
141.2SchristosMAN=	amldb.8
151.1Schristos
161.1Schristos.include <bsd.prog.mk>
171.1Schristos.PATH: ${.CURDIR}/../aml
18

Indexes created Tue Dec 30 09:09:31 GMT 2025