Makefile.fpc.fpcmake 414 B

123456789101112131415161718192021222324252627282930313233343536
  1. #
  2. # Makefile.fpc for oracle units
  3. #
  4. [package]
  5. name=oracle
  6. version=3.3.1
  7. [target]
  8. units=oci ocidyn oratypes oraoci
  9. exampledirs=examples
  10. [require]
  11. libc=y
  12. [install]
  13. fpcpackage=y
  14. [default]
  15. fpcdir=../..
  16. [compiler]
  17. includedir=src
  18. sourcedir=src tests
  19. # in libdir variable must be path to libraries
  20. # libclntsh.*,libnlsrtl3.*
  21. #[compiler]
  22. #libdir=/usr/local/oracle8cli/lib
  23. [shared]
  24. build=n
  25. [rules]
  26. .NOTPARALLEL: