To compile DUI and the test programs:
 - review the Makefile (see notes inside the Makefile file)
 - execute 'make DUI' 
   from this directory to create the libdui.a DUI library
 - execute 'make GL'
   from this directory to create the libduigl.a DUI GL ext library
 - excute 'make TEST'
   from this directory to create the test program DUITests
 - execute 'make TESTGL'
   from this directory to create the test program DUITestGL (simple and incomplete)

no files will be copied outside this directory
 

