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:
603 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) $(ARFLAGS) ../main/$(LIBWRFLIB) $(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.