10
1
mirror of https://gitlab.com/scemama/qmcchem.git synced 2024-07-27 13:17:25 +02:00
qmcchem/src/Makefile

13 lines
341 B
Makefile
Raw Normal View History

2022-01-03 13:18:45 +01:00
IRPF90=irpf90
2019-10-01 09:36:29 +02:00
IRPF90+= $(IRPF90_FLAGS)
include irpf90.make
export
irpf90.make: $(filter-out IRPF90_temp/%, $(wildcard */*.irp.f)) $(wildcard *.irp.f) $(wildcard *.inc.f) Makefile
$(IRPF90)
2022-01-26 19:48:16 +01:00
IRPF90_temp/irp_touches.irp.o: IRPF90_temp/irp_touches.irp.F90
$(FC) -O2 -c -g IRPF90_temp/irp_touches.irp.F90 -o IRPF90_temp/irp_touches.irp.o