/[MITgcm]/MITgcm/optim/Makefile
ViewVC logotype

Diff of /MITgcm/optim/Makefile

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

revision 1.4 by mlosch, Fri Dec 3 01:06:34 2004 UTC revision 1.7 by heimbach, Tue Sep 30 20:00:00 2008 UTC
# Line 51  CPPFLAGS = -DREAL_BYTE=4               \ Line 51  CPPFLAGS = -DREAL_BYTE=4               \
51  # default is (Linux)  # default is (Linux)
52  FC              = f77  FC              = f77
53    
54    # ifort compilers
55    #FC              = ifort
56    #FFLAGS          = -mp -132 -r8 -i4 -w95 -W0 -WB -CB -fpe0 -traceback -convert big_endian -assume byterecl
57    
58  # SGI o3k IRIX64  # SGI o3k IRIX64
59  #FC              = f77  #FC              = f77
60  #FFLAGS          = -extend_source -bytereclen -mips4 -r8 -static  #FFLAGS          = -extend_source -bytereclen -mips4 -r8 -static
# Line 77  depend: Line 81  depend:
81  # The normal chain of rules is (  .F - .f - .o  )  # The normal chain of rules is (  .F - .f - .o  )
82  .F.f:  .F.f:
83          $(CPP) $(CPPFLAGS) $(INCLUDEDIRS) > $@          $(CPP) $(CPPFLAGS) $(INCLUDEDIRS) > $@
84    xerbla.f: xerbla.F
85            $(CPP) $(INCLUDEDIRS) > $@
86  .f.o:  .f.o:
87          $(FC) $(FFLAGS) -c $<          $(FC) $(FFLAGS) -c $<
88    

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

  ViewVC Help
Powered by ViewVC 1.1.22