webengine/osswebengine/WebKit/s60/group/derivedjssrc.mk
changeset 0 dd21522fd290
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 # /*
       
     2 # * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # * All rights reserved.
       
     4 # * This component and the accompanying materials are made available
       
     5 # * under the terms of the License "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 # * Nokia Corporation - initial contribution.
       
    11 # *
       
    12 # * Contributors:
       
    13 # *
       
    14 # * Description:  
       
    15 # *
       
    16 # */
       
    17 
       
    18 # ----------------------------------------------------------------------------
       
    19 # TODO: Need some way to determine if we are compiling 'internally' ie within 
       
    20 # S60 RnD environment, in which case deriving the JS bindings is skipped. 
       
    21 # ----------------------------------------------------------------------------
       
    22 
       
    23 DESTDIR = ../../../../DerivedSources/JavaScriptCore
       
    24 
       
    25 noop  :
       
    26 
       
    27 EXPORT : noop
       
    28 
       
    29 MAKMAKE :
       
    30 	@echo Generating derived sources in $(DESTDIR)
       
    31 	bash -x make-generated-sources.sh
       
    32 
       
    33 CLEAN :
       
    34 	@echo Removing $(DESTDIR)
       
    35 	@rm -rf $(DESTDIR)
       
    36 
       
    37 BLD : noop
       
    38 
       
    39 LIB : noop
       
    40 
       
    41 CLEANLIB : noop
       
    42 
       
    43 RESOURCE : noop
       
    44 
       
    45 FREEZE : noop
       
    46 
       
    47 SAVESPACE : noop
       
    48 
       
    49 RELEASABLES : noop
       
    50 
       
    51 FINAL : noop