Home | History | Annotate | Line # | Download | only in hpcmips
Makefile revision 1.27
      1 #	$NetBSD: Makefile,v 1.27 2005/07/04 08:17:00 he Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5 
      6 .include <bsd.kernobj.mk>
      7 
      8 MINIROOTOBJ!=	cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR}
      9 MINIROOT=	${MINIROOTOBJ}/miniroot.fs
     10 
     11 MDSETTARGETS=		RAMDISK		${MINIROOT}	netbsd		\
     12 			INSTALL_TX3912	${MINIROOT}	netbsd-TX3912
     13 MDSET_RELEASEDIR=	installation
     14 
     15 PBSDBOOTDIR=	${KERNSRCDIR}/arch/${MACHINE}/stand/pbsdboot
     16 PBSDBOOT=	pbsdboot.exe
     17 PBSDBOOT1=	pbsdboot1.exe
     18 HPCBOOTDIR=	${KERNSRCDIR}/arch/hpc/stand/binary/MIPS
     19 HPCBOOT=	hpcboot.exe
     20 
     21 .PATH: ${PBSDBOOTDIR} ${HPCBOOTDIR}
     22 
     23 UUDECODE_FILES=	${PBSDBOOT1} ${PBSDBOOT} ${HPCBOOT}
     24 UUDECODE_FILES_RENAME_${HPCBOOT}= ${HPCBOOT}
     25 
     26 .include "${DISTRIBDIR}/common/Makefile.mdset"
     27 
     28 release:: check_RELEASEDIR .WAIT ${PBSDBOOT1} ${PBSDBOOT} ${HPCBOOT}
     29 	${INSTALL} -c -m ${NONBINMODE} \
     30 		pbsdboot1.exe ${RELEASEDIR}/${MACHINE}/installation
     31 	${INSTALL} -c -m ${NONBINMODE} \
     32 		pbsdboot.exe ${RELEASEDIR}/${MACHINE}/installation
     33 	${INSTALL} -c -m ${NONBINMODE} \
     34 		hpcboot.exe ${RELEASEDIR}/${MACHINE}/installation
     35 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation '*.gz' '*.exe'
     36 
     37 .include <bsd.files.mk>
     38 .include <bsd.prog.mk>
     39