+wrapsizer:
+ $(MAKE) -C wrapsizer -f makefile.gcc $(MAKEARGS) all
+
+mfc:
+ $(MAKE) -C mfc -f makefile.gcc $(MAKEARGS) all
+
+memcheck:
+ $(MAKE) -C memcheck -f makefile.gcc $(MAKEARGS) all
+
+.PHONY: all clean access animate artprov aui calendar caret collpane config combo \
+ console controls dataview dialogs dialup display dnd docview dragimag drawing \
+ erase event exec except font grid help htlbox html image internat ipc joytest \
+ keyboard layout listctrl mdi mediaplayer menu minimal mobile nativdlg notebook \
+ oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest \
+ scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text \
+ thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer mfc \
+ memcheck
+
+
+SHELL := $(COMSPEC)