Makefile.fpc 300 B

123456789101112131415161718192021
  1. #
  2. # Makefile.fpc for Free Pascal GTK 2.x.y Examples
  3. #
  4. [target]
  5. programs=gmp_accept_test gmp_testcase pidigits_example pidigits_example2 printf_example printf_example2 scanf_example scanf_example2
  6. [require]
  7. packages=gmp
  8. [install]
  9. fpcpackage=y
  10. [default]
  11. fpcdir=../../..
  12. [rules]
  13. .NOTPARALLEL: