Makefile revision 1.31
11.31Sjoerg# $NetBSD: Makefile,v 1.31 2011/07/17 20:54:37 joerg Exp $ 21.1Scgd 31.9SsodaINCSDIR= /usr/include/arc 41.1Scgd 51.14Ssoda# Header files which are needed from userland. 61.14Ssoda 71.30SmattINCS= ansi.h asm.h \ 81.30Smatt bswap.h \ 91.19Skleink cdefs.h cpu.h \ 101.27Stsutsui disklabel.h \ 111.19Skleink ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \ 121.19Skleink float.h \ 131.20Skleink ieee.h ieeefp.h \ 141.21Skleink int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 151.19Skleink kcore.h kdbparam.h \ 161.19Skleink limits.h lock.h \ 171.29Sad math.h mcontext.h mips_opcode.h mouse.h mutex.h \ 181.22Sbriggs param.h pcb.h pccons.h pmap.h pmc.h proc.h profile.h psl.h pte.h \ 191.22Sbriggs ptrace.h \ 201.29Sad reg.h regdef.h regnum.h reloc.h rwlock.h \ 211.31Sjoerg setjmp.h signal.h \ 221.19Skleink trap.h types.h \ 231.31Sjoerg vmparam.h \ 241.25Skleink wchar_limits.h 251.1Scgd 261.1Scgd.include <bsd.kinc.mk> 27