Makefile.fpc 307 B

12345678910111213141516171819202122
  1. #
  2. # Makefile.fpc for DB TestFramework
  3. #
  4. [package]
  5. main=fcl
  6. [target]
  7. examples=dbtestframework testsqlfiles
  8. units=toolsunit dbftoolsunit memdstoolsunit sqldbtoolsunit sdfdstoolsunit
  9. [install]
  10. fpcpackage=y
  11. [default]
  12. fpcdir=../../..
  13. [require]
  14. packages=fcl-fpcunit fcl-db paszlib
  15. [rules]
  16. .NOTPARALLEL: