Home | History | Annotate | Line # | Download | only in 060sp
Makefile.inc revision 1.2.4.1
      1      1.1       is #
      2  1.2.4.1  thorpej # $NetBSD: Makefile.inc,v 1.2.4.1 1997/10/14 10:16:35 thorpej Exp $
      3      1.1       is #
      4  1.2.4.1  thorpej SPDIR		= $S/arch/m68k/060sp
      5      1.1       is 
      6  1.2.4.1  thorpej M060SPAS	= $(AS) -m68060 -I${SPDIR} -o ${.TARGET} ${.IMPSRC}
      7      1.1       is 
      8  1.2.4.1  thorpej netbsd.o:	${SPDIR}/netbsd.S .NOTMAIN
      9      1.1       is 
     10  1.2.4.1  thorpej $(SPDIR)/netbsd060sp.S:	.NOTMAIN $(SPDIR)/inetbsd.S $(SPDIR)/fnetbsd.S
     11  1.2.4.1  thorpej $(SPDIR)/inetbsd.S:	.NOTMAIN isp.S
     12  1.2.4.1  thorpej $(SPDIR)/fnetbsd.S:	.NOTMAIN fpsp.S
     13  1.2.4.1  thorpej $(SPDIR)/pfnetbsd.S:	.NOTMAIN pfpsp.S
     14      1.1       is 
     15  1.2.4.1  thorpej isp.S:	.NOTMAIN ${SPDIR}/isp.sa
     16  1.2.4.1  thorpej 	sh ${SPDIR}/asm2gas ${SPDIR}/isp.sa >${.TARGET}
     17      1.1       is 
     18  1.2.4.1  thorpej fpsp.S:	.NOTMAIN ${SPDIR}/fpsp.sa
     19  1.2.4.1  thorpej 	sh ${SPDIR}/asm2gas ${SPDIR}/fpsp.sa >${.TARGET}
     20      1.1       is 
     21  1.2.4.1  thorpej pfpsp.S: .NOTMAIN ${SPDIR}/pfpsp.sa
     22  1.2.4.1  thorpej 	sh ${SPDIR}/asm2gas ${SPDIR}/pfpsp.sa >${.TARGET}
     23