diff --git a/Makefile b/Makefile index bce7735c..d7ed573f 100644 --- a/Makefile +++ b/Makefile @@ -28,13 +28,14 @@ EZFIO: bin/irpf90 bin/irpf90: $(info $(BLUE)===== Fetching IRPF90 from the web ===== $(BLACK)) @sleep 1 - @$(FETCH_FROM_WEB) "$(WWW_SERVER)/$(IRPF90_TGZ)" $(IRPF90_TGZ) || \ - (echo Unable to download IRPF90 : $(WWW_SERVER)/$(IRPF90_TGZ) ; exit 1) - tar -zxf $(IRPF90_TGZ) && rm $(IRPF90_TGZ) - $(MAKE) -C irpf90 | tee install_irpf90.log - rm -rf -- $$PWD/bin/irpf90 $$PWD/bin/irpman - ln -s $$PWD/irpf90/bin/irpf90 $$PWD/bin/irpf90 - ln -s $$PWD/irpf90/bin/irpman $$PWD/bin/irpman + #@$(FETCH_FROM_WEB) "$(WWW_SERVER)/$(IRPF90_TGZ)" $(IRPF90_TGZ) || \ + # (echo Unable to download IRPF90 : $(WWW_SERVER)/$(IRPF90_TGZ) ; exit 1) + #tar -zxf $(IRPF90_TGZ) && rm $(IRPF90_TGZ) + #$(MAKE) -C irpf90 | tee install_irpf90.log + #rm -rf -- $$PWD/bin/irpf90 $$PWD/bin/irpman + echo $$PWD/irpf90/bin/irpf90 $$\@ > $$PWD/bin/irpf90 + echo $$PWD/irpf90/bin/irpman $$\@ > $$PWD/bin/irpman + chmod +x $$PWD/bin/irpf90 $$PWD/bin/irpman doc: $(MAKE) -C doc