Cross Reference: Makefile.buildboot
xref: /src/sys/arch/sparc/stand/Makefile.buildboot
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/arch/sparc/stand/
Makefile.buildboot revision 1.4
11.4Spk#	$NetBSD: Makefile.buildboot,v 1.4 1999/02/15 18:52:12 pk Exp $
21.1Smrg
31.1SmrgS=	${.CURDIR}/../../../..
41.1Smrg
51.4Spk.PATH: ${.CURDIR}/../common ${.CURDIR}/../../sparc
61.1Smrg
71.4SpkCOMMONSOURCE=	srt0.S promdev.c dvma.c promlib.c
81.1Smrg
91.1SmrgSRCS=		${COMMONSOURCE} ${PROGSOURCE}
101.3SlukemMKMAN=		no
111.1SmrgBINMODE=	444
121.1Smrg
131.1SmrgRELOC_SUN4=	0x240000
141.1SmrgRELOC_SUN4C=	0x340000
151.1SmrgRELOC_SUN4M=	0x440000
161.1Smrg
171.1Smrg# Note: a `RELOC' value of 0x340000 seems to work on most machines
181.1SmrgRELOC?=		${RELOC_SUN4C}
191.1Smrg
201.2ShannkenCPPFLAGS+=	-D_STANDALONE -DRELOC=${RELOC} -DSUN4 -DSUN4C -DSUN_BOOTPARAMS
211.1Smrg
221.1SmrgCPPFLAGS+=	-I${.CURDIR}/../../.. -I${.CURDIR}/../../../..
231.1SmrgCFLAGS=		-O2
241.4SpkCFLAGS+=	-Wall -Wstrict-prototypes -Wmissing-prototypes
251.1Smrg
261.1Smrg### find out what to use for libkern
271.1SmrgKERN_AS=	library
281.1Smrg.include "${S}/lib/libkern/Makefile.inc"
291.1SmrgLIBKERN=	${KERNLIB}
301.1Smrg
311.1Smrg.ifdef INCLUDE_LIBZ
321.1Smrg### find out what to use for libz
331.1SmrgZ_AS=		library
341.1Smrg.include "${S}/lib/libz/Makefile.inc"
351.1SmrgLIBZ=		${ZLIB}
361.1Smrg.endif
371.1Smrg
381.1Smrg### find out what to use for libsa
391.1SmrgSA_AS=		library
401.1Smrg.include "${S}/lib/libsa/Makefile.inc"
411.1SmrgLIBSA=		${SALIB}
42

Indexes created Tue Dec 30 23:09:30 GMT 2025