updated top-level README and version_decl for V4.5 (#1847)
[WRF.git] / var / obsproc / Makefile
blobd765cd601b922649f8fc2b017d596e0ad2fb8dba
1 # Top-level Makefile for 3DVAR
3 # Macros, these should be generic for all machines
5 .IGNORE:
7 AR = ar ru
8 CD = cd
9 LN = ln -s
10 MAKE = make -f Makefile $(J)
11 RM = /bin/rm -f
12 RM_LIST = *.o *.M core i.* *.kmo *.mod fort.* *.out namelist.* *~ */*~ *.exe
13 BUFR = $(BUFR_CPP)
15 # Targets for supported architectures
17 all:
18 ( $(CD) src ; $(MAKE) obsproc.exe )
19 ( $(RM) obsproc.exe ; $(LN) src/obsproc.exe . )
21 clean:
22 # -@if [ -d MAP_plot ]; then $(CD) MAP_plot ; $(MAKE) clean ; fi
23 @$(RM) core .tmpfile compiler_macros
24 @$(RM) *.exe
25 @$(RM) *.out
26 @$(RM) fort.*
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 )