Subversion Repositories Kolibri OS

Rev

Rev 8880 | Rev 9954 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8880 Rev 9952
Line 97... Line 97...
97
  "signal/signal.c",
97
  "signal/signal.c",
98
  "sys/access.c",
98
  "sys/access.c",
99
  "sys/clock_gettime.c",
99
  "sys/clock_gettime.c",
100
  "sys/close.c",
100
  "sys/close.c",
101
  "sys/conio.c",
101
  "sys/conio.c",
102
  "sys/create.c",
102
  "sys/chdir.c",
-
 
103
  "sys/getcwd.c",
103
  "sys/errno.c",
104
  "sys/errno.c",
104
  "sys/finfo.c",
-
 
105
  "sys/fsize.c",
-
 
106
  "sys/fstat.c",
105
  "sys/fstat.c",
107
  "sys/gettod.c",
106
  "sys/gettod.c",
108
  "sys/io.c",
107
  "sys/io.c",
109
  "sys/ioread.c",
108
  "sys/ioread.c",
110
  "sys/iowrite.c",
109
  "sys/iowrite.c",
Line 453... Line 452...
453
  "wprintf.c",
452
  "wprintf.c",
454
  "wscanf.c",
453
  "wscanf.c",
455
  "wsetup.c"
454
  "wsetup.c"
456
}
455
}
Line 457... Line -...
457
 
-
 
458
DIRENT_SRCS = { 
-
 
459
		"dir.c",
-
 
460
		"closedir.c",
-
 
461
		"opendir.c",
-
 
462
		"readdir.c",
-
 
463
		"rewinddir.c",
-
 
464
		"seekdir.c",
-
 
465
		"telldir.c",
-
 
466
		"scandir.c",
-
 
467
		"alphasort.c",
-
 
468
}
-
 
469
 
456
 
470
MATH_SRCS = {
457
MATH_SRCS = {
471
  "e_acos.c", "e_acosh.c", "e_asin.c", "e_atan2.c", "e_atanh.c", "e_cosh.c", "e_exp.c", "e_fmod.c",
458
  "e_acos.c", "e_acosh.c", "e_asin.c", "e_atan2.c", "e_atanh.c", "e_cosh.c", "e_exp.c", "e_fmod.c",
472
  "e_hypot.c", "e_j0.c", "e_j1.c", "e_jn.c", "e_log.c", "e_log10.c", "e_pow.c", "e_rem_pio2.c",
459
  "e_hypot.c", "e_j0.c", "e_j1.c", "e_jn.c", "e_log.c", "e_log10.c", "e_pow.c", "e_rem_pio2.c",
473
  "e_remainder.c", "e_scalb.c", "e_sinh.c", "e_sqrt.c", "ef_acos.c", "ef_acosh.c", "ef_asin.c",
460
  "e_remainder.c", "e_scalb.c", "e_sinh.c", "e_sqrt.c", "ef_acos.c", "ef_acosh.c", "ef_asin.c",
Line 516... Line 503...
516
 
503
 
517
LIB_SRCS += CORE_SRCS
504
LIB_SRCS += CORE_SRCS
518
LIB_SRCS += prepend("stdio/", STDIO_SRCS)
505
LIB_SRCS += prepend("stdio/", STDIO_SRCS)
519
LIB_SRCS += prepend("string/", STRING_SRCS)
506
LIB_SRCS += prepend("string/", STRING_SRCS)
520
LIB_SRCS += prepend("stdlib/", STDLIB_SRCS)
-
 
521
LIB_SRCS += prepend("dirent/", DIRENT_SRCS)
507
LIB_SRCS += prepend("stdlib/", STDLIB_SRCS)
Line 522... Line 508...
522
LIB_SRCS += prepend("math/", MATH_SRCS)
508
LIB_SRCS += prepend("math/", MATH_SRCS)
523
 
509
 
524
ALL_OBJS = {}
510
ALL_OBJS = {}