mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-11 05:28:29 +01:00
10 lines
262 B
Makefile
10 lines
262 B
Makefile
|
default: all
|
||
|
INCLUDE_DIRS = Ezfio_files Utils Nuclei
|
||
|
|
||
|
include ../Makefile.config
|
||
|
include ../Makefile.common
|
||
|
include irpf90.make
|
||
|
|
||
|
irpf90.make: $(filter-out IRPF90_temp/%, $(wildcard */*.irp.f)) $(wildcard *.irp.f) $(wildcard *.inc.f) Makefile $(EZFIO)
|
||
|
$(IRPF90)
|