Home | History | Annotate | Line # | Download | only in hpcsh
Makefile revision 1.5.16.1
      1  1.5.16.1     riz #	$NetBSD: Makefile,v 1.5.16.1 2007/03/09 06:59:23 riz 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.5.16.1     riz SUBDIR=		cdroms
      7  1.5.16.1     riz 
      8  1.5.16.1     riz iso_image:
      9  1.5.16.1     riz 	${MAKEDIRTARGET} cdroms iso_image
     10  1.5.16.1     riz 
     11  1.5.16.1     riz .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.5.16.1     riz 	${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