You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.in 1.3 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #
  2. # Makefile.LINUX
  3. #
  4. #
  5. # If you compile, change the name to Makefile.in.
  6. #
  7. #
  8. #-----------------------------------------------------------------------------
  9. # Shell
  10. #-----------------------------------------------------------------------------
  11. SHELL = /bin/sh
  12. #-----------------------------------------------------------------------------
  13. # Platform
  14. #-----------------------------------------------------------------------------
  15. PLAT = LINUX
  16. #-----------------------------------------------------------------------------
  17. # Libraries and includes
  18. #-----------------------------------------------------------------------------
  19. BLLIB = $(home)/lib/librefblas.a
  20. CBLIB = ../lib/libcblas.a
  21. #-----------------------------------------------------------------------------
  22. # Compilers
  23. #-----------------------------------------------------------------------------
  24. CC = gcc
  25. FC = gfortran
  26. LOADER = $(FC)
  27. #-----------------------------------------------------------------------------
  28. # Flags for Compilers
  29. #-----------------------------------------------------------------------------
  30. CFLAGS = -O3 -DADD_
  31. FFLAGS = -O3
  32. #-----------------------------------------------------------------------------
  33. # Archive programs and flags
  34. #-----------------------------------------------------------------------------
  35. ARCH = ar
  36. ARCHFLAGS = cr
  37. RANLIB = ranlib