Cross Reference: Makefile
xref: /src/lib/libm/arch/m68060/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/lib/libm/arch/m68060/
Makefile revision 1.2
1# $NetBSD: Makefile,v 1.2 2000/04/14 20:24:40 is Exp $
2
3M060SP=		../../../../sys/arch/m68k/060sp
4ASM2GAS=	${M060SP}/asm2gas
5FPLSP_SA=	${M060SP}/dist/fplsp.sa
6
7all: fplsp.hex fplsp_wrap.S
8
9fplsp_wrap.S Makefile.list: makeas.sh
10	sh makeas.sh
11
12fplsp.hex: ${FPLSP_SA} ${ASM2GAS} makeoffs.awk
13	sh ${ASM2GAS} ${FPLSP_SA} | awk -f makeoffs.awk > fplsp.hex
14
15.if exists(Makefile.list)
16.include "Makefile.list"
17.endif
18
19clean:
20	-rm ${ARCH_SRCS} ${ARCH_ADDS} fplsp.hex Makefile.list
21

Indexes created Sat Dec 13 13:09:35 GMT 2025