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