mkfile 794 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. APE=/sys/src/ape
  2. <$APE/config
  3. LIB=/$objtype/lib/ape/libfmt.a
  4. NUM=\
  5. charstod.$O\
  6. pow10.$O\
  7. OFILES=\
  8. dofmt.$O\
  9. errfmt.$O\
  10. fltfmt.$O\
  11. fmt.$O\
  12. fmtfd.$O\
  13. fmtfdflush.$O\
  14. fmtlock.$O\
  15. fmtprint.$O\
  16. fmtquote.$O\
  17. fmtrune.$O\
  18. fmtstr.$O\
  19. fmtvprint.$O\
  20. fprint.$O\
  21. nan64.$O\
  22. print.$O\
  23. runefmtstr.$O\
  24. runeseprint.$O\
  25. runesmprint.$O\
  26. runesnprint.$O\
  27. runesprint.$O\
  28. runevseprint.$O\
  29. runevsmprint.$O\
  30. runevsnprint.$O\
  31. seprint.$O\
  32. smprint.$O\
  33. snprint.$O\
  34. sprint.$O\
  35. strtod.$O\
  36. vfprint.$O\
  37. vseprint.$O\
  38. vsmprint.$O\
  39. vsnprint.$O\
  40. werrstr.$O\
  41. $NUM\
  42. HFILES=\
  43. fmtdef.h\
  44. /sys/include/ape/fmt.h\
  45. </sys/src/cmd/mksyslib
  46. $NAN.$O: nan.h
  47. strtod.$O: nan.h
  48. test: $LIB test.$O
  49. $CC -o test test.$O $LIB -L$PLAN9/lib -lutf
  50. CFLAGS=-c -D_POSIX_SOURCE -D_PLAN9_SOURCE -D_BSD_EXTENSION