source: trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/tools/CodeBase/Makefile @ 135

Last change on this file since 135 was 11, checked in by aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

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.