Commit 575c472ef6cb5bdc8c96c07cdbea68f2d530f244
1 parent
6dd3585165
Exists in
geevx
Makefile adaptation
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
fvn_test/Makefile
1 | 1 | |||
include $(BTREE)/Make.inc | 2 | 2 | include $(BTREE)/Make.inc | |
3 | 3 | |||
programs = test_fac$(exext) test_matinv$(exext) test_specfunc$(exext) \ | 4 | 4 | programs = test_fac$(exext) test_matinv$(exext) test_specfunc$(exext) \ | |
test_det$(exext) test_matcon$(exext) test_matev$(exext) test_inter1d$(exext) \ | 5 | 5 | test_det$(exext) test_matcon$(exext) test_matev_r$(exext) test_matev_c$(exext) test_inter1d$(exext) \ | |
test_inter2d$(exext) test_inter3d$(exext) test_akima$(exext) test_lsp$(exext) test_muller$(exext) \ | 6 | 6 | test_inter2d$(exext) test_inter3d$(exext) test_akima$(exext) test_lsp$(exext) test_muller$(exext) \ | |
test_integ$(exext) test_bsyn$(exext) test_bsjn$(exext) test_bskn$(exext) test_bsin$(exext) test_operators$(exext) test_ze1$(exext) \ | 7 | 7 | test_integ$(exext) test_bsyn$(exext) test_bsjn$(exext) test_bskn$(exext) test_bsin$(exext) test_operators$(exext) test_ze1$(exext) \ | |
test_besri$(exext) test_besrj$(exext) test_bestime$(exext) \ | 8 | 8 | test_besri$(exext) test_besrj$(exext) test_bestime$(exext) \ | |
test_sparse_zi$(exext) test_sparse_zl$(exext) test_sparse_di$(exext) test_sparse_dl$(exext) | 9 | 9 | test_sparse_zi$(exext) test_sparse_zl$(exext) test_sparse_di$(exext) test_sparse_dl$(exext) | |
10 | 10 | |||
prog:$(programs) | 11 | 11 | prog:$(programs) | |
12 | 12 | |||
clean: | 13 | 13 | clean: | |
rm -f {*.o,*.oo,*.ipo,*.a,*.mod,*.dat} | 14 | 14 | rm -f {*.o,*.oo,*.ipo,*.a,*.mod,*.dat} | |
rm -f $(programs) | 15 | 15 | rm -f $(programs) | |
16 | 16 | |||
%$(exext): %.o | 17 | 17 | %$(exext): %.o |