
#   ************************************************************************
#   *			      DIRS For Everything!			   *
#   ************************************************************************

#   Almost all projects in this source tree use headers and statically
#   linked libraries that have been developed for more or less general use.
#   If building everything, it's best to build these first.

DIRS = COMMON

#   Other than that, we may as well build projects in alphabetical order.

DIRS = $(DIRS) TOOLS

#   ************************************************************************

