#define IHaveSubdirs
#define PassCDebugFlags

SUBDIRS = libvncauth vncrec vncpasswd vncconnect

World:
	make Makefiles
	make depend
	make all
	@echo ""
	@echo Built $(SUBDIRS).
	@echo ""

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
