Last change
on this file since 5183 was
4728,
checked in by idelkadi, 13 months ago
|
Update of ecrad in the LMDZ_ECRad branch of LMDZ:
- version 1.6.1 of ecrad
- files are no longer grouped in the same ecrad directory.
- the structure of ecrad offline is preserved to facilitate updating in LMDZ
- cfg.bld modified to take into account the new added subdirectories.
- the interface routines and those added in ecrad are moved to the phylmd directory
|
File size:
313 bytes
|
Line | |
---|
1 | LIBDRHOOK = ../lib/libdrhook.a |
---|
2 | |
---|
3 | all: dummy |
---|
4 | |
---|
5 | # Dummy version of Dr Hook creates the YOMHOOK module but the DR_HOOK |
---|
6 | # routine does nothing |
---|
7 | dummy: $(LIBDRHOOK) |
---|
8 | |
---|
9 | $(LIBDRHOOK): yomhook_dummy.o |
---|
10 | ar -r $(LIBDRHOOK) yomhook_dummy.o |
---|
11 | |
---|
12 | %.o: %.F90 |
---|
13 | $(FC) $(FCFLAGS) -c $< -o $@ |
---|
14 | |
---|
15 | clean: |
---|
16 | rm -f *.o $(LIBDRHOOK) |
---|
17 | |
---|
18 | .PHONY: dummy |
---|
Note: See
TracBrowser
for help on using the repository browser.