# # Makefile for tgcm. # This is a descriptions file generated by mkmake # EXEC = tgcm_jse.x TGCMLIB = tgcm.a FFLAGS = -m4 -Ooverindex,nofastint,inlinefrom=inline.f CF = f90 #LDFLAGS = -Wl" -f zeros -M,stat -L /usr/local/lib -lncarm,ncaro,mss,alfpack,ecmfft,fitpack,fishpak,fftpack,hpf " LIBS = -L /usr/local/lib -l ncarg,ncarg_gks,ncarg_c,X11,ncarm, \ -l ncaro,mss,alfpack,ecmfft,fitpack,fishpak,fftpack,hpf LDFLAGS = -Wl"-f zeros -M,stat" # # File Objects is generated by mkdep and is a list # of all object files # include Objects # $(EXEC): $(OBJS) $(CF) -o $@ $(OBJS) $(LDFLAGS) $(LIBS) # $(TGCMLIB): $(OBJS) bld -r $@ $(OBJS) # # File Depends is generated by mkdep and is a list # of dependencies for each object file # include Depends #