source: lmdz_wrf/WRFV3/tools/CodeBase/Makefile @ 1

Last change on this file since 1 was 1, checked in by lfita, 10 years ago
  • -- --- Opening of the WRF+LMDZ coupling repository --- -- -

WRF: version v3.3
LMDZ: version v1818

More details in:

File size: 573 bytes
Line 
1CC = cc -g
2all : nocontf90 deftab subinfo_calls wrfvar callgraph
3
4nocontf90 : nocontf90.o util.o
5        $(CC) -o $@ nocontf90.o util.o
6        /bin/mv -f $@ ..
7
8deftab : deftab.o util.o
9        $(CC) -o $@ deftab.o util.o
10        /bin/mv -f $@ ..
11
12subinfo_calls : subinfo_calls.o util.o
13        $(CC) -o $@ subinfo_calls.o util.o
14        /bin/mv -f $@ ..
15
16callgraph : callgraph.o util.o sym.o symtab_gen.o
17        $(CC) -o $@ callgraph.o util.o sym.o symtab_gen.o
18        /bin/mv -f $@ ..
19
20wrfvar : wrfvar.o util.o
21        $(CC) -o $@ wrfvar.o util.o
22        /bin/mv -f $@ ..
23
24clean :
25        /bin/rm -f *.o deftab nocontf90 callgraph subinfo_calls
Note: See TracBrowser for help on using the repository browser.