Blame view

fvn_interpol/Makefile 255 Bytes
b93026039   daniau   git-svn-id: https...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  
  include $(BTREE)/Make.inc
  
  objects = fvn_interpol.o
  
  lib:$(objects)
  
  install:
  		cp fvn_interpol.mod $(BTREE)/modules
  
  clean:
  		rm -f {*.o,*.oo,*.ipo,*.a,*.mod}
  
  %.o: %.f90
  		$(F95) $(F95FLAGS) -c $< -o $@
  
  %.o: %.f
  		$(F95) $(F95FLAGS) -c $< -o $@