Skip to content
Snippets Groups Projects
Commit afb3c106 authored by Douglas Guptill's avatar Douglas Guptill
Browse files

remove INCLUDE from the link, remove p690 targets; add a 'copy-input'

parent 2fe818f5
No related branches found
No related tags found
No related merge requests found
......@@ -79,13 +79,11 @@ write_global_output.o vrm.o
all: $(BIN)
$(BIN): subdirs $(OBJECTS)
@echo "$(F90) $(FFLAGS) $(OPTIONS) $(OBJECTS) $(INCLUDE) $(LIBS) -o $(BIN)" \
@echo "$(F90) $(FFLAGS) $(OPTIONS) $(OBJECTS) $(LIBS) -o $(BIN)" \
>$(BIN).link.stdout
$(F90) $(FFLAGS) $(OPTIONS) $(OBJECTS) $(INCLUDE) $(LIBS) -o $(BIN) \
$(F90) $(FFLAGS) $(OPTIONS) $(OBJECTS) $(LIBS) -o $(BIN) \
1>>$(BIN).link.stdout 2>>$(BIN).link.stderr
# not on the p690...
# ldd $(BIN) >>$(BIN).link.stdout
ldd $(BIN) >>$(BIN).link.stdout
.PHONY: install
......@@ -136,13 +134,6 @@ more-output:
mahone::
cp -f Makefile.inc.mahone Makefile.inc
.PHONY: p690
p690::
cp -f Makefile.inc.p690 Makefile.inc
@echo "If using WSMP, OBJECT_MODE must be 64"
@if test "x${OBJECT_MODE}" != x64 ; then export OBJECT_MODE=64; fi
@echo "OBJECT_MODE should be 64, is ${OBJECT_MODE}"
.PHONY: bc_DT065
bc_DT065::
cp -f define_bc_DT065.f90 define_bc.f90
......@@ -155,4 +146,8 @@ bc_20090710::
bc_18.06.2009::
cp -f define_bc.18.06.2009.f90 define_bc.f90
.PHONY: geodyncomp
geodyncomp::
cp -f define_bc_2011-01-21.f90 define_bc.f90
# end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment