source: LMDZ6/branches/LMDZ_ECRad/libf/phylmd/ecrad/drhook/Makefile

Last change on this file was 4728, checked in by idelkadi, 10 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 
1LIBDRHOOK = ../lib/libdrhook.a
2
3all: dummy
4
5# Dummy version of Dr Hook creates the YOMHOOK module but the DR_HOOK
6# routine does nothing
7dummy: $(LIBDRHOOK)
8
9$(LIBDRHOOK): yomhook_dummy.o
10        ar -r $(LIBDRHOOK) yomhook_dummy.o
11
12%.o: %.F90
13        $(FC) $(FCFLAGS) -c $< -o $@
14
15clean:
16        rm -f *.o $(LIBDRHOOK)
17
18.PHONY: dummy
Note: See TracBrowser for help on using the repository browser.