Cross Reference: Makefile
xref: /src/sys/arch/vax/boot/xxboot_ustarfs/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/arch/vax/boot/xxboot_ustarfs/
Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2002/03/29 05:45:08 matt Exp $
2
3S=	${.CURDIR}/../../../..
4
5.PATH:	${.CURDIR}/../xxboot
6
7PROG=	xxboot_ustarfs
8WARNS?=	1
9
10SRCS=	start.S bootxx.c romread.S str.S
11
12STRIPFLAG=
13CPPFLAGS+=-D_STANDALONE -DLIBSA_NO_FD_CHECKING -DLIBSA_NO_RAW_ACCESS \
14	-DLIBSA_NO_TWIDDLE -DLIBSA_SINGLE_DEVICE=rom \
15	-DLIBSA_NO_COMPAT_UFS \
16	-DLIBSA_NO_FS_SYMLINK -DLIBSA_NO_FS_CLOSE \
17	-DLIBSA_NO_FS_WRITE -DLIBSA_NO_FS_SEEK \
18	-DNEED_USTARFS
19BINDIR=	/usr/mdec
20NOMAN=	# defined
21
22CFLAGS=	-Os
23
24SA_AS=	library
25.include "${S}/lib/libsa/Makefile.inc"
26LIBSA=	${SALIB}
27
28KERN_AS=library
29.include "${S}/lib/libkern/Makefile.inc"
30LIBKERN=${KERNLIB}
31
32.if ${MACHINE} == "vax"
33.PHONY: machine-links
34beforedepend: machine-links
35machine-links:
36	@[ -h machine ] || ln -s ${S}/arch/${MACHINE}/include machine
37	@[ -h ${MACHINE_ARCH} ] || ln -s ${S}/arch/${MACHINE_ARCH}/include ${MACHINE_ARCH}
38.NOPATH: machine ${MACHINE_ARCH}
39CLEANFILES+= machine ${MACHINE_ARCH}
40.endif
41
42${PROG}: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
43${PROG}: ${OBJS} ${LIBSA} ${LIBKERN}
44	${LD} -N -Ttext 100000 -o ${PROG}.out ${OBJS} ${LIBSA} ${LIBKERN}
45	${SIZE} ${PROG}.out
46	${OBJCOPY} -O binary ${PROG}.out ${PROG}
47
48.include <bsd.prog.mk>
49

Indexes created Fri Dec 12 19:09:41 GMT 2025