|
|
1.1 root 1: CFLAGS=-I.. -DKERNEL
2: L=../lib/inet.a
3: IPFILES=$L(ip_arp.x) $L(ip_device.x) $L(ip_input.x) $L(ip_ld.x) $L(ip_output.x) $L(ip_subr.x) \
4: $L(vecadd.z) $L(goo.z)
5: TCPFILES=$L(tcp_device.x) $L(tcp_input.x) $L(tcp_ld.x) $L(tcp_output.x) $L(tcp_subr.x) $L(tcp_timer.x)
6: UDPFILES=$L(udp_device.x) $L(udp_input.x) $L(udp_ld.x) $L(udp_output.x)
7:
8: $L: $IPFILES $UDPFILES $TCPFILES
9: names=`membername $newprereq`
10: ar r $L $names && rm $names
11: ranlib $L
12: $L(%):N: %
13: %.x: %.c
14: cc $CFLAGS -S $stem.c
15: /lib/c2 <$stem.s | sed -f ../lib/asm.sed | as -o $stem.x
16: rm $stem.s
17: %.z: %.s
18: /lib/c2 <$stem.s | sed -f ../lib/asm.sed | as -o $stem.z
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.