merge standard release WRF/WPS V3.0.1.1 into wrffire
[wrffire.git] / wrfv2_fire / dyn_exp / Makefile
blob24cb9f20c8b93c0139f4a47e5b2034d39e7533c3
3 LN = ln -sf
4 MAKE = make -i -r
5 RM = rm -f
8 MODULES = \
9 module_exp.o \
10 $(CASE_MODULE)
12 # possible CASE_MODULE settings
13 # module_initialize_exp.o
15 OBJS = \
16 solve_exp.o init_modules_exp.o
18 LIBTARGET = dyn_exp
19 TARGETDIR = ./
20 $(LIBTARGET) : $(MODULES) $(OBJS)
21 $(AR) $(ARFLAGS) ../main/$(LIBWRFLIB) $(MODULES) $(OBJS)
23 include ../configure.wrf
25 clean:
26 @ echo 'use the clean script'
28 # DEPENDENCIES : only dependencies after this line (don't remove the word DEPENDENCIES)
30 solve_exp.o: module_exp.o