|
|
Power 6/32 Unix version 1.2b
#
# HDRS included files
#
# SRCS source files
#
MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
HDRS1 = prvreg.h psl.h pte.h pcboffset.h const.h scboffset.h \
sptoffset.h trap.h
LD_FLG = -T 0
.SUFFIXES:
.SUFFIXES: .x .s .o .c
.x.o:
cat $*.x | sed 's/^#\([^id]\)/ #\1/' | /lib/cpp | ${AS} -o $*.o
.s.o:
cat INCLUDE $*.s | ${AS} -o $*.o
.c.o:
${CC} -c $*.c
SYS = init.o sys.o buser.o bio.o cp.o
PROC0 = tape.o tm_ex.o vddc.o vddc_ex.o multi.o
#SYS = udcinit.o sys.o buser.o bio.o cp.o
#PROC0 = udc.o u_ex.o
TESTS = $(SYS) $(PROC0)
all : io
install: all
install -c io ${DESTDIR}/d
io.st : $(TESTS)
${LD} $(LD_FLG) -N -x -o io.st $(TESTS)
io : io.st
dd if=io.st of=io skip=1 bs=2080
cleansrc:
rm -f *.[cshx] definitions Makefile
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.