/[MITgcm]/MITgcm_contrib/PRM/build_scripts/mod_tool/Makefile
ViewVC logotype

Annotation of /MITgcm_contrib/PRM/build_scripts/mod_tool/Makefile

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


Revision 1.1 - (hide annotations) (download)
Tue Apr 5 13:18:55 2005 UTC (20 years, 3 months ago) by cnh
Branch point for: MAIN, baseline
Initial revision

1 cnh 1.1 # Makefile created by mkmf.pl $Id: mkmf,v 4.13 2001/06/05 17:33:35 vb Exp $
2    
3    
4     .DEFAULT:
5     -touch $@
6     all: a.out
7     SRC =
8     OBJ =
9     clean: neat
10     -rm -f .cppdefs $(OBJ) a.out
11     neat:
12     -rm -f $(TMPFILES)
13     TAGS: $(SRC)
14     etags $(SRC)
15     tags: $(SRC)
16     ctags $(SRC)
17     a.out: $(OBJ)
18     $(LD) $(OBJ) -o a.out $(LDFLAGS)

  ViewVC Help
Powered by ViewVC 1.1.22