sbsv2/raptor/util/tmkdir.mk
author andy simpson <andrews@symbian.org>
Fri, 30 Jul 2010 15:14:33 +0100
changeset 652 311511800c67
parent 625 a1925fb7753a
permissions -rw-r--r--
Add export for s60ibymacros.pm (re-applies missing part of fix for Bug 2901

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))