2 MYGREP=$(WXBASEDIR)/setup/general/mygrep
4 @if test "x$(NEEDED_DEFINES)" != x ; then \
6 for each in $(NEEDED_DEFINES) xxx; do \
7 if test "$$each" != xxx ; then \
8 LINE=`cat $(SETUP_DIR)/wx_setup.h \
10 | $(MYGREP) ",$$each," \
11 | $(MYGREP) "#define" \
13 if test "x$$LINE" = x ; then \
15 TMPVAR=`dirname $$TMPVAR`;\
16 echo "$$each needed to compile "`basename $$TMPVAR`"...";\