|
|
1.1 root 1:
2: #
3: # Make file for demand paging test
4: #
5: #
6: #
7: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
8:
9: HDRS1 = prvreg.h psl.h \
10: pte.h pcboffset.h \
11: const.h scboffset.h \
12: sptoffset.h trap.h \
13: definitions scblock.s evthandlers.s
14:
15: LDFLAGS = -T 0xC0000000
16:
17: TESTS = init.o bio.o cp.o subs.o trap.o \
18: dmp.o dmp0.o dmp1.o dmp2.o dmp3.o dmp4.o dmp5.o dmp6.o
19:
20: SRCS = init.x bio.c cp.c subs.c \
21: dmp.c dmp0.c dmp1.c dmp2.c dmp3.c dmp4.c dmp5.c \
22: dmp6.c
23:
24: all : demand
25:
26: demand.st : $(TESTS)
27: ${LD} -N -x -o demand.st $(TESTS)
28:
29: demand : demand.st
30: cp demand.st $$demand.st
31: strip $$demand.st
32: dd if=$$demand.st of=demand skip=1 bs=2080
33: rm -f $$demand.st
34:
35: init.o : init.c $(HDRS1)
36: ${CC} -E init.c >init.s
37: ${AS} -o init.o init.s
38: rm init.s
39:
40: install: all
41: install -c demand ${DESTDIR}/d
42:
43: clean:
44: rm -f *.o demand.st demand
45:
46: cleansrc:
47: rm -f *.[csh] definitions makefile
48:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.