1 # WPS component makefile
3 include ..
/configure.wps
9 @echo
"go up a directory and type 'compile' to build WPS"
15 if
[ "$(COMPILING_ON_CYGWIN_NT)" = yes
] ; then \
16 WRF_DIR2
=$(WRF_DIR
) ; \
18 WRF_DIR2
=$(WRF_DIR_PRE
)$(WRF_DIR
) ; \
21 WRF_DIR
="$$WRF_DIR2" \
27 LDFLAGS
="$(LDFLAGS)" \
28 CPPFLAGS
="$(CPPFLAGS) -D_$(CPP_TARGET)" )
29 if
[ -h
$(TARGET
) ] ; then \
32 if
[ -h ..
/$(TARGET
) ] ; then \
33 $(RM
) ..
/$(TARGET
) ; \
35 if
[ -e src
/$(TARGET
) ] ; then \
36 $(LN
) src
/$(TARGET
) .
; \
40 if
[ -h
$(TARGET
) ] ; then \
43 if
[ -h ..
/$(TARGET
) ] ; then \
44 $(RM
) ..
/$(TARGET
) ; \
46 ( cd src
; $(MAKE
) clean )