/[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.2 - (hide annotations) (download)
Sun May 8 16:24:24 2011 UTC (14 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint01, HEAD
Changes since 1.1: +2 -1 lines
put SIZE.h description into a separated file (with line number from code/SIZE.h)

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

  ViewVC Help
Powered by ViewVC 1.1.22