callsmkfile 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. PORTC=\
  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. IPC=../ip/arp.c\
  29. ../ip/chandial.c\
  30. ../ip/devip.c\
  31. ../ip/ethermedium.c\
  32. ../ip/icmp.c\
  33. ../ip/icmp6.c\
  34. ../ip/inferno.c\
  35. ../ip/ip.c\
  36. ../ip/ipaux.c\
  37. ../ip/ipifc.c\
  38. ../ip/ipmux.c\
  39. ../ip/iproute.c\
  40. ../ip/ipv6.c\
  41. ../ip/loopbackmedium.c\
  42. ../ip/netdevmedium.c\
  43. ../ip/netlog.c\
  44. ../ip/ptclbsum.c\
  45. ../ip/udp.c\
  46. # print it in landscape orientation; it's way more useful than 80 columns
  47. disk.calls:D: main.c $CONF.c $PORTC \
  48. boot.c cga.c devarch.c devcons.c devrtc.c \
  49. diskload.c fault.c i8253.c i8259.c \
  50. kbd.c memory.c mmu.c multiboot.c pci.c \
  51. stub.c trap.c uarti8250.c \
  52. warp64.c $CONF.rootc.c # ${DEVS:%.$O=%.c}
  53. calls -w 132 -f main -I. -I../pc -I../port -I../ip $prereq |
  54. grep -v '\[external\]' >main.$target
  55. calls -w 132 -f bootloadproc -I. -I../pc -I../port -I../ip $prereq |
  56. grep -v '\[external\]' >bootloadproc.$target
  57. calls -w 132 -I. -I../pc -I../port -I../ip $prereq |
  58. grep -v '\[external\]' >$target
  59. pxe.calls:D: main.c $CONF.c $IPC $PORTC \
  60. boot.c cga.c devarch.c devcons.c devether.c devrtc.c \
  61. ethermii.c ether82563.c fault.c i8253.c i8259.c \
  62. kbd.c memory.c mmu.c multiboot.c pci.c \
  63. pxeload.c rand.c stub.c trap.c uarti8250.c \
  64. warp64.c $CONF.rootc.c # ${DEVS:%.$O=%.c}
  65. calls -w 132 -f main -I. -I../pc -I../port -I../ip $prereq |
  66. grep -v '\[external\]' >main.$target
  67. calls -w 132 -f bootloadproc -I. -I../pc -I../port -I../ip $prereq |
  68. grep -v '\[external\]' >bootloadproc.$target
  69. calls -w 132 -I. -I../pc -I../port -I../ip $prereq |
  70. grep -v '\[external\]' >$target