//
// compile:  setenv LIBRARY_PATH $LINK_BASE/src
//	
// g++ -g -I$LINK_BASE/include xxxxxx.cc -lbasic
//


to make the whole example set for the programmers manual:
	
	make -f Make.basicExample document

to make an individual executable

	make -f Make.basicExample executable_name
