mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-03 01:56:05 +01:00
Corrected #33
This commit is contained in:
parent
7679af0061
commit
929420c71f
9
Makefile
9
Makefile
@ -2,7 +2,7 @@ BLUE=[34m
|
|||||||
BLACK=(B[m
|
BLACK=(B[m
|
||||||
|
|
||||||
|
|
||||||
.PHONY: doc src curl m4 ocaml irpf90 emsl build binary
|
.PHONY: doc src ocaml build binary
|
||||||
|
|
||||||
default:
|
default:
|
||||||
@echo -----------------------------------------------
|
@echo -----------------------------------------------
|
||||||
@ -26,16 +26,11 @@ build:
|
|||||||
@echo source quantum_package.rc
|
@echo source quantum_package.rc
|
||||||
@echo -----------------------------------------------
|
@echo -----------------------------------------------
|
||||||
else
|
else
|
||||||
build: EZFIO curl m4 irpf90 emsl
|
build:
|
||||||
$(MAKE) -C src
|
$(MAKE) -C src
|
||||||
$(MAKE) -C ocaml
|
$(MAKE) -C ocaml
|
||||||
endif
|
endif
|
||||||
|
|
||||||
curl: bin/curl
|
|
||||||
m4: bin/m4
|
|
||||||
irpf90: bin/irpf90
|
|
||||||
emsl: EMSL_Basis
|
|
||||||
|
|
||||||
binary:
|
binary:
|
||||||
$(QPACKAGE_ROOT)/scripts/make_binary.sh
|
$(QPACKAGE_ROOT)/scripts/make_binary.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user