Makefile.fpc 529 B

12345678910111213141516171819202122232425262728293031323334
  1. #
  2. # Makefile.fpc for Compiler units for IDE inclusion
  3. #
  4. [target]
  5. units=compunit
  6. [require]
  7. packages=fv
  8. [compiler]
  9. options=-Ca
  10. targetdir=.
  11. unitdir=$(FPCDIR)/compiler $(FPCDIR)/compiler/$(CPU_TARGET) $(FPCDIR)/compiler/targets
  12. includedir=$(FPCDIR)/compiler $(FPCDIR)/compiler/$(CPU_TARGET)
  13. [install]
  14. fpcpackage=y
  15. [default]
  16. fpcdir=../../..
  17. [rules]
  18. override COMPILER+=-dBrowserCol -dGDB -Fu.. -Fi..
  19. ifeq ($(CPU_TARGET),i386)
  20. override COMPILER+=-dSUPPORT_MMX
  21. endif
  22. all: fpc_all
  23. clean: cleanall
  24. # Nothing to install
  25. install: