/[MITgcm]/manual/s_examples/global_oce_latlon/Makefile
ViewVC logotype

Annotation of /manual/s_examples/global_oce_latlon/Makefile

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


Revision 1.1 - (hide annotations) (download)
Thu Apr 21 20:05:12 2011 UTC (14 years, 2 months ago) by jmc
Branch: MAIN
use script tools/preprocess.sh to get updated parameter files from MITgcm tree
(similar to manual/s_examples/held_suarez_cs)

1 jmc 1.1 #
2     # $Header: /u/gcmpack/manual/s_examples/held_suarez_cs/Makefile,v 1.2 2010/08/24 20:51:01 jmc Exp $
3     # $Name: $
4     #
5    
6     TEMPLATE_FILES = \
7     inp_data.templ
8    
9     TEX_FILES = $(TEMPLATE_FILES:.templ=.tex)
10    
11     .SUFFIXES:
12     .SUFFIXES: .templ .tex
13    
14     .templ.tex :
15     -../../tools/preprocess.sh
16    
17     all : $(TEX_FILES)
18    
19     $(TEX_FILES) : $(TEMPLATE_FILES)
20    
21     clean :
22     -rm -f $(TEX_FILES)
23    
24     Clean:
25     @make clean
26     -rm -f input/*.tex code/*.tex
27    

  ViewVC Help
Powered by ViewVC 1.1.22