source: trunk/WRF.COMMON/WRFV2/dyn_exp/Makefile @ 3527

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

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

File size: 591 bytes
Line 
1#
2
3LN      =       ln -sf
4MAKE    =       make -i -r
5RM      =       rm -f
6
7
8MODULES =                               \
9        module_exp.o                    \
10        $(CASE_MODULE)
11
12# possible CASE_MODULE settings
13#       module_initialize_exp.o       
14
15OBJS    =                               \
16        solve_exp.o init_modules_exp.o
17
18LIBTARGET    =  dyn_exp
19TARGETDIR    =  ./
20$(LIBTARGET) :  $(MODULES) $(OBJS)
21                $(AR) ../main/libwrflib.a $(MODULES) $(OBJS)
22
23include ../configure.wrf
24
25clean:
26        @ echo 'use the clean script'
27
28# DEPENDENCIES : only dependencies after this line (don't remove the word DEPENDENCIES)
29
30solve_exp.o:   module_exp.o
31
Note: See TracBrowser for help on using the repository browser.