2ceba51630
If I _had_ to pick an arch on which to learn how this stuff works, it probably would not have been vax... unless of course I was experimenting with time compressing drugs. If we have a 1.4.2, this is definitely a candidate.
13 lines
411 B
Makefile
13 lines
411 B
Makefile
# $NetBSD: Makefile.inc,v 1.2 1999/07/18 05:55:45 abs Exp $
|
|
|
|
XXRPB=0x1F4240
|
|
RELOC=0x2f0000
|
|
.PATH: ${.CURDIR}/../../vax ${.CURDIR}/../common
|
|
|
|
CPPFLAGS+=-I${.CURDIR}/../../../../ -I${.CURDIR}/../../ -I${.CURDIR}/../common -I${.CURDIR}/../../include
|
|
CPPFLAGS+=-DXXRPB=${XXRPB} -DRELOC=${RELOC}
|
|
|
|
# Private handling of assembler files.
|
|
.s.o:
|
|
${CC} -x assembler-with-cpp ${CPPFLAGS} -E ${.IMPSRC} | as -o ${.TARGET}
|