Makefile.fpc 230 B

12345678910111213141516
  1. #
  2. # Makefile.fpc for ibase units example
  3. #
  4. [target]
  5. units=mod_stream teststream.pp testwrite.pp tlibsee.pp
  6. programs=teststream testwrite tlibsee
  7. [require]
  8. packages=libsee
  9. [install]
  10. fpcpackage=y
  11. [default]
  12. fpcdir=../../..