mirror of
https://github.com/TREX-CoE/irpjast.git
synced 2024-11-03 20:54:10 +01:00
17 lines
296 B
Makefile
17 lines
296 B
Makefile
IRPF90 = irpf90 -a -d
|
|
FC = gfortran
|
|
FCFLAGS= -O2 -ffree-line-length-none -I .
|
|
NINJA = ninja
|
|
AR = ar
|
|
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)
|