(file) Return to Rules.mk CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/Rules.mk between version 1.3 and 1.4

version 1.3, 2008/04/18 21:25:32 version 1.4, 2010/01/26 00:36:25
Line 43  $(IIOBJ): CF_TGT := $(CF_TGT) -DIDLLIB
Line 43  $(IIOBJ): CF_TGT := $(CF_TGT) -DIDLLIB
 %.o:            %.f %.o:            %.f
                 $(FCOMP)                 $(FCOMP)
  
   %.o:            %.f90
                   $(FCOMP)
   
 # If a .f file is to be compiled more than one, the Rules.mk file that # If a .f file is to be compiled more than one, the Rules.mk file that
 # contains the rules for that .f file exists in a subdirectory of the # contains the rules for that .f file exists in a subdirectory of the
 # directory that contains the .f file.  As a result, the stem of the # directory that contains the .f file.  As a result, the stem of the
Line 50  $(IIOBJ): CF_TGT := $(CF_TGT) -DIDLLIB
Line 53  $(IIOBJ): CF_TGT := $(CF_TGT) -DIDLLIB
 %.o:            ../%.f %.o:            ../%.f
                 $(FCOMP)                 $(FCOMP)
  
   %.o:            ../%.f90
                   $(FCOMP)
   
 %.o:            %.c %.o:            %.c
                 $(COMP)                 $(COMP)
  


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

Karen Tian
Powered by
ViewCVS 0.9.4