1 # WPS component makefile
3 include ..
/configure.wps
9 @echo
"go up a directory and type 'compile' to build WPS"
16 WRF_DIR
="$(WRF_DIR_PRE)$(WRF_DIR)" \
22 LDFLAGS
="$(LDFLAGS)" \
23 CPPFLAGS
="$(CPPFLAGS) -D_$(CPP_TARGET)" )
24 if
[ -h
$(TARGET
) ] ; then \
27 if
[ -h ..
/$(TARGET
) ] ; then \
28 $(RM
) ..
/$(TARGET
) ; \
30 if
[ -e src
/$(TARGET
) ] ; then \
31 $(LN
) src
/$(TARGET
) .
; \
35 if
[ -h
$(TARGET
) ] ; then \
38 if
[ -h ..
/$(TARGET
) ] ; then \
39 $(RM
) ..
/$(TARGET
) ; \
41 ( cd src
; $(MAKE
) clean )