updated top-level README and version_decl for V4.5 (#1847)
[WRF.git] / var / obsproc / MAP_plot / mac_Makefile2
blobbf1c3779784355b432781e4911edb2b4bd467d07
2 DEVTOP = ../..
3 include ../../configure.user
5 OBJS=   \
6         skewt_background.o  skewt_opngks.o    skewt_clsgks.o  \
7         skewt_esat.o        skewt_mappings.o  skewt_wndbarb.o \
8         skewt_os.o          skewt_tmr.o       skewt_tsa.o     \
9         skewt_w.o           skewt.o    
12 SRCF=   \
13         skewt_background.f  skewt_opngks.f    skewt_clsgks.f  \
14         skewt_esat.f        skewt_mappings.f  skewt_wndbarb.f \
15         skewt_os.f          skewt_tmr.f       skewt_tsa.f     \
16         skewt_w.f           skewt.f 
18 # Lines from here on down should not need to be changed.  They are the
19 # actual rules which make uses to build a.out.
21 all:    $(OBJS)
22         $(AR) $(LIBDIR)$(FDVARLIB) $(OBJS)
23         $(RANLIB) $(LIBDIR)$(FDVARLIB)
25 source: $(SRCF)
27 clean:
28         $(RM_CMD) "#"*