2a82866e07f90233a84d352d7899434fff199f0b
[dragonfly.git] / usr.sbin / acpi / acpihelp / Makefile
1 #
2 # acpihelp - ACPI Help utility. Displays ASL operator syntax and
3 # information about ACPI predefined names.
4 #
5
6 UTILDIR=${.CURDIR}/../../../sys/contrib/dev/acpica/source/tools/acpihelp
7
8 .PATH:  ${UTILDIR}
9
10 PROG=   acpihelp
11 MAN=    acpihelp.8
12
13 SRCS=   \
14         ahamlops.c \
15         ahaslkey.c \
16         ahaslops.c \
17         ahdecode.c \
18         ahids.c \
19         ahpredef.c \
20         ahmain.c
21
22 SRCS+=  \
23         getopt.c \
24         oslibcfs.c \
25         osunixxf.c \
26         utdebug.c \
27         utexcep.c \
28         utglobal.c \
29         utmath.c \
30         utpredef.c \
31         utprint.c
32
33 CFLAGS+= \
34         -DACPI_HELP_APP \
35         -I${UTILDIR}
36
37 .include <bsd.prog.mk>