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

Contents 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.1.1 - (show annotations) (download) (vendor branch)
Tue Apr 5 13:18:55 2005 UTC (20 years, 3 months ago) by cnh
Branch: MAIN, baseline
CVS Tags: checkpoint63m, checkpoint63n, initial, HEAD
Changes since 1.1: +0 -0 lines
Error occurred while calculating annotation data.
Checking in initial PRM setup

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