Makefile revision 1.5
11.5Sdrochner# $NetBSD: Makefile,v 1.5 1999/03/04 19:46:09 drochner Exp $ 21.1Scgd 31.1Scgd# For now, we install the machine and arch includes, and symlink 'machine' 41.1Scgd# to the location of the machine includes. 51.1Scgd# 61.1Scgd# Eventually, we should install everything. 71.1Scgd 81.1ScgdSUBDIR= ${MACHINE} 91.5Sdrochner.if ${MACHINE} != ${MACHINE_ARCH} 101.5SdrochnerARCHSUBDIR= ${MACHINE_ARCH:C/mipse[bl]/mips/} 111.5Sdrochner.if exists(${ARCHSUBDIR}) 121.5SdrochnerSUBDIR+= ${ARCHSUBDIR} 131.5Sdrochner.endif 141.1Scgd.endif 151.1Scgd 161.1Scgd#SUBDIR= alpha amiga arm32 atari bebox hp300 i386 m68k mac68k macppc mips \ 171.1Scgd# mvme68k newsmips ofppc pc532 pica pmax powerpc sparc sun3 vax x68k 181.1Scgd 191.1ScgdSYMLINKS= ${MACHINE} /usr/include/machine 201.2Scgd 211.2ScgdSYMLINKS+= machine/float.h /usr/include/float.h \ 221.2Scgd machine/frame.h /usr/include/frame.h \ 231.2Scgd machine/stdarg.h /usr/include/stdarg.h \ 241.2Scgd machine/varargs.h /usr/include/varargs.h 251.1Scgd 261.1Scgd.include <bsd.kinc.mk> 27