//
// compile:  setenv LIBRARY_PATH $NEWLINKBASE/src
//	
// g++ -g -I$NEWLINKBASE/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
