mkfile 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. scroll.$O\
  48. string.$O\
  49. stringbg.$O\
  50. stringsubfont.$O\
  51. stringwidth.$O\
  52. subfont.$O\
  53. subfontcache.$O\
  54. subfontname.$O\
  55. unloadimage.$O\
  56. window.$O\
  57. writecolmap.$O\
  58. writeimage.$O\
  59. writesubfont.$O\
  60. HFILES=\
  61. /sys/include/draw.h\
  62. /sys/include/event.h\
  63. /sys/include/mouse.h\
  64. /sys/include/keyboard.h
  65. UPDATE=\
  66. mkfile\
  67. $HFILES\
  68. ${OFILES:%.$O=%.c}\
  69. ${LIB:/$objtype/%=/386/%}\
  70. </sys/src/cmd/mksyslib