xref: /plan9-contrib/sys/src/9/pcboot/callsmkfile (revision 1936bb650459bace06c38a45b60888b47e5cd459)
1PORTC=\
2	../port/alarm.c\
3	../port/alloc.c\
4	../port/allocb.c\
5	auth.c\
6	chan.c\
7	conf.c\
8	../port/dev.c\
9	../port/devroot.c\
10	../port/devuart.c\
11	../port/edf.c\
12	../port/latin1.c\
13	../port/netif.c\
14	../port/page.c\
15	../port/parse.c\
16	../port/pgrp.c\
17	../port/portclock.c\
18	../port/print.c\
19	../port/proc.c\
20	../port/qio.c\
21	../port/qlock.c\
22	../port/rdb.c\
23	../port/rebootcmd.c\
24	../port/segment.c\
25	../port/taslock.c\
26	../port/tod.c\
27	../port/xalloc.c\
28
29IPC=../ip/arp.c\
30	../ip/chandial.c\
31	../ip/devip.c\
32	../ip/ethermedium.c\
33	../ip/icmp.c\
34	../ip/icmp6.c\
35	../ip/inferno.c\
36	../ip/ip.c\
37	../ip/ipaux.c\
38	../ip/ipifc.c\
39	../ip/ipmux.c\
40	../ip/iproute.c\
41	../ip/ipv6.c\
42	../ip/loopbackmedium.c\
43	../ip/netdevmedium.c\
44	../ip/netlog.c\
45	../ip/ptclbsum.c\
46	../ip/udp.c\
47
48# print it in landscape orientation; it's way more useful than 80 columns
49disk.calls:D: main.c $CONF.c $PORTC \
50	boot.c cga.c devarch.c devcons.c devrtc.c \
51	diskload.c fault.c i8253.c i8259.c \
52	kbd.c memory.c mmu.c multiboot.c pci.c \
53	stub.c trap.c uarti8250.c \
54	warp64.c $CONF.rootc.c			#  ${DEVS:%.$O=%.c}
55	calls -w 132 -f main -I. -I../pc -I../port -I../ip $prereq |
56		grep -v '\[external\]' >main.$target
57	calls -w 132 -f bootloadproc -I. -I../pc -I../port -I../ip $prereq |
58		grep -v '\[external\]' >bootloadproc.$target
59	calls -w 132 -I. -I../pc -I../port -I../ip $prereq |
60		grep -v '\[external\]' >$target
61pxe.calls:D: main.c $CONF.c $IPC $PORTC \
62	boot.c cga.c devarch.c devcons.c devether.c devrtc.c \
63	ethermii.c ether82563.c fault.c i8253.c i8259.c \
64	kbd.c memory.c mmu.c multiboot.c pci.c \
65	pxeload.c rand.c stub.c trap.c uarti8250.c \
66	warp64.c $CONF.rootc.c			#  ${DEVS:%.$O=%.c}
67	calls -w 132 -f main -I. -I../pc -I../port -I../ip $prereq |
68		grep -v '\[external\]' >main.$target
69	calls -w 132 -f bootloadproc -I. -I../pc -I../port -I../ip $prereq |
70		grep -v '\[external\]' >bootloadproc.$target
71	calls -w 132 -I. -I../pc -I../port -I../ip $prereq |
72		grep -v '\[external\]' >$target
73