sl@0: # sl@0: # Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: # All rights reserved. sl@0: # This component and the accompanying materials are made available sl@0: # under the terms of "Eclipse Public License v1.0" sl@0: # which accompanies this distribution, and is available sl@0: # at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: # sl@0: # Initial Contributors: sl@0: # Nokia Corporation - initial contribution. sl@0: # sl@0: # Contributors: sl@0: # sl@0: # Description: sl@0: # sl@0: # Build font files sl@0: # sl@0: sl@0: !if "$(PLATFORM)"=="WINS" || "$(PLATFORM)"=="WINSCW" sl@0: TARGETDIR=$(EPOCROOT)EPOC32\RELEASE\$(PLATFORM)\$(CFG)\Z\Test sl@0: !else sl@0: TARGETDIR=$(EPOCROOT)EPOC32\DATA\Z\System\Test sl@0: !endif sl@0: sl@0: sl@0: $(TARGETDIR) : sl@0: @perl -S emkdir.pl "$(TARGETDIR)" sl@0: sl@0: FONTS=$(TARGETDIR)\TSECTION.GDR sl@0: FONTSRC=..\tfs sl@0: TSECTION_BDF=$(FONTSRC)\TSECTION.BDF sl@0: TSECTION_GD=$(FONTSRC)\TSECTION.GD sl@0: sl@0: $(TARGETDIR)\TSECTION.GDR : $(TSECTION_BDF) $(TSECTION_GD) sl@0: fnttran $(TSECTION_BDF) $(TSECTION_GD) $@ sl@0: sl@0: sl@0: do_nothing : sl@0: rem do_nothing sl@0: sl@0: # sl@0: # The targets invoked by bld... sl@0: # sl@0: sl@0: MAKMAKE : do_nothing sl@0: sl@0: BLD : $(TARGETDIR) $(FONTS) sl@0: sl@0: SAVESPACE : BLD sl@0: sl@0: RESOURCE : BLD sl@0: sl@0: CLEAN : sl@0: -erase $(FONTS) sl@0: sl@0: FREEZE : do_nothing sl@0: sl@0: LIB : do_nothing sl@0: sl@0: CLEANLIB : do_nothing sl@0: sl@0: FINAL : do_nothing sl@0: sl@0: RELEASABLES : sl@0: @echo $(FONTS) sl@0: