os/ossrv/genericopenlibs/openenvcore/libm/group/libm.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/genericopenlibs/openenvcore/libm/group/libm.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,222 @@
     1.4 +// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// Name        : libm.mmp
    1.18 +// Part of     : libm
    1.19 +// This is a project specific file for building the 
    1.20 +// libm math library.
    1.21 +//
    1.22 +
    1.23 +
    1.24 +
    1.25 +
    1.26 +TARGET            libm.dll
    1.27 +TARGETTYPE        dll
    1.28 +UID               0x1000008d  0x102750d2
    1.29 +
    1.30 +LANG            SC
    1.31 +CAPABILITY      All -Tcb 
    1.32 +VENDORID        0x70000001
    1.33 +VERSION 				1.1
    1.34 +
    1.35 +OPTION ARMCC --diag_remark 3017 
    1.36 +// include all mmpi files
    1.37 +
    1.38 +DEFFILE         libm.def
    1.39 +
    1.40 +SOURCEPATH		../include
    1.41 +DOCUMENT		libm_aliases.dosc
    1.42 +DOCUMENT		signgam.dosc
    1.43 +DOCUMENT		../arm/fenv.dosc
    1.44 +DOCUMENT		../bsdsrc/mathimpl.dosc
    1.45 +DOCUMENT		../src/math_private.dosc
    1.46 +DOCUMENT		../sys/arm/include/float.dosc
    1.47 +DOCUMENT		../../include/math.dosc
    1.48 +
    1.49 +SOURCEPATH      ../src
    1.50 +
    1.51 +SOURCE			signgam.cpp
    1.52 +SOURCE			s_signgam.c
    1.53 +SOURCE			fpclassify.c
    1.54 +SOURCE			s_signbit.c
    1.55 +SOURCE			e_acos.c
    1.56 +SOURCE			e_acosf.c
    1.57 +SOURCE			e_acosh.c
    1.58 +SOURCE			e_acoshf.c
    1.59 +SOURCE			e_asin.c
    1.60 +SOURCE			e_asinf.c
    1.61 +SOURCE 			s_asinh.c
    1.62 +SOURCE 			s_asinhf.c
    1.63 +SOURCE 			s_atan.c
    1.64 +SOURCE 			s_atanf.c
    1.65 +SOURCE			e_atan2.c
    1.66 +SOURCE			e_atan2f.c
    1.67 +SOURCE			e_atanh.c
    1.68 +SOURCE			e_atanhf.c
    1.69 +SOURCE			s_cbrt.c
    1.70 +SOURCE			s_cbrtf.c
    1.71 +SOURCE			s_ceil.c
    1.72 +SOURCE			s_ceilf.c
    1.73 +SOURCE			s_copysign.c
    1.74 +SOURCE			s_copysignf.c
    1.75 +SOURCE			s_copysignl.c
    1.76 +SOURCE			s_cos.c
    1.77 +SOURCE			s_cosf.c
    1.78 +SOURCE			e_cosh.c
    1.79 +SOURCE			e_coshf.c
    1.80 +SOURCE			w_drem.c
    1.81 +SOURCE			w_dremf.c
    1.82 +SOURCE			s_erf.c
    1.83 +SOURCE			s_erff.c
    1.84 +SOURCE			e_exp.c
    1.85 +SOURCE			s_exp2.c
    1.86 +SOURCE			s_exp2f.c
    1.87 +SOURCE			e_expf.c
    1.88 +SOURCE 			s_expm1.c
    1.89 +SOURCE 			s_expm1f.c
    1.90 +SOURCE			s_fabs.c
    1.91 +SOURCE			s_fabsf.c
    1.92 +SOURCE			s_fabsl.c
    1.93 +SOURCE			s_fdim.c
    1.94 +SOURCE			s_finite.c
    1.95 +SOURCE			s_finitef.c
    1.96 +SOURCE			s_floor.c
    1.97 +SOURCE			s_floorf.c
    1.98 +SOURCE			s_fma.c
    1.99 +SOURCE			s_fmaf.c
   1.100 +SOURCE			s_isnormal.c
   1.101 +SOURCE			../../libc/src/arm/gen/infinity.c
   1.102 +SOURCE			s_fmax.c
   1.103 +SOURCE			s_fmaxf.c
   1.104 +SOURCE			s_fmaxl.c
   1.105 +SOURCE			s_fmin.c
   1.106 +SOURCE			s_fminf.c
   1.107 +SOURCE			e_fmod.c
   1.108 +SOURCE			e_fmodf.c
   1.109 +SOURCE			s_frexp.c
   1.110 +SOURCE			s_frexpf.c
   1.111 +SOURCE			e_hypot.c
   1.112 +SOURCE			e_hypotf.c
   1.113 +SOURCE			s_ilogb.c
   1.114 +SOURCE			s_ilogbf.c
   1.115 +SOURCE			s_ilogbl.c
   1.116 +SOURCE			e_j0.c
   1.117 +SOURCE			e_j0f.c
   1.118 +SOURCE			e_j1.c
   1.119 +SOURCE			e_j1f.c
   1.120 +SOURCE			e_jn.c
   1.121 +SOURCE			e_jnf.c
   1.122 +SOURCE			../../libc/src/gen/ldexp.c
   1.123 +SOURCE			e_log.c
   1.124 +SOURCE			e_log10.c
   1.125 +SOURCE			e_log10f.c
   1.126 +SOURCE			e_logf.c
   1.127 +SOURCE			s_log1p.c
   1.128 +SOURCE			s_log1pf.c
   1.129 +SOURCE			s_logb.c
   1.130 +SOURCE			s_logbf.c
   1.131 +SOURCE			s_modf.c
   1.132 +SOURCE			s_modff.c
   1.133 +SOURCE			s_nextafter.c
   1.134 +SOURCE			s_nextafterf.c
   1.135 +SOURCE			s_nexttowardf.c
   1.136 +SOURCE			e_pow.c
   1.137 +SOURCE			e_powf.c
   1.138 +SOURCE			e_remainder.c
   1.139 +SOURCE			e_remainderf.c
   1.140 +SOURCE			s_remquo.c
   1.141 +SOURCE			s_remquof.c
   1.142 +SOURCE			s_rint.c
   1.143 +SOURCE			s_rintf.c
   1.144 +SOURCE			s_round.c
   1.145 +SOURCE			s_roundf.c
   1.146 +SOURCE			e_scalb.c
   1.147 +SOURCE			e_scalbf.c
   1.148 +SOURCE			s_scalbn.c
   1.149 +SOURCE			s_scalbnf.c
   1.150 +SOURCE			s_significand.c
   1.151 +SOURCE			s_significandf.c
   1.152 +SOURCE			s_sin.c
   1.153 +SOURCE			s_sinf.c
   1.154 +SOURCE			e_sinh.c
   1.155 +SOURCE			e_sinhf.c
   1.156 +SOURCE			e_sqrt.cpp
   1.157 +SOURCE			e_sqrtf.c
   1.158 +SOURCE			s_tan.c
   1.159 +SOURCE			s_tanf.c
   1.160 +SOURCE			s_tanh.c
   1.161 +SOURCE			s_tanhf.c
   1.162 +SOURCE			s_trunc.c
   1.163 +SOURCE			s_truncf.c
   1.164 +SOURCE			s_truncl.c
   1.165 +SOURCE			s_isnan.c
   1.166 +SOURCE			isinf.c
   1.167 +SOURCE			k_cos.c
   1.168 +SOURCE			k_sin.c
   1.169 +SOURCE 			k_tan.c
   1.170 +SOURCE			k_cosf.c
   1.171 +SOURCE			k_sinf.c
   1.172 +SOURCE 			k_tanf.c
   1.173 +SOURCE			s_isfinite.c
   1.174 +SOURCE 			k_rem_pio2.c
   1.175 +SOURCE 			k_rem_pio2f.c
   1.176 +SOURCE			e_rem_pio2.c
   1.177 +SOURCE			e_rem_pio2f.c
   1.178 +SOURCE			s_infinite.c
   1.179 +SOURCE			s_nan.c
   1.180 +SOURCE			s_scalbln.c
   1.181 +SOURCE			s_llrintf.c
   1.182 +SOURCE			s_llrint.c
   1.183 +SOURCE			s_lrintf.c
   1.184 +SOURCE			s_lrint.c
   1.185 +SOURCE			s_llround.c
   1.186 +SOURCE			s_llroundf.c
   1.187 +SOURCE			s_lround.c
   1.188 +SOURCE			s_lroundf.c
   1.189 +SOURCE			s_nearbyint.c
   1.190 +SOURCE			e_lgamma.c
   1.191 +SOURCE			e_lgamma_r.c
   1.192 +SOURCE			e_lgammaf.c
   1.193 +SOURCE			e_lgammaf_r.c
   1.194 +SOURCE			e_gamma.c 
   1.195 +SOURCE			e_gamma_r.c
   1.196 +SOURCE			e_gammaf.c
   1.197 +SOURCE			e_gammaf_r.c
   1.198 +SOURCE			../arm/fenv.c	
   1.199 +
   1.200 +
   1.201 +OS_LAYER_LIBC_SYSTEMINCLUDE
   1.202 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
   1.203 +
   1.204 +
   1.205 +USERINCLUDE 	../../libc/include
   1.206 +USERINCLUDE		../../libc/src/arm
   1.207 +USERINCLUDE    	../../ewsd/inc
   1.208 +
   1.209 +#ifndef WINSCW
   1.210 +EPOCALLOWDLLDATA
   1.211 +#endif //WINSCW
   1.212 +
   1.213 +MACRO			__LONG_LONG_SUPPORTED
   1.214 +
   1.215 +
   1.216 +// linking libraries.
   1.217 +LIBRARY euser.lib
   1.218 +
   1.219 +#ifdef WINSCW
   1.220 +LIBRARY ewsd.lib
   1.221 +#endif
   1.222 +PAGED
   1.223 +// End of File
   1.224 +
   1.225 +SMPSAFE