mirror of
https://gitlab.com/scemama/qmcchem.git
synced 2024-12-21 11:53:30 +01:00
Fixed Makefiles
This commit is contained in:
parent
1e99c27416
commit
be84027a8c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,3 @@
|
|||||||
.ninja_deps
|
|
||||||
.ninja_log
|
|
||||||
EZFIO
|
EZFIO
|
||||||
install/Downloads
|
install/Downloads
|
||||||
install/_build
|
install/_build
|
||||||
|
3
ocaml/.gitignore
vendored
3
ocaml/.gitignore
vendored
@ -5,9 +5,6 @@
|
|||||||
ezfio.ml
|
ezfio.ml
|
||||||
Qptypes.ml
|
Qptypes.ml
|
||||||
.ls_md5
|
.ls_md5
|
||||||
.ninja_deps
|
|
||||||
.ninja_log
|
|
||||||
generated.ninja
|
|
||||||
qmcchem
|
qmcchem
|
||||||
qptypes_generator
|
qptypes_generator
|
||||||
Property.ml
|
Property.ml
|
||||||
|
@ -4,9 +4,11 @@
|
|||||||
make -C ocaml clean
|
make -C ocaml clean
|
||||||
if [[ -d src/IRPF90_temp ]]
|
if [[ -d src/IRPF90_temp ]]
|
||||||
then
|
then
|
||||||
make -C src/IRPF90_temp -t clean
|
make -C src/IRPF90_temp clean
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
make -C EZFIO clean
|
||||||
|
|
||||||
rm -f ocaml/qmcchem ocaml/.ls_md5
|
rm -f ocaml/qmcchem ocaml/.ls_md5
|
||||||
rm -f EZFIO/Ocaml/ezfio.ml
|
rm -f EZFIO/Ocaml/ezfio.ml
|
||||||
cd src
|
cd src
|
||||||
|
1
src/.gitignore
vendored
1
src/.gitignore
vendored
@ -4,5 +4,4 @@ irpf90.make
|
|||||||
irpf90_entities
|
irpf90_entities
|
||||||
tags
|
tags
|
||||||
.ls_md5
|
.ls_md5
|
||||||
Makefile
|
|
||||||
properties.pyc
|
properties.pyc
|
||||||
|
6
src/Makefile
Normal file
6
src/Makefile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
IRPF90+= $(IRPF90_FLAGS)
|
||||||
|
include irpf90.make
|
||||||
|
export
|
||||||
|
|
||||||
|
irpf90.make: $(filter-out IRPF90_temp/%, $(wildcard */*.irp.f)) $(wildcard *.irp.f) $(wildcard *.inc.f) Makefile
|
||||||
|
$(IRPF90)
|
Loading…
Reference in New Issue
Block a user