1 # Top-level Makefile for 3DVAR
3 # Macros, these should be generic for all machines
10 MAKE
= make
-f Makefile
$(J
)
12 RM_LIST
= *.o
*.M core i.
* *.kmo
*.mod fort.
* *.out namelist.
* *~
*/*~
*.exe
15 # Targets for supported architectures
18 ( $(CD
) src
; $(MAKE
) obsproc.exe
)
19 ( $(RM
) obsproc.exe
; $(LN
) src
/obsproc.exe .
)
22 # -@if [ -d MAP_plot ]; then $(CD) MAP_plot ; $(MAKE) clean ; fi
23 @
$(RM
) core .tmpfile compiler_macros
27 @
$(RM
) obs_gts.ascii.
* *.diag
28 @
$(RM
) HEIGHT.txt PRES.txt TEMP.txt RH.txt WIND.txt
29 @
$(RM
) obs_ssmi
*.3dvar obs_gts
*.3dvar
30 @
($(CD
) src
; $(RM
) *.o
*.f core
*.kmo ctmi
* *.mod
*.lst
*_out_
* output
*.out obsproc.exe
)