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