mkfile 502 B

123456789101112131415161718192021222324252627282930313233
  1. <../mkconfig
  2. LIB=libnandfs.a
  3. OFILES= \
  4. calcformat.$O\
  5. correctauxilliary.$O\
  6. ecc.$O\
  7. eraseblock.$O\
  8. extracttags.$O\
  9. findfreeblock.$O\
  10. formatblock.$O\
  11. getblockstatus.$O\
  12. hamming31_26.$O\
  13. init.$O\
  14. markblockbad.$O\
  15. open.$O\
  16. readblock.$O\
  17. readpage.$O\
  18. readpageauxilliary.$O\
  19. reformatblock.$O\
  20. setget.$O\
  21. updatepage.$O\
  22. writeblock.$O\
  23. writepageauxilliary.$O\
  24. HFILES=\
  25. $ROOT/include/nandfs.h \
  26. $ROOT/include/logfs.h \
  27. local.h
  28. <$ROOT/mkfiles/mksyslib-$SHELLTYPE