mkfile 1022 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. </$objtype/mkfile
  2. LIB=/$objtype/lib/libdraw.a
  3. OFILES=\
  4. alloc.$O\
  5. allocimagemix.$O\
  6. arith.$O\
  7. bezier.$O\
  8. border.$O\
  9. buildfont.$O\
  10. bytesperline.$O\
  11. chan.$O\
  12. cloadimage.$O\
  13. computil.$O\
  14. creadimage.$O\
  15. debug.$O\
  16. defont.$O\
  17. draw.$O\
  18. drawrepl.$O\
  19. egetrect.$O\
  20. ellipse.$O\
  21. emenuhit.$O\
  22. event.$O\
  23. fmt.$O\
  24. font.$O\
  25. freesubfont.$O\
  26. getdefont.$O\
  27. getrect.$O\
  28. getsubfont.$O\
  29. icossin.$O\
  30. icossin2.$O\
  31. init.$O\
  32. keyboard.$O\
  33. line.$O\
  34. menuhit.$O\
  35. mkfont.$O\
  36. mouse.$O\
  37. newwindow.$O\
  38. openfont.$O\
  39. poly.$O\
  40. loadimage.$O\
  41. readcolmap.$O\
  42. readimage.$O\
  43. readsubfont.$O\
  44. rectclip.$O\
  45. replclipr.$O\
  46. rgb.$O\
  47. string.$O\
  48. stringbg.$O\
  49. stringsubfont.$O\
  50. stringwidth.$O\
  51. subfont.$O\
  52. subfontcache.$O\
  53. subfontname.$O\
  54. unloadimage.$O\
  55. window.$O\
  56. writecolmap.$O\
  57. writeimage.$O\
  58. writesubfont.$O\
  59. HFILES=\
  60. /sys/include/draw.h\
  61. /sys/include/event.h\
  62. /sys/include/mouse.h\
  63. /sys/include/keyboard.h
  64. UPDATE=\
  65. mkfile\
  66. $HFILES\
  67. ${OFILES:%.$O=%.c}\
  68. ${LIB:/$objtype/%=/386/%}\
  69. </sys/src/cmd/mksyslib