Last change
on this file since 3567 was
2759,
checked in by aslmd, 2 years ago
|
adding unmodified code from WRFV3.0.1.1, expurged from useless data +1M size
|
File size:
603 bytes
|
Rev | Line | |
---|
[2759] | 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.