group/qtextensions_pre_targetdep.flm
branchRCL_3
changeset 10 cd2778e5acfe
parent 9 5d007b20cfd0
child 11 19a54be74e5e
--- a/group/qtextensions_pre_targetdep.flm	Tue Aug 31 16:02:37 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-# /****************************************************************************
-# **
-# ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
-# ** Contact: Nokia Corporation (qt-info@nokia.com)
-# **
-# ** This file is part of symbian-sbsv2 mkspec.
-# **
-# ****************************************************************************/
-
-include $(FLMHOME)/metaflm.mk
-
-SINGLETON:=$(call sanitise,TARGET_$(PREDEP_TARGET))
-
-define qmake_extra_pre_targetdep
-EXPORT:: $(PREDEP_TARGET)
-
-# Prevent duplicate targets from being created
-$(SINGLETON):=1
-
-$(PREDEP_TARGET)::
-	$(call startrule,qmake_extra_pre_targetdep,FORCESUCCESS) \
-	cd $(EXTENSION_ROOT) && \
-	$(COMMAND) \
-	$(call endrule,qmake_extra_pre_targetdep)
-endef
-
-ifeq ($($(SINGLETON)),)
-$(eval $(qmake_extra_pre_targetdep))
-$(eval $(call GenerateStandardCleanTarget,$(PREDEP_TARGET),''))
-endif