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

Contents of /manual/s_examples/held_suarez_cs/Makefile

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


Revision 1.3 - (show annotations) (download)
Thu Apr 21 19:56:37 2011 UTC (13 years 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 #
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 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 -../../tools/preprocess.sh
19
20 all : $(TEX_FILES)
21
22 $(TEX_FILES) : $(TEMPLATE_FILES)
23
24 clean :
25 -rm -f $(TEX_FILES)
26
27 Clean:
28 @make clean
29 -rm -f input/*.tex code/*.tex
30

  ViewVC Help
Powered by ViewVC 1.1.22