os/ossrv/genericopenlibs/openenvcore/libm/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2005-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 // Name        : bld.inf
    15 // Part of     : libm
    16 // This is a top level bld file that drives all sub-components
    17 // that make libm library
    18 //
    19 
    20 
    21 
    22 #include "../test/group/bld.inf"
    23 PRJ_PLATFORMS
    24 DEFAULT
    25 
    26 PRJ_MMPFILES
    27 libm.mmp
    28 
    29 PRJ_EXPORTS
    30 ../../include/math.h					SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/math.h)
    31 ../include/libm_aliases.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/libm_aliases.h)
    32 ../include/signgam.h					SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/signgam.h)
    33 
    34 ../sys/arm/include/float.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/float.h)
    35 ../arm/fenv.h									SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/fenv.h)
    36 
    37 
    38 
    39 //  End of File
    40