webengine/osswebengine/WebKit/s60/group/dftables.make
changeset 0 dd21522fd290
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 # ==============================================================================
       
     2 #  Name        : dftables.mk
       
     3 #  Part of     : WebEngine / WEBKIT / Browser Core
       
     4 #  Description : 
       
     5 #  Version     : 3.0
       
     6 #
       
     7 #    Copyright (c) 2006, Nokia Corporation
       
     8 #    All rights reserved.
       
     9 #  
       
    10 #   Redistribution and use in source and binary forms, with or without
       
    11 #   modification, are permitted provided that the following conditions
       
    12 #   are met:
       
    13 #  
       
    14 #      * Redistributions of source code must retain the above copyright
       
    15 #        notice, this list of conditions and the following disclaimer.
       
    16 #      * Redistributions in binary form must reproduce the above copyright
       
    17 #        notice, this list of conditions and the following disclaimer in
       
    18 #        the documentation and/or other materials provided with the
       
    19 #        distribution.
       
    20 #      * Neither the name of the Nokia Corporation nor the names of its
       
    21 #        contributors may be used to endorse or promote products derived
       
    22 #        from this software without specific prior written permission.
       
    23 #  
       
    24 #   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
       
    25 #   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
       
    26 #   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
       
    27 #   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
       
    28 #   OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
       
    29 #   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
       
    30 #   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
       
    31 #   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
       
    32 #   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
       
    33 #   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
       
    34 #   USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
       
    35 #   DAMAGE.
       
    36 #  
       
    37 #
       
    38 # ==============================================================================
       
    39 
       
    40 
       
    41 COMPILER = gcc
       
    42 
       
    43 
       
    44 dftables.exe:
       
    45 	$(COMPILER) -I$(PCRE_DIR) -I$(PCRE_DIR)/../WTF $(PCRE_DIR)/dftables.c -o $@
       
    46