Add .meta files.
# export_templates.mk
#
# Copyright (c) 2010 Accenture. All rights reserved.
# This component and the accompanying materials are made available
# under the terms of the "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Accenture - Initial contribution
#
# To ensure that EPOCROOT always ends with a forward slash
TMPROOT:=$(subst \,/,$(EPOCROOT))
EPOCROOT:=$(patsubst %/,%,$(TMPROOT))/
CREATESRCDIR = $(EPOCROOT)sf/os/fshell/tools/createsrc-templates
CREATESRCDEST = $(EPOCROOT)epoc32/tools/createsrc-templates
EXPORT = $(EPOCROOT)sf/os/fshell/tools/exportall
BLD : $(BUILDFILES)
$(BUILDFILES) :
ifeq ($(PLATFORM), WINSCW)
$(EXPORT) $(CREATESRCDIR) $(CREATESRCDEST)
endif
RELEASABLES : $(RELEASABLEFILES)
$(RELEASABLEFILES) :
ifeq ($(PLATFORM), WINSCW)
@$(EXPORT) -w $(CREATESRCDIR) $(CREATESRCDEST)
endif
CLEAN : $(CLEANFILES)
$(CLEANFILES) :
ifeq ($(PLATFORM), WINSCW)
$(EXPORT)-c $(CREATESRCDIR) $(CREATESRCDEST)
endif
MAKMAKE FINAL FREEZE LIB CLEANLIB RESOURCE SAVESPACE :