+sub_scroll:
+ cd scroll
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd $(MAKEDIR)
+
+sub_scrollsub:
+ cd scrollsub
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd $(MAKEDIR)
+
+sub_shaped:
+ cd shaped
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd $(MAKEDIR)
+
+sub_sockets:
+ cd sockets
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd $(MAKEDIR)
+
+sub_splitter:
+ cd splitter
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd $(MAKEDIR)
+
+sub_statbar:
+ cd statbar
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd $(MAKEDIR)
+
+sub_tab:
+ cd tab
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd $(MAKEDIR)
+
+sub_taskbar:
+ cd taskbar
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd $(MAKEDIR)
+
+sub_text:
+ cd text
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd $(MAKEDIR)
+
+sub_thread:
+ cd thread
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd $(MAKEDIR)
+
+sub_toolbar:
+ cd toolbar
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd $(MAKEDIR)
+
+sub_treectrl:
+ cd treectrl
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd $(MAKEDIR)
+
+sub_typetest:
+ cd typetest
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd $(MAKEDIR)
+
+sub_validate:
+ cd validate
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd $(MAKEDIR)
+
+sub_vscroll:
+ cd vscroll
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd $(MAKEDIR)
+
+sub_widgets:
+ cd widgets
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd $(MAKEDIR)
+
+sub_wizard:
+ cd wizard
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd $(MAKEDIR)
+
+sub_wxtest:
+ cd wxtest
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd $(MAKEDIR)