Makefile.fpc 235 B

1234567891011121314151617181920
  1. #
  2. # Makefile.fpc for OpenGL for FPC
  3. #
  4. [targets]
  5. dirs=linux examples build
  6. [sections]
  7. none=1
  8. [defaults]
  9. defaultbuilddir=$(OS_TARGET)
  10. defaultinstalldir=$(OS_TARGET)
  11. [rules]
  12. .PHONY: examples
  13. examples:
  14. $(MAKE) examples_all