trunk: fixed Makefile.sum
This commit is contained in:
parent
2c46d3327e
commit
7a8b66d726
@ -17,7 +17,7 @@ FC=gfortran
|
|||||||
FFLAGS=-O3
|
FFLAGS=-O3
|
||||||
#FFLAGS=-Wall -g -finit-real=nan -ffpe-trap=invalid -fcheck=all -fbounds-check
|
#FFLAGS=-Wall -g -finit-real=nan -ffpe-trap=invalid -fcheck=all -fbounds-check
|
||||||
|
|
||||||
DIRECTIVES = -DREVISION="178M"
|
DIRECTIVES = -DREVISION="'$(shell svnversion src)'"
|
||||||
|
|
||||||
all: $(EXE)
|
all: $(EXE)
|
||||||
|
|
||||||
@ -65,7 +65,7 @@ utils.o: const_and_precisions.o
|
|||||||
.PHONY: clean install
|
.PHONY: clean install
|
||||||
# Remove output files
|
# Remove output files
|
||||||
clean:
|
clean:
|
||||||
rm -rf *.o *.mod
|
rm -rf *.o *.mod $(EXE)
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@if [ -f $(EXE) ]; then \
|
@if [ -f $(EXE) ]; then \
|
||||||
|
Loading…
Reference in New Issue
Block a user