Makefile revision 1.6
11.6Sbouyer#	$NetBSD: Makefile,v 1.6 2007/03/06 21:57:04 bouyer Exp $
21.1Sitojun
31.2Sitojun.include <bsd.own.mk>
41.2Sitojun.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
51.1Sitojun
61.6SbouyerSUBDIR=		cdroms
71.6Sbouyer
81.6Sbouyeriso_image:
91.6Sbouyer	${MAKEDIRTARGET} cdroms iso_image
101.6Sbouyer
111.6Sbouyer.include <bsd.subdir.mk>
121.2Sitojun.include <bsd.kernobj.mk>
131.1Sitojun
141.2SitojunMINIROOTOBJ!=	cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR}
151.2SitojunMINIROOT=	${MINIROOTOBJ}/miniroot.fs
161.2Sitojun
171.2SitojunMDSETTARGETS=		RAMDISK		${MINIROOT}	netbsd
181.2SitojunMDSET_RELEASEDIR=	installation
191.2Sitojun
201.2SitojunHPCBOOTDIR=	${KERNSRCDIR}/arch/hpc/stand
211.5SjmcHPCBOOT_SH3=	${HPCBOOTDIR}/binary/SH3
221.5SjmcHPCBOOT_SH4=	${HPCBOOTDIR}/binary/SH4
231.2Sitojun
241.5SjmcUUDECODE_FILES= hpcboot-sh3.exe hpcboot-sh4.exe
251.5SjmcUUDECODE_FILES_RENAME_hpcboot-sh3.exe= hpcboot-sh3.exe
261.5SjmcUUDECODE_FILES_RENAME_hpcboot-sh4.exe= hpcboot-sh4.exe
271.5Sjmc
281.5SjmcCLEANFILES+= hpcboot-sh3.exe.uue hpcboot-sh4.exe.uue
291.5Sjmc
301.5Sjmchpcboot-sh3.exe.uue:
311.5Sjmc	cp ${HPCBOOT_SH3}/hpcboot.exe.uue hpcboot-sh3.exe.uue
321.5Sjmchpcboot-sh4.exe.uue:
331.5Sjmc	cp ${HPCBOOT_SH4}/hpcboot.exe.uue hpcboot-sh4.exe.uue
341.5Sjmc
351.5Sjmcrelease:: check_RELEASEDIR .WAIT hpcboot-sh3.exe hpcboot-sh4.exe
361.6Sbouyer	${MAKEDIRTARGET} cdroms release
371.5Sjmc	cp hpcboot-sh3.exe ${RELEASEDIR}/${MACHINE}/installation; \
381.5Sjmc	chmod ${NONBINMODE} ${RELEASEDIR}/${MACHINE}/installation/hpcboot-sh3.exe
391.5Sjmc	cp hpcboot-sh4.exe ${RELEASEDIR}/${MACHINE}/installation; \
401.5Sjmc	chmod ${NONBINMODE} ${RELEASEDIR}/${MACHINE}/installation/hpcboot-sh4.exe
411.3Slukem	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation '*.gz' '*.exe'
421.2Sitojun
431.2Sitojun.include "${DISTRIBDIR}/common/Makefile.mdset"
441.2Sitojun
451.5Sjmc.include <bsd.files.mk>
461.2Sitojun.include <bsd.prog.mk>
47