@ifndef@ INCPATH INCPATH=../ @endif@ @include@ @includel@$(INCPATH)configure.mk@includel@ @sinclude@ @includel@$(INCPATH)settings.mk@includel@ @ifndef@ BUILDID BUILDID @shell@ (hg id || echo "unknown") | sed -e "s/+ /-/" @shellend@ @endif@ CC=gcc CFLAGS+=-Wall -g -fPIC -export-dynamic -finline-functions -funroll-loops -std=c99 -I./ -DBUILDID=$(BUILDID)