Makefile.fpc 419 B

123456789101112131415161718192021222324
  1. #
  2. # Makefile.fpc for Free Pascal testing utilities
  3. #
  4. [package]
  5. name=testsuite
  6. version=3.3.1
  7. [require]
  8. packages=fcl-base fcl-db fcl-web rtl-objpas pthreads fcl-net rtl-extra postgres fcl-image paszlib hash
  9. libc=y
  10. [compiler]
  11. unitdir=..
  12. [target]
  13. programs=testsuite
  14. [default]
  15. fpcdir=../../..
  16. [rules]
  17. testsuite$(SRCEXEEXT): testsuite.pp tsconsts.pas tsgraph.pas tshistory.pas tshtml.pas tssql.pas
  18. $(COMPILER) $<