Cross Reference: Makefile
xref: /src/distrib/hpcsh/stand/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/hpcsh/stand/
Makefile revision 1.3
1#	$NetBSD: Makefile,v 1.3 2014/01/22 00:51:38 christos Exp $
2
3.include <bsd.own.mk>
4
5.include <bsd.kernobj.mk>
6
7HPCBOOTDIR=	${KERNSRCDIR}/arch/hpc/stand
8HPCBOOT_SH3DIR=	${HPCBOOTDIR}/binary/SH3
9HPCBOOT_SH3=	hpcboot-sh3.exe
10HPCBOOT_SH4DIR=	${HPCBOOTDIR}/binary/SH4
11HPCBOOT_SH4=	hpcboot-sh4.exe
12
13UUDECODE_FILES= hpcboot-sh3.exe hpcboot-sh4.exe
14UUDECODE_FILES_RENAME_hpcboot-sh3.exe= hpcboot-sh3.exe
15UUDECODE_FILES_RENAME_hpcboot-sh4.exe= hpcboot-sh4.exe
16
17CLEANFILES+= hpcboot-sh3.exe.uue hpcboot-sh4.exe.uue
18
19hpcboot-sh3.exe.uue:
20	cp ${HPCBOOT_SH3DIR}/hpcboot.exe.uue hpcboot-sh3.exe.uue
21hpcboot-sh4.exe.uue:
22	cp ${HPCBOOT_SH4DIR}/hpcboot.exe.uue hpcboot-sh4.exe.uue
23
24release:: ${UUDECODE_FILES}
25	${INSTALL} -c -m ${NONBINMODE} \
26		${HPCBOOT_SH3} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
27	${INSTALL} -c -m ${NONBINMODE} \
28		${HPCBOOT_SH4} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
29
30.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
31

Indexes created Sat Dec 13 02:09:33 GMT 2025