aux.json 846 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. [
  2. {
  3. "Name": "Aux",
  4. "CFlags": [],
  5. "Include": [
  6. "../cmd.json"
  7. ],
  8. "Install": "/$ARCH/bin/aux",
  9. "Projects": [
  10. "realemu/realemu.json",
  11. "realemu/loadcom.json",
  12. "vga/vga.json"
  13. ],
  14. "SourceFilesCmd": [
  15. "9pcon.c",
  16. "accupoint.c",
  17. "acidleak.c",
  18. "astarld.c",
  19. "cddb.c",
  20. "clog.c",
  21. "consolefs.c",
  22. "data2s.c",
  23. "depend.c",
  24. "disksim.c",
  25. "getflags.c",
  26. "lines.c",
  27. "listen.c",
  28. "listen1.c",
  29. "mklatinkbd.c",
  30. "ms2.c",
  31. "msexceltables.c",
  32. "mswordstrings.c",
  33. "mouse.c",
  34. "olefs.c",
  35. "pcmcia.c",
  36. "rdwr.c",
  37. "reboot.c",
  38. "searchfs.c",
  39. "statusbar.c",
  40. "stub.c",
  41. "timesync.c",
  42. "trampoline.c",
  43. "usage.c",
  44. "watchdog.c",
  45. "write.c",
  46. "zerotrunc.c",
  47. "tty.c"
  48. ],
  49. "WhoCares": [
  50. "mnihongo/mnihongo.json",
  51. "gps/gps.json",
  52. "flashfs/flashfs.json"
  53. ]
  54. }
  55. ]