Commit 90c010efd343712deb126f4eb3e731370dd90b3a
1 parent
59ae88e069
Exists in
master
and in
3 other branches
git-svn-id: https://lxsd.femto-st.fr/svn/fvn@42 b657c933-2333-4658-acf2-d3c7c2708721
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
Makefile
... | ... | @@ -20,8 +20,8 @@ |
20 | 20 | cp fvn.mod $(BTREE)/modules |
21 | 21 | cp $(library) $(BTREE)/lib |
22 | 22 | ( cd fvn_fnlib ; make install ) |
23 | - ( cp fvn_sparse/UMFPACK/Lib/libumfpack.a $(BTREE)/lib/libumfpack.lib ) | |
24 | - ( cp fvn_sparse/AMD/Lib/libamd.a $(BTREE)/lib/libamd.lib ) | |
23 | + ( cp fvn_sparse/UMFPACK/Lib/libumfpack.a $(BTREE)/lib/libumfpack$(libext) ) | |
24 | + ( cp fvn_sparse/AMD/Lib/libamd.a $(BTREE)/lib/libamd$(libext) ) | |
25 | 25 | |
26 | 26 | %.o: %.f90 |
27 | 27 | $(F95) $(F95FLAGS) -c $< -o $@ |