10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-17 08:30:31 +02:00
quantum_package/src/FCIdump/Makefile

17 lines
297 B
Makefile
Raw Normal View History

2015-06-03 17:52:41 +02:00
IRPF90 = irpf90 #-a -d
FC = gfortran
FCFLAGS= -O2 -ffree-line-length-none -I .
NINJA = ninja
AR = ar
RANLIB = ranlib
2015-01-19 10:41:58 +01:00
SRC=
OBJ=
2015-06-03 17:52:41 +02:00
LIB=
include irpf90.make
export
2015-01-19 10:41:58 +01:00
2015-06-03 17:52:41 +02:00
irpf90.make: $(filter-out IRPF90_temp/%, $(wildcard */*.irp.f)) $(wildcard *.irp.f) $(wildcard *.inc.f) Makefile
$(IRPF90)