default: gdc parsertest.d kxml/xml.d -o parsertest -Wall xmldebug: gdc -fdebug=xml parsertest.d kxml/xml.d -o parsertest -fdebug -Wall xpathdebug: gdc -fdebug=xpath parsertest.d kxml/xml.d -o parsertest -fdebug -Wall benchmark: gdc -o benchmark benchmark.d kxml/xml.d -J. -O -frelease -inline -Wall benchmark-fast: gdc -o benchmark benchmark.d kxml/xml.d -J. -O3 -frelease -inline -fno-bounds-check -Wall benchmark-slow: gdc -o benchmark benchmark.d kxml/xml.d -J. -pg -Wall benchdmd1: ~/Desktop/dmd1/linux/bin/dmd -O -J. -I. benchmark.d kxml/xml.d -w benchdmd2: ~/Desktop/dmd2/linux/bin/dmd -O -J. -I. benchmark.d kxml/xml.d -w benchldc: ldc benchmark.d -I. kxml/xml.d -J. -O5 -w clean: rm -f *.o parsertest benchmark