

#include the appropriate makefile to handle the set of operating systems.
ifeq ($(OS),Windows_NT)
	include makefile_windows
else
	#stands for Linux Unix Mac
	include makefile_lum
endif
