1
0
mirror of https://github.com/TREX-CoE/irpjast.git synced 2024-07-03 09:56:11 +02:00
irpjast/Makefile

20 lines
393 B
Makefile
Raw Normal View History

2020-12-14 13:40:47 +01:00
IRPF90 = irpf90 #-a -d
2020-12-15 17:06:55 +01:00
FC = gfortran -g
2020-12-14 13:40:47 +01:00
FCFLAGS= -O2 -ffree-line-length-none -I .
2020-12-15 17:06:55 +01:00
FC = ifort -C -traceback -g
#FCFLAGS= -O2 -ffree-line-length-none -I .
#NINJA = ninja
2020-12-14 13:40:47 +01:00
AR = ar
2020-12-15 17:06:55 +01:00
ARCHIVE= ar crs
2020-11-17 21:35:52 +01:00
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)