kernel: Sync ACPICA with Intel's version 20140325.
[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         utexcep.c \
25         utpredef.c
26
27 CFLAGS+= \
28         -DACPI_HELP_APP \
29         -I${UTILDIR}
30
31 .include <bsd.prog.mk>