testbuffer:	testbuffer.o log.o string.o buffer.o ts.o
		g++ -g -Wall -o testbuffer testbuffer.o log.o string.o ts.o buffer.o -ldmalloc

testbuffer.o:	testbuffer.c ../core/buffer.h
		g++ -g -Wall -c testbuffer.c

log.o:		../core/log.cpp ../core/log.h
		g++ -g -Wall -c ../core/log.cpp

string.o:	../core/string.cpp ../core/string.h
		g++ -g -Wall -c ../core/string.cpp

ts.o:		../core/ts.cpp ../core/ts.h
		g++ -g -Wall -c ../core/ts.cpp

buffer.o:	../core/buffer.cpp ../core/buffer.h
		g++ -g -Wall -c ../core/buffer.cpp


syntax highlighted by Code2HTML, v. 0.9.1