#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

#include "./VNSImake.defs"

SUBDIRS = srvlib lib appl util server

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
MakeLintLibSubdirs($(SUBDIRS))
MakeLintSubdirs($(SUBDIRS),install.ln,install.ln)

World::
	@echo ""
	@echo "Building the Virtual Notebook System"
	@echo ""
	$(MAKE) Makefile
	$(MAKE) Makefiles
	$(MAKE) clean
	$(MAKE) includes
	$(MAKE) depend
	$(MAKE)
	@echo ""
	@date
	@echo ""
	@echo "Full build of the Virtual Notebook System complete"
	@echo ""

