panthema / 2014 / vncrec-rgb / vncrec-rgb-0.4 / Imakefile (Download File)
#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))