testlog:	testlog.o log.o string.o dmalloc.o
		g++ -g -Wall -o testlog testlog.o log.o string.o dmalloc.o -ldmalloc

testlog.o:	testlog.c ../core/log.h
		g++ -g -Wall -c testlog.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

dmalloc.o:	/usr/doc/dmalloc/c++/dmalloc.cc
		g++ -g -Wall -c /usr/doc/dmalloc/c++/dmalloc.cc



syntax highlighted by Code2HTML, v. 0.9.1