Home | History | Annotate | Line # | Download | only in hpcsh
Makefile revision 1.6
      1  1.6  bouyer #	$NetBSD: Makefile,v 1.6 2007/03/06 21:57:04 bouyer Exp $
      2  1.1  itojun 
      3  1.2  itojun .include <bsd.own.mk>
      4  1.2  itojun .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5  1.1  itojun 
      6  1.6  bouyer SUBDIR=		cdroms
      7  1.6  bouyer 
      8  1.6  bouyer iso_image:
      9  1.6  bouyer 	${MAKEDIRTARGET} cdroms iso_image
     10  1.6  bouyer 
     11  1.6  bouyer .include <bsd.subdir.mk>
     12  1.2  itojun .include <bsd.kernobj.mk>
     13  1.1  itojun 
     14  1.2  itojun MINIROOTOBJ!=	cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR}
     15  1.2  itojun MINIROOT=	${MINIROOTOBJ}/miniroot.fs
     16  1.2  itojun 
     17  1.2  itojun MDSETTARGETS=		RAMDISK		${MINIROOT}	netbsd
     18  1.2  itojun MDSET_RELEASEDIR=	installation
     19  1.2  itojun 
     20  1.2  itojun HPCBOOTDIR=	${KERNSRCDIR}/arch/hpc/stand
     21  1.5     jmc HPCBOOT_SH3=	${HPCBOOTDIR}/binary/SH3
     22  1.5     jmc HPCBOOT_SH4=	${HPCBOOTDIR}/binary/SH4
     23  1.2  itojun 
     24  1.5     jmc UUDECODE_FILES= hpcboot-sh3.exe hpcboot-sh4.exe
     25  1.5     jmc UUDECODE_FILES_RENAME_hpcboot-sh3.exe= hpcboot-sh3.exe
     26  1.5     jmc UUDECODE_FILES_RENAME_hpcboot-sh4.exe= hpcboot-sh4.exe
     27  1.5     jmc 
     28  1.5     jmc CLEANFILES+= hpcboot-sh3.exe.uue hpcboot-sh4.exe.uue
     29  1.5     jmc 
     30  1.5     jmc hpcboot-sh3.exe.uue:
     31  1.5     jmc 	cp ${HPCBOOT_SH3}/hpcboot.exe.uue hpcboot-sh3.exe.uue
     32  1.5     jmc hpcboot-sh4.exe.uue:
     33  1.5     jmc 	cp ${HPCBOOT_SH4}/hpcboot.exe.uue hpcboot-sh4.exe.uue
     34  1.5     jmc 
     35  1.5     jmc release:: check_RELEASEDIR .WAIT hpcboot-sh3.exe hpcboot-sh4.exe
     36  1.6  bouyer 	${MAKEDIRTARGET} cdroms release
     37  1.5     jmc 	cp hpcboot-sh3.exe ${RELEASEDIR}/${MACHINE}/installation; \
     38  1.5     jmc 	chmod ${NONBINMODE} ${RELEASEDIR}/${MACHINE}/installation/hpcboot-sh3.exe
     39  1.5     jmc 	cp hpcboot-sh4.exe ${RELEASEDIR}/${MACHINE}/installation; \
     40  1.5     jmc 	chmod ${NONBINMODE} ${RELEASEDIR}/${MACHINE}/installation/hpcboot-sh4.exe
     41  1.3   lukem 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation '*.gz' '*.exe'
     42  1.2  itojun 
     43  1.2  itojun .include "${DISTRIBDIR}/common/Makefile.mdset"
     44  1.2  itojun 
     45  1.5     jmc .include <bsd.files.mk>
     46  1.2  itojun .include <bsd.prog.mk>
     47