/[MITgcm]/MITgcm_contrib/PRM/prmtop_mod.dir/bin/Makefile
ViewVC logotype

Contents of /MITgcm_contrib/PRM/prmtop_mod.dir/bin/Makefile

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


Revision 1.1 - (show annotations) (download)
Wed Apr 6 01:56:41 2005 UTC (20 years, 3 months ago) by cnh
Branch: MAIN
Removing files I don't want and splitting up files

1 ifndef MAKEFILE_LOCAL
2 MAKEFILE_LOCAL=Makefile.local
3 endif
4 include $(MAKEFILE_LOCAL)
5
6 .SUFFIXES: $(SUFFIXES) .F90
7
8 OBJS = prmtop.o main.o
9
10 a.out: $(OBJS)
11 $(F90) $(F90FLAGS) $(OBJS)
12
13 .F90.o:
14 $(F90) $(F90FLAGS) -c $<

  ViewVC Help
Powered by ViewVC 1.1.22