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

Annotation of /manual/s_examples/held_suarez_cs/Makefile

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


Revision 1.3 - (hide annotations) (download)
Thu Apr 21 19:56:37 2011 UTC (14 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint01, HEAD
Changes since 1.2: +2 -2 lines
move script "preprocess.sh" from s_examples/held_suarez_cs to tools dir.

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

  ViewVC Help
Powered by ViewVC 1.1.22