From 90c010efd343712deb126f4eb3e731370dd90b3a Mon Sep 17 00:00:00 2001 From: daniau Date: Tue, 25 Mar 2008 15:00:32 +0000 Subject: [PATCH] git-svn-id: https://lxsd.femto-st.fr/svn/fvn@42 b657c933-2333-4658-acf2-d3c7c2708721 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 07849fd..abe3e5e 100644 --- a/Makefile +++ b/Makefile @@ -20,8 +20,8 @@ install: cp fvn.mod $(BTREE)/modules cp $(library) $(BTREE)/lib ( cd fvn_fnlib ; make install ) - ( cp fvn_sparse/UMFPACK/Lib/libumfpack.a $(BTREE)/lib/libumfpack.lib ) - ( cp fvn_sparse/AMD/Lib/libamd.a $(BTREE)/lib/libamd.lib ) + ( cp fvn_sparse/UMFPACK/Lib/libumfpack.a $(BTREE)/lib/libumfpack$(libext) ) + ( cp fvn_sparse/AMD/Lib/libamd.a $(BTREE)/lib/libamd$(libext) ) %.o: %.f90 $(F95) $(F95FLAGS) -c $< -o $@ -- 2.16.4