Makefile revision 1.6
11.6Seeh# $NetBSD: Makefile,v 1.6 1999/11/20 16:35:24 eeh 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.6Seeh.endif 151.6Seeh.if ${MACHINE} == sparc 161.6SeehSUBDIR+= sparc64 171.1Scgd.endif 181.1Scgd 191.1Scgd#SUBDIR= alpha amiga arm32 atari bebox hp300 i386 m68k mac68k macppc mips \ 201.1Scgd# mvme68k newsmips ofppc pc532 pica pmax powerpc sparc sun3 vax x68k 211.1Scgd 221.1ScgdSYMLINKS= ${MACHINE} /usr/include/machine 231.2Scgd 241.2ScgdSYMLINKS+= machine/float.h /usr/include/float.h \ 251.2Scgd machine/frame.h /usr/include/frame.h \ 261.2Scgd machine/stdarg.h /usr/include/stdarg.h \ 271.2Scgd machine/varargs.h /usr/include/varargs.h 281.1Scgd 291.1Scgd.include <bsd.kinc.mk> 30