1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/textandloc/fontservices/fontstore/group/fonts_c.mk Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,66 @@
1.4 +#
1.5 +# Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +# All rights reserved.
1.7 +# This component and the accompanying materials are made available
1.8 +# under the terms of "Eclipse Public License v1.0"
1.9 +# which accompanies this distribution, and is available
1.10 +# at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +#
1.12 +# Initial Contributors:
1.13 +# Nokia Corporation - initial contribution.
1.14 +#
1.15 +# Contributors:
1.16 +#
1.17 +# Description:
1.18 +#
1.19 +# Build font files
1.20 +#
1.21 +
1.22 +!if "$(PLATFORM)"=="WINS" || "$(PLATFORM)"=="WINSCW"
1.23 +TARGETDIR=$(EPOCROOT)EPOC32\RELEASE\$(PLATFORM)\$(CFG)\Z\Test
1.24 +!else
1.25 +TARGETDIR=$(EPOCROOT)EPOC32\DATA\Z\System\Test
1.26 +!endif
1.27 +
1.28 +
1.29 +$(TARGETDIR) :
1.30 + @perl -S emkdir.pl "$(TARGETDIR)"
1.31 +
1.32 +FONTS=$(TARGETDIR)\TSECTION.GDR
1.33 +FONTSRC=..\tfs
1.34 +TSECTION_BDF=$(FONTSRC)\TSECTION.BDF
1.35 +TSECTION_GD=$(FONTSRC)\TSECTION.GD
1.36 +
1.37 +$(TARGETDIR)\TSECTION.GDR : $(TSECTION_BDF) $(TSECTION_GD)
1.38 + fnttran $(TSECTION_BDF) $(TSECTION_GD) $@
1.39 +
1.40 +
1.41 +do_nothing :
1.42 + rem do_nothing
1.43 +
1.44 +#
1.45 +# The targets invoked by bld...
1.46 +#
1.47 +
1.48 +MAKMAKE : do_nothing
1.49 +
1.50 +BLD : $(TARGETDIR) $(FONTS)
1.51 +
1.52 +SAVESPACE : BLD
1.53 +
1.54 +RESOURCE : BLD
1.55 +
1.56 +CLEAN :
1.57 + -erase $(FONTS)
1.58 +
1.59 +FREEZE : do_nothing
1.60 +
1.61 +LIB : do_nothing
1.62 +
1.63 +CLEANLIB : do_nothing
1.64 +
1.65 +FINAL : do_nothing
1.66 +
1.67 +RELEASABLES :
1.68 + @echo $(FONTS)
1.69 +