Remove the PrintingServices component from TB10.1 on wards(on behalf of dane.waby@nokia.com)
SOURCEDIR:=$(subst \,/,$(SBS_HOME))/util/tmkdir
TALONDIR:=$(subst \,/,$(SBS_HOME))/util/talon
TARGET:=tmkdir
CFLAGS:=$(CFLAGS) -g -I$(TALONDIR)
SOURCES:=$(addprefix $(SOURCEDIR)/,tmkdir.c) $(addprefix $(TALONDIR)/,log.c)
$(eval $(cprogram))