tools.mak 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. # ====================================================================
  2. # program;
  3. # --------------------------------------------------------------------
  4. __bswap.o: __bswap.c endian.h
  5. assist.o: assist.c error.h symbol.h
  6. b64dump.o: b64dump.c base64.h types.h
  7. basespec.o: basespec.c error.h number.h
  8. binout.o: binout.c memory.h number.h
  9. bytespec.o: bytespec.c error.h memory.h number.h
  10. checkfilename.o: checkfilename.c files.h
  11. checksum32.o: checksum32.c memory.h
  12. chrout.o: chrout.c memory.h
  13. clr32bitmap.o: clr32bitmap.c endian.h flags.h
  14. codelist.o: codelist.c symbol.h
  15. codename.o: codename.c symbol.h
  16. config.o: config.c config.h types.h
  17. dataspec.o: dataspec.c error.h memory.h number.h
  18. debug.o: debug.c error.h types.h
  19. decdecode.o: decdecode.c memory.h number.h
  20. decout.o: decout.c memory.h number.h
  21. decstring.o: decstring.c memory.h
  22. efreopen.o: efreopen.c error.h files.h
  23. emalloc.o: emalloc.c error.h
  24. endian.o: endian.c memory.h
  25. error.o: error.c error.h types.h
  26. extra.o: extra.c error.h types.h
  27. fdchecksum32.o: fdchecksum32.c memory.h
  28. getoptv.o: getoptv.c error.h getoptv.h putoptv.h version.h
  29. getargv.o: getargv.c chars.h symbol.h
  30. gettimeofday.o: gettimeofday.c
  31. hexdecode.o: hexdecode.c memory.h number.h
  32. hexdump.o: hexdump.c memory.h number.h
  33. hexencode.o: hexencode.c memory.h number.h
  34. hexload.o: hexload.c chars.h error.h memory.h
  35. hexoffset.o: hexoffset.c memory.h number.h
  36. hexout.o: hexout.c memory.h number.h
  37. hexpeek.o: hexpeek.c memory.h
  38. hexcopy.o: hexcopy.c memory.h
  39. hexstream.o: hexstream.c memory.h
  40. hexstring.o: hexstring.c memory.h
  41. hexview.o: hexview.c memory.h number.h
  42. hexwrite.o: hexwrite.c number.h types.h
  43. ipv4spec.o: ipv4spec.c error.c error.h hexdecode.c memory.h number.h todigit.c
  44. ipv6spec.o: ipv6spec.c error.c error.h hexdecode.c memory.h number.h todigit.c
  45. lookup.o: lookup.c symbol.h
  46. memdecr.o: memdecr.c memory.h
  47. memdecode.o: memdecode.c error.h memory.h number.h pib.h
  48. memencode.o: memencode.c error.h memory.h number.h pib.h
  49. memincr.o: memincr.c memory.h
  50. memout.o: memout.c memory.h
  51. memswap.o: memswap.c memory.h
  52. output.o: output.c format.h
  53. pad.o: pad.c files.h getoptv.h number.h
  54. putoptv.o: putoptv.c getoptv.h putoptv.h
  55. regview32.o: regview32.c endian.h memory.h
  56. reword.o: reword.c symbol.h
  57. set32bitmap.o: set32bitmap.c endian.h flags.h
  58. strdecr.o: strdecr.c memory.h
  59. strfbits.o: strfbits.c flags.h memory.h
  60. strincr.o: strincr.c memory.h
  61. synonym.o: synonym.c types.h
  62. todigit.o: todigit.c number.h
  63. termlist.o: termlist.c symbol.h
  64. typelist.o: typelist.c symbol.h
  65. typename.o: typename.c symbol.h
  66. uintspec.o: uintspec.c error.h number.h types.h
  67. version.o: version.c version.h
  68. # ====================================================================
  69. # header files;
  70. # --------------------------------------------------------------------
  71. error.h: types.h
  72. files.h: types.h
  73. markup.h: version.h
  74. memory.h: endian.h types.h
  75. symbol.h: types.h