#

LN      =       ln -sf
MAKE    =       make -i -r
RM      =       rm -f

$(SOLVER) : $(SOLVER).o
	$(RANLIB) lib_3dvar.a
	$(FC) -o $(SOLVER).exe $(LDFLAGS) $(SOLVER).o lib_3dvar.a $(LIB)

include ../configure.3dvar

clean:
	@ echo 'use the clean script'

# DEPENDENCIES : only dependencies after this line (don't remove the word DEPENDENCIES)


