sbsv2/raptor/lib/flm/e32abiv2.flm
branchfix
changeset 185 69334660be7a
parent 173 6080bce951bf
child 226 59f343577f92
child 330 f3b3d9f9a008
equal deleted inserted replaced
184:860699b2b944 185:69334660be7a
     1 # Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 # Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 # All rights reserved.
     2 # All rights reserved.
     3 # This component and the accompanying materials are made available
     3 # This component and the accompanying materials are made available
     4 # under the terms of the License "Eclipse Public License v1.0"
     4 # under the terms of the License "Eclipse Public License v1.0"
     5 # which accompanies this distribution, and is available
     5 # which accompanies this distribution, and is available
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
   755 
   755 
   756 $(eval DEPENDFILENAME:=$(1).d)
   756 $(eval DEPENDFILENAME:=$(1).d)
   757 $(eval DEPENDFILE:=$(wildcard $(DEPENDFILENAME)))
   757 $(eval DEPENDFILE:=$(wildcard $(DEPENDFILENAME)))
   758 
   758 
   759 # $4 is for language specific options (e.g. C++ vs C)
   759 # $4 is for language specific options (e.g. C++ vs C)
   760 $(1): $(2) $(PROJECT_META) $(if $(MULTIFILE_ENABLED),,$(if $(DEPENDFILE),,RESOURCE BITMAP EXPORT)) $(if $(USE_TRACE_COMPILER),$(TRACE_MARKER),) $(if $(LINKERFEEDBACK_STAGE2),$(FEEDBACKFILE),)
   760 $(1): $(2) $(PROJECT_META) $(if $(MULTIFILE_ENABLED),,$(if $(DEPENDFILE),,RESOURCE BITMAP EXPORT)) $(if $(LINKERFEEDBACK_STAGE2),$(FEEDBACKFILE),) | $(if $(USE_TRACE_COMPILER),$(TRACE_MARKER),)  
   761 	$(call startrule,compile,,$(2))		\
   761 	$(call startrule,compile,,$(2))		\
   762 		$(if $(PERTURBSTARTTIME), $(RANSLEEP) $(PERTURBMSECS) ;,) \
   762 		$(if $(PERTURBSTARTTIME), $(RANSLEEP) $(PERTURBMSECS) ;,) \
   763 		$(if $(MULTIFILE_ENABLED), echo $(2) $(3) > $(MULTIFILE_VIAFILE) ;,) \
   763 		$(if $(MULTIFILE_ENABLED), echo $(2) $(3) > $(MULTIFILE_VIAFILE) ;,) \
   764 		$(CC) $(LICENSERETRY_OPTION) \
   764 		$(CC) $(LICENSERETRY_OPTION) \
   765 			$(CC_CORE_ARGS) \
   765 			$(CC_CORE_ARGS) \