2013-12-06 12:04:52 +01:00
|
|
|
# $NetBSD: Makefile,v 1.47 2013/05/02 03:56:40 matt Exp $
|
2012-11-26 16:59:26 +01:00
|
|
|
|
|
|
|
INCSDIR= /usr/include/arm
|
|
|
|
|
2013-12-10 23:34:27 +01:00
|
|
|
INCS= aeabi.h ansi.h aout_machdep.h armreg.h asm.h atomic.h \
|
2012-11-26 16:59:26 +01:00
|
|
|
bswap.h byte_swap.h \
|
2013-12-10 23:34:27 +01:00
|
|
|
cdefs.h cpu.h cpuconf.h \
|
2012-11-26 16:59:26 +01:00
|
|
|
disklabel.h \
|
|
|
|
elf_machdep.h endian.h endian_machdep.h \
|
2013-12-06 12:04:52 +01:00
|
|
|
fenv.h float.h frame.h \
|
2012-11-26 16:59:26 +01:00
|
|
|
ieee.h ieeefp.h \
|
2013-12-10 23:34:27 +01:00
|
|
|
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
|
2013-12-06 12:04:52 +01:00
|
|
|
\
|
2013-12-10 23:34:27 +01:00
|
|
|
kcore.h \
|
2012-11-26 16:59:26 +01:00
|
|
|
limits.h lock.h \
|
|
|
|
math.h mcontext.h mutex.h \
|
2013-12-10 23:34:27 +01:00
|
|
|
param.h pcb.h pmc.h proc.h profile.h rwlock.h \
|
|
|
|
ptrace.h \
|
|
|
|
reg.h rwlock.h \
|
|
|
|
setjmp.h signal.h swi.h sysarch.h \
|
|
|
|
trap.h types.h \
|
2013-12-06 12:04:52 +01:00
|
|
|
vfpreg.h vmparam.h \
|
2012-11-26 16:59:26 +01:00
|
|
|
wchar_limits.h
|
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|