[Haiku-commits] r31299 - haiku/trunk/src/libs/mapm

bonefish at BerliOS bonefish at mail.berlios.de
Sun Jun 28 19:11:46 CEST 2009


Author: bonefish
Date: 2009-06-28 19:11:45 +0200 (Sun, 28 Jun 2009)
New Revision: 31299
ViewCVS: http://svn.berlios.de/viewcvs/haiku?rev=31299&view=rev

Added:
   haiku/trunk/src/libs/mapm/Jamfile
Log:
Jamfile that should have been part of the previous commit.


Added: haiku/trunk/src/libs/mapm/Jamfile
===================================================================
--- haiku/trunk/src/libs/mapm/Jamfile	2009-06-28 17:10:40 UTC (rev 31298)
+++ haiku/trunk/src/libs/mapm/Jamfile	2009-06-28 17:11:45 UTC (rev 31299)
@@ -0,0 +1,44 @@
+SubDir HAIKU_TOP src libs mapm ;
+
+UseHeaders [ LibraryHeaders mapm ] ;
+
+StaticLibrary libmapm.a :
+	mapmhasn.c
+	mapmhsin.c
+	mapm_pow.c
+	mapm_log.c
+	mapm_lg2.c
+	mapm_lg4.c
+	mapm_exp.c
+	mapm_lg3.c
+	mapmasin.c
+	mapmasn0.c
+	mapm_sin.c
+	mapm5sin.c
+	mapmrsin.c
+	mapm_cpi.c
+	mapmsqrt.c
+	mapmcbrt.c
+	mapmgues.c
+	mapmfact.c
+	mapm_gcd.c
+	mapmipwr.c
+	mapmpwr2.c
+	mapm_rnd.c
+	mapm_flr.c
+	mapm_fpf.c
+	mapm_rcp.c
+	mapmstck.c
+	mapm_div.c
+	mapm_mul.c
+	mapmfmul.c
+	mapm_fft.c
+	mapm_add.c
+	mapmistr.c
+	mapm_set.c
+	mapm_fam.c
+	mapmutil.c
+	mapmutl2.c
+	mapmutl1.c
+	mapmcnst.c
+;




More information about the Haiku-commits mailing list