Makefile.fpc 684 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. # Makefile.fpc for Free Vision for Free Pascal
  3. #
  4. [package]
  5. name=fv
  6. version=1.9.4
  7. [target]
  8. units=buildfv
  9. implicitunits=app callspec colortxt dialogs drivers editors fileio \
  10. fvcommon fvconsts gadgets histlist inplong memory \
  11. menus msgbox resource statuses stddlg tabs time validate \
  12. views gfvgraph
  13. units_go32v2=sysmsg
  14. units_win32=sysmsg
  15. units_linux=sysmsg
  16. units_freebsd=sysmsg
  17. units_netbsd=sysmsg
  18. units_openbsd=sysmsg
  19. units_darwin=sysmsg
  20. exampledirs=test
  21. [libs]
  22. libname=libfpfv.so
  23. libversion=1.0
  24. [compiler]
  25. targetdir=.
  26. [install]
  27. buildunit=buildfv
  28. fpcpackage=y
  29. [default]
  30. fpcdir=..
  31. [rules]
  32. buildfv$(PPUEXT): $(wildcard *.pas *.inc)