Home | History | Annotate | Line # | Download | only in arch
Makefile revision 1.6
      1  1.6       eeh #	$NetBSD: Makefile,v 1.6 1999/11/20 16:35:24 eeh Exp $
      2  1.1       cgd 
      3  1.1       cgd # For now, we install the machine and arch includes, and symlink 'machine'
      4  1.1       cgd # to the location of the machine includes.
      5  1.1       cgd #
      6  1.1       cgd # Eventually, we should install everything.
      7  1.1       cgd 
      8  1.1       cgd SUBDIR=	${MACHINE}
      9  1.5  drochner .if ${MACHINE} != ${MACHINE_ARCH}
     10  1.5  drochner ARCHSUBDIR= ${MACHINE_ARCH:C/mipse[bl]/mips/}
     11  1.5  drochner .if exists(${ARCHSUBDIR})
     12  1.5  drochner SUBDIR+= ${ARCHSUBDIR}
     13  1.5  drochner .endif
     14  1.6       eeh .endif
     15  1.6       eeh .if ${MACHINE} == sparc
     16  1.6       eeh SUBDIR+= sparc64
     17  1.1       cgd .endif
     18  1.1       cgd 
     19  1.1       cgd #SUBDIR= alpha amiga arm32 atari bebox hp300 i386 m68k mac68k macppc mips \
     20  1.1       cgd #	mvme68k newsmips ofppc pc532 pica pmax powerpc sparc sun3 vax x68k
     21  1.1       cgd 
     22  1.1       cgd SYMLINKS= ${MACHINE} /usr/include/machine
     23  1.2       cgd 
     24  1.2       cgd SYMLINKS+= machine/float.h /usr/include/float.h \
     25  1.2       cgd 	machine/frame.h /usr/include/frame.h \
     26  1.2       cgd 	machine/stdarg.h /usr/include/stdarg.h \
     27  1.2       cgd 	machine/varargs.h /usr/include/varargs.h
     28  1.1       cgd 
     29  1.1       cgd .include <bsd.kinc.mk>
     30