1
0
mirror of https://github.com/TREX-CoE/irpjast.git synced 2024-07-03 09:56:11 +02:00
irpjast/Makefile
2020-12-10 14:16:39 +01:00

17 lines
368 B
Makefile

IRPF90 = irpf90 --codelet=factor_een_2:100000 #--codelet=factor_een:10000
FC = gfortran
FCFLAGS= -O2 -march=native -ffree-line-length-none -I .
NINJA = ninja
ARCHIVE= ar crs
RANLIB = ranlib
SRC=
OBJ=
LIB=
-include irpf90.make
export
irpf90.make: $(filter-out IRPF90_temp/%, $(wildcard */*.irp.f)) $(wildcard *.irp.f) $(wildcard *.inc.f) Makefile
$(IRPF90)