Makefile.fpc.fpcmake 286 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # Makefile.fpc for Tcl/Tk bindings
  3. #
  4. [package]
  5. name=tcl
  6. version=3.3.1
  7. [target]
  8. units=tcl80
  9. examples=tcl_demo
  10. [require]
  11. libc=y
  12. packages=fcl-base
  13. [install]
  14. fpcpackage=y
  15. [default]
  16. fpcdir=../..
  17. [compiler]
  18. includedir=src
  19. sourcedir=src tests
  20. [shared]
  21. build=n
  22. [rules]
  23. .NOTPARALLEL: