core/group/fshell_version.mk
changeset 0 7f656887cf89
child 1 6c055a136ec1
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 # fshell_version.mk
       
     2 # 
       
     3 # Copyright (c) 2010 Accenture. All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 # 
       
     9 # Initial Contributors:
       
    10 # Accenture - Initial contribution
       
    11 #
       
    12 GENERATED_SOURCE_DIR = $(EPOCROOT)epoc32\build\fshell\core\generated
       
    13 GENERATED_SOURCE = $(GENERATED_SOURCE_DIR)\fshell_version.cpp
       
    14 
       
    15 MAKMAKE :
       
    16 	perl -S emkdir.pl $(GENERATED_SOURCE_DIR)
       
    17 	echo perl .\genver.pl $(PLATFORM) $(CFG)
       
    18 	perl .\genver.pl $(PLATFORM) > $(GENERATED_SOURCE)
       
    19 
       
    20 CLEAN :
       
    21 	perl -S ermdir.pl $(GENERATED_SOURCE_DIR)
       
    22 
       
    23 BLD FREEZE LIB CLEANLIB RESOURCE SAVESPACE RELEASABLES FINAL :