Home | History | Annotate | Line # | Download | only in amldb
Makefile revision 1.2
      1  1.2  christos # $NetBSD: Makefile,v 1.2 2007/01/14 04:44:11 christos Exp $
      2  1.1  christos # Id: Makefile,v 1.5 2000/07/14 18:16:30 iwasaki Exp 
      3  1.1  christos # $FreeBSD: src/usr.sbin/acpi/amldb/Makefile,v 1.7 2001/10/22 17:25:32 iwasaki Exp $
      4  1.1  christos 
      5  1.2  christos .if (${MACHINE} == "i386" || ${MACHINE} == "amd64")
      6  1.1  christos PROG=	amldb
      7  1.1  christos SRCS=	amldb.c debug.c region.c
      8  1.1  christos SRCS+=	aml_parse.c aml_name.c aml_amlmem.c aml_memman.c aml_store.c \
      9  1.1  christos 	aml_obj.c aml_evalobj.c aml_common.c
     10  1.1  christos 
     11  1.1  christos CPPFLAGS+= -I${.CURDIR}
     12  1.2  christos .endif
     13  1.2  christos 
     14  1.2  christos MAN=	amldb.8
     15  1.1  christos 
     16  1.1  christos .include <bsd.prog.mk>
     17  1.1  christos .PATH: ${.CURDIR}/../aml
     18