Blame view

fvn_test/Makefile 674 Bytes
27d3b84d6   daniau   git-svn-id: https...
1
2
  
  include $(BTREE)/Make.inc
59ae88e06   daniau   git-svn-id: https...
3
4
5
  programs = test_fac$(exext) test_matinv$(exext) test_specfunc$(exext)  \
  test_det$(exext) test_matcon$(exext) test_matev$(exext) test_sparse$(exext) test_inter1d$(exext) \
  test_inter2d$(exext) test_inter3d$(exext) test_akima$(exext) test_lsp$(exext) test_muller$(exext) \
47b3dde4d   wdaniau   Ajout d'un progra...
6
  test_integ$(exext) test_bsyn$(exext) test_bsjn$(exext) test_bskn$(exext) test_bsin$(exext) test_operators$(exext) test_ze1$(exext)
27d3b84d6   daniau   git-svn-id: https...
7
8
9
10
  
  prog:$(programs)
  
  clean:
b93026039   daniau   git-svn-id: https...
11
  		rm -f {*.o,*.oo,*.ipo,*.a,*.mod,*.dat}
27d3b84d6   daniau   git-svn-id: https...
12
  		rm -f $(programs)
59ae88e06   daniau   git-svn-id: https...
13
  %$(exext): %.o
27d3b84d6   daniau   git-svn-id: https...
14
15
16
  		$(LINK) $(LINKFLAGS) $< init_random_seed.o $(LINKFVN) -o $@
  
  %.o: %.f90
59ae88e06   daniau   git-svn-id: https...
17
  		$(F95) $(F95FLAGS) -c $< -o $@
27d3b84d6   daniau   git-svn-id: https...
18
19
  
  $(programs): init_random_seed.o