Makefile.fpc 242 B

1234567891011121314151617181920212223242526
  1. #
  2. # Makefile.fpc for Tcl/Tk bindings
  3. #
  4. [package]
  5. name=tcl
  6. version=2.0.0
  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. [shared]
  18. build=n
  19. [rules]
  20. .NOTPARALLEL: