all:	utf8test

utf8test:	utf8test.cpp utf8string.cpp utf8string.h ucs4string.cpp ucs4string.h
		c++ -I. -o utf8test utf8test.cpp utf8string.cpp ucs4string.cpp
