/[MITgcm]/MITgcm_contrib/mlosch/optim_m1qn3/testbed/Makefile
ViewVC logotype

Diff of /MITgcm_contrib/mlosch/optim_m1qn3/testbed/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by mlosch, Wed May 2 12:27:42 2012 UTC revision 1.2 by mlosch, Tue Feb 12 15:51:48 2019 UTC
# Line 55  FFLAGS          =  -fconvert=big-endian Line 55  FFLAGS          =  -fconvert=big-endian
55  SMALLF      = $(SRC:.F=.$(SUFF))  SMALLF      = $(SRC:.F=.$(SUFF))
56  OBJECTS     = $(SRC:.F=.o)  OBJECTS     = $(SRC:.F=.o)
57    
58    .SUFFIXES:
59  .SUFFIXES: .o .$(SUFF) .F  .SUFFIXES: .o .$(SUFF) .F
60    
61  all: small_f offline_driver model driver  all: small_f offline_driver model driver
# Line 71  links: $(SRC) Line 72  links: $(SRC)
72  small_f: $(SMALLF)  small_f: $(SMALLF)
73    
74  depend:  depend:
75          makedepend -o .f $(INCLUDEDIRS) $(SRC)          makedepend -o .$(SUFF) $(INCLUDEDIRS) $(SRC)
76    
77  # The normal chain of rules is (  .F - .f - .o  )  # The normal chain of rules is (  .F - .f - .o  )
78  .F.f:  .F.f:

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22