/[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.1 - (hide annotations) (download)
Tue Aug 9 16:41:35 2005 UTC (19 years, 11 months ago) by edhill
Branch: MAIN
 o add makefile for Jean-Michel

1 edhill 1.1 #
2     # $Header: $
3     # $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     -./preprocess.sh
19    
20     all : $(TEX_FILES)
21    
22     $(TEX_FILES) : $(TEMPLATE_FILES)
23    
24     clean :
25     -rm -f $(TEX_FILES)
26    
27    

  ViewVC Help
Powered by ViewVC 1.1.22