switch build system to Tup

git-svn-id: svn://kolibrios.org@5098 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse
2014-09-12 15:15:23 +00:00
parent 94776ec237
commit cd74d1af33
830 changed files with 17926 additions and 4404 deletions

View File

@@ -167,7 +167,7 @@ extern double j0 __P((double));
extern double j1 __P((double));
extern double jn __P((int, double));
extern double lgamma __P((double));
extern double nan __P((void));
extern double nan __P((const char*));
extern double y0 __P((double));
extern double y1 __P((double));
extern double yn __P((int, double));
@@ -187,7 +187,7 @@ extern double nextafter __P((double, double));
extern double pow10 __P((double));
extern double pow2 __P((double));
extern double powi __P((double, int));
extern void sincos __P((double *, double *, double));
extern void sincos __P((double, double *, double *));
extern double remainder __P((double, double));
extern double scalb __P((double, double));
@@ -263,7 +263,7 @@ extern float j0f __P((float));
extern float j1f __P((float));
extern float jnf __P((int, float));
extern float lgammaf __P((float));
extern float nanf __P((void));
extern float nanf __P((const char*));
extern float y0f __P((float));
extern float y1f __P((float));
extern float ynf __P((int, float));