aux.json 836 B

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