toolsandutils/buildsystem/extension/converged-comms/createcommdbs.mk
changeset 0 83f4b4db085c
child 1 d4b442d23379
equal deleted inserted replaced
-1:000000000000 0:83f4b4db085c
       
     1 # Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 #
       
     8 # Initial Contributors:
       
     9 # Nokia Corporation - initial contribution.
       
    10 #
       
    11 # Contributors:
       
    12 #
       
    13 # Description:
       
    14 # Envoke CED to create correct CommDB
       
    15 # 
       
    16 #
       
    17 
       
    18 do_nothing :
       
    19 
       
    20 
       
    21 #
       
    22 # The targets invoked by abld 
       
    23 #
       
    24 
       
    25 MAKMAKE : do_nothing
       
    26 
       
    27 RESOURCE : do_nothing
       
    28 
       
    29 SAVESPACE : BLD
       
    30 
       
    31 BLD : do_nothing
       
    32 
       
    33 FREEZE : do_nothing
       
    34 
       
    35 LIB : do_nothing
       
    36 
       
    37 CLEANLIB : do_nothing
       
    38 
       
    39 FINAL : 
       
    40 	perl $(EXTENSION_ROOT)/createcommdbs.pl --command=build --platform=$(PLATFORM) --variant=$(CFG) --sourceDir=$(EXTENSION_ROOT)/$(SRCDIR) --platsec
       
    41 
       
    42 CLEAN : 
       
    43 	perl $(EXTENSION_ROOT)/createcommdbs.pl --command=clean --platform=$(PLATFORM) --variant=$(CFG) --sourceDir=$(EXTENSION_ROOT)/$(SRCDIR) --platsec
       
    44 
       
    45 RELEASABLES : 
       
    46 	@perl $(EXTENSION_ROOT)/createcommdbs.pl --command=releasables --platform=$(PLATFORM) --variant=$(CFG) --sourceDir=$(EXTENSION_ROOT)/$(SRCDIR) --platsec
       
    47 	
       
    48 
       
    49 
       
    50