Makefile.fpc 664 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #
  2. # Makefile.fpc for Free Vision for Free Pascal
  3. #
  4. [package]
  5. name=fv
  6. version=1.9.0
  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. exampledirs=test
  20. [libs]
  21. libname=libfpfv.so
  22. libversion=1.0
  23. [compiler]
  24. targetdir=.
  25. [install]
  26. buildunit=buildfv
  27. fpcpackage=y
  28. [default]
  29. fpcdir=..
  30. [rules]
  31. buildfv$(PPUEXT): $(wildcard *.pas *.inc)