Home | History | Annotate | Line # | Download | only in ofwboot
Makefile revision 1.51.18.1
      1  1.51.18.1     rmind #	$NetBSD: Makefile,v 1.51.18.1 2014/05/18 17:45:17 rmind Exp $
      2        1.1    tsubai 
      3        1.1    tsubai S=	${.CURDIR}/../../../..
      4        1.1    tsubai 
      5        1.1    tsubai PROG=		ofwboot
      6       1.12  dmcmahil FILES=		${PROG}.elf ${PROG}.xcf
      7       1.42  wrstuden SRCS=		Locore.c boot.c ofdev.c hfs.c net.c netif_of.c alloc.c vers.c
      8        1.7  wrstuden XCOFFXTRA=	Xcoffxtra.c
      9        1.7  wrstuden XCOFFXTRAOBJ=	Xcoffxtra.o
     10       1.47   tsutsui CFLAGS+=	-msoft-float -mmultiple -ffreestanding
     11       1.47   tsutsui CFLAGS+=	-Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
     12       1.29   tsutsui #CPPFLAGS+=	-DDEBUG -DNETIF_DEBUG
     13       1.29   tsutsui CPPFLAGS+=	-D_STANDALONE -DSUPPORT_DHCP
     14       1.31   tsutsui CPPFLAGS+=	-DSUPPORT_USTARFS -DHAVE_CHANGEDISK_HOOK
     15       1.41   aymeric DBG=		-Os
     16       1.36   thorpej 
     17       1.36   thorpej LIBCRT0=	# nothing
     18  1.51.18.1     rmind LIBCRTI=	# nothing
     19       1.36   thorpej LIBCRTBEGIN=	# nothing
     20       1.36   thorpej LIBCRTEND=	# nothing
     21       1.36   thorpej LIBC=		# nothing
     22        1.9    tsubai 
     23        1.1    tsubai .PATH:		${S}/arch/powerpc/powerpc
     24        1.1    tsubai SRCS+=		ofwmagic.S
     25       1.34    itojun 
     26       1.34    itojun .PATH:		${S}/lib/libsa
     27       1.34    itojun SRCS+=		byteorder.c
     28        1.9    tsubai 
     29       1.24        tv NOMAN=		# defined
     30        1.1    tsubai STRIPFLAG=
     31        1.1    tsubai BINMODE=	444
     32        1.1    tsubai 
     33       1.23        tv .include <bsd.own.mk>
     34       1.23        tv 
     35       1.51     joerg .if !defined(FIXCOFF)
     36       1.39      matt .if !defined(TOOL_MACPPCFIXCOFF)
     37       1.39      matt TOOL_MACPPCFIXCOFFDIR!=	cd ${.CURDIR}/../fixcoff && ${PRINTOBJDIR}
     38       1.46     hauke TOOL_MACPPCFIXCOFF=	${TOOL_MACPPCFIXCOFFDIR}/fixcoff
     39       1.39      matt .endif
     40        1.7  wrstuden .endif
     41        1.7  wrstuden 
     42        1.1    tsubai NEWVERSWHAT=	"OpenFirmware Boot"
     43        1.1    tsubai 
     44        1.1    tsubai # For now...
     45        1.1    tsubai #RELOC=		20000
     46       1.42  wrstuden RELOC=		E00000
     47        1.1    tsubai 
     48        1.1    tsubai ENTRY=		_start
     49        1.1    tsubai 
     50       1.26  wrstuden CLEANFILES+=	vers.c ${PROG}.elf ${PROG}.el1 ${PROG}.mrg ${PROG}.xcf
     51        1.1    tsubai 
     52       1.30   tsutsui CPPFLAGS+=	-I. -I${.CURDIR} -I${.CURDIR}/../../.. -I${.CURDIR}/../../../..
     53       1.26  wrstuden CPPFLAGS+=	-DRELOC=0x${RELOC} -DRELOC_FLATFILE=0x${RELOC_FLATFILE}
     54        1.1    tsubai #CPPFLAGS+=	-DXCOFF_GLUE		# for booting PCI Powermacs
     55        1.1    tsubai 
     56       1.42  wrstuden CLEANFILES+= ${XCOFFXTRAOBJ}
     57        1.5    tsubai 
     58        1.1    tsubai ### find out what to use for libkern
     59        1.1    tsubai KERN_AS=	library
     60        1.1    tsubai .include "${S}/lib/libkern/Makefile.inc"
     61        1.1    tsubai LIBKERN=	${KERNLIB}
     62        1.1    tsubai 
     63        1.1    tsubai ### find out what to use for libz
     64        1.1    tsubai Z_AS=		library
     65        1.1    tsubai .include "${S}/lib/libz/Makefile.inc"
     66        1.1    tsubai LIBZ=		${ZLIB}
     67        1.1    tsubai 
     68        1.1    tsubai ### find out what to use for libsa
     69        1.1    tsubai SA_AS=		library
     70        1.5    tsubai SAMISCMAKEFLAGS= SA_USE_CREAD=yes SA_USE_LOADFILE=yes
     71        1.1    tsubai .include "${S}/lib/libsa/Makefile.inc"
     72        1.1    tsubai LIBSA=		${SALIB}
     73       1.33   tsutsui 
     74       1.50  dholland cleandir distclean: .WAIT cleanlibdir
     75       1.33   tsutsui 
     76       1.33   tsutsui cleanlibdir:
     77       1.44       jmc 	-rm -rf lib
     78        1.1    tsubai 
     79       1.13  jdolecek .PHONY: vers.c
     80       1.13  jdolecek vers.c: version
     81       1.51     joerg 	${HOST_SH} ${S}/conf/newvers_stand.sh ${${MKREPRO} == "yes" :?:-D} \
     82       1.51     joerg 	    ${.CURDIR}/version "macppc" ${NEWVERSWHAT}
     83       1.13  jdolecek 
     84       1.27  wrstuden all realall: ${PROG} ${PROG}.xcf ${PROG}.elf
     85       1.26  wrstuden 
     86       1.42  wrstuden ${PROG}: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} 
     87       1.43      matt 	${_MKTARGET_LINK}
     88       1.42  wrstuden 	${LD} -s -N -Ttext ${RELOC} -Bstatic -o ${PROG}.el1 \
     89       1.42  wrstuden 	    ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
     90       1.26  wrstuden 	${OBJCOPY} -O binary ${PROG}.el1 ${PROG}
     91       1.26  wrstuden 
     92       1.48   tsutsui .include <bsd.klinks.mk>
     93       1.26  wrstuden .include <bsd.prog.mk>
     94       1.26  wrstuden 
     95       1.42  wrstuden ${PROG}.elf: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
     96       1.43      matt 	${_MKTARGET_LINK}
     97        1.7  wrstuden 	${LD} -s -N -Ttext ${RELOC} -Bstatic -o ${PROG}.elf \
     98       1.42  wrstuden 	    ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
     99       1.26  wrstuden 
    100       1.42  wrstuden ${PROG}.xcf: ${OBJS} ${XCOFFXTRAOBJ} ${LIBSA} ${LIBZ} ${LIBKERN}
    101       1.43      matt 	${_MKTARGET_LINK}
    102        1.7  wrstuden 	${LD} -s -N -T ${.CURDIR}/../fixcoff/elf32_powerpc_merge.x -e _entry \
    103        1.7  wrstuden 	    -Ttext ${RELOC} -Bstatic -o ${PROG}.mrg  ${XCOFFXTRAOBJ} \
    104       1.42  wrstuden 	    ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
    105        1.7  wrstuden 	${OBJCOPY} -O aixcoff-rs6000 -R .comment -R .note \
    106        1.7  wrstuden 	    ${PROG}.mrg ${PROG}.xcf
    107       1.39      matt 	${TOOL_MACPPCFIXCOFF} ${PROG}.xcf
    108