/[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.2 - (show annotations) (download)
Tue Aug 24 20:51:01 2010 UTC (14 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.1: +4 -1 lines
add a "make Clean" option

1 #
2 # $Header: /u/gcmpack/manual/part3/case_studies/held_suarez_cs/Makefile,v 1.1 2005/08/09 16:41:35 edhill 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 -./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