Subversion Repositories Kolibri OS

Rev

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

Rev 6068 Rev 6099
Line 147... Line 147...
147
			time/gettzinfo.c     	\
147
			time/gettzinfo.c     	\
148
			time/gmtime.c        	\
148
			time/gmtime.c        	\
149
			time/gmtime_r.c		\
149
			time/gmtime_r.c		\
150
			time/mktime.c        	\
150
			time/mktime.c        	\
151
			time/mktm_r.c        	\
151
			time/month_lengths.c	\
152
			time/lcltime.c       	\
152
			time/lcltime.c       	\
153
			time/lcltime_r.c     	\
153
			time/lcltime_r.c     	\
154
			time/strftime.c		\
154
			time/strftime.c		\
155
			time/time.c          	\
155
			time/time.c          	\
156
			time/timelocal.c	\
156
			time/tzcalc_limits.c	\
-
 
157
			time/timelocal.c	\
157
			time/tzlock.c        	\
158
			time/tzlock.c        	\
158
			time/tzvars.c
159
			time/tzset.c		\
-
 
160
			time/tzset_r.c		\
-
 
161
			time/tzvars.c
159
 
162
 
Line 160... Line 163...
160
 
163
 
161
STDLIB_SRCS=                 			\
164
STDLIB_SRCS=                 			\
Line 174... Line 177...
174
         		exit.c              	\
177
         		exit.c              	\
175
         		gdtoa-gethex.c      	\
178
         		gdtoa-gethex.c      	\
176
         		gdtoa-hexnan.c       	\
179
         		gdtoa-hexnan.c       	\
177
         		getenv.c             	\
180
         		getenv.c             	\
178
         		mprec.c              	\
181
			getenv_r.c		\
-
 
182
         		mprec.c              	\
179
         		mbtowc.c             	\
183
         		mbtowc.c             	\
180
         		mbtowc_r.c           	\
184
         		mbtowc_r.c           	\
181
         		mbrtowc.c           	\
185
         		mbrtowc.c           	\
182
         		mlock.c              	\
186
         		mlock.c              	\
183
         		calloc.c             	\
187
         		calloc.c             	\
Line 189... Line 193...
189
         		realloc.c            	\
193
         		realloc.c            	\
190
         		seed48.c             	\
194
         		seed48.c             	\
191
         		srand48.c            	\
195
         		srand48.c            	\
192
         		strtod.c            	\
196
         		strtod.c            	\
193
         		strtol.c             	\
197
			strtodg.c		\
-
 
198
         		strtol.c             	\
194
         		strtold.c            	\
199
         		strtold.c            	\
195
         		strtoll.c            	\
200
         		strtoll.c            	\
196
         		strtoll_r.c         	\
201
         		strtoll_r.c         	\
197
         		strtoul.c            	\
202
			strtorx.c		\
-
 
203
         		strtoul.c            	\
198
         		strtoull.c           	\
204
         		strtoull.c           	\
199
         		strtoull_r.c        	\
205
         		strtoull_r.c        	\
200
         		system.c            	\
206
         		system.c            	\
201
         		wcrtomb.c           	\
207
         		wcrtomb.c           	\
202
			wctomb_r.c
208
			wctomb_r.c
Line 277... Line 283...
277
			perror.c		\
283
			perror.c		\
278
			putc.c			\
284
			putc.c			\
279
			puts.c			\
285
			puts.c			\
280
			refill.c		\
286
			refill.c		\
281
			rget.c			\
287
			remove.c		\
282
			remove.c		\
-
 
283
			rename.c		\
288
			rename.c		\
284
			rewind.c		\
289
			rewind.c		\
285
			setvbuf.c		\
290
			rget.c			\
-
 
291
			sccl.c			\
-
 
292
			setvbuf.c		\
286
			stdio.c			\
293
			siprintf.c		\
-
 
294
			siscanf.c		\
-
 
295
			sniprintf.c		\
-
 
296
			snprintf.c		\
-
 
297
			sprintf.c		\
-
 
298
			sscanf.c		\
-
 
299
			stdio.c			\
287
			tmpfile.c		\
300
			tmpfile.c		\
288
			tmpnam.c		\
301
			tmpnam.c		\
289
			ungetc.c		\
302
			ungetc.c		\
290
			vasniprintf.c		\
303
			vasniprintf.c		\
291
			vasnprintf.c		\
304
			vasnprintf.c		\
Line 295... Line 308...
295
			vsprintf.c		\
308
			vsprintf.c		\
296
			vsnprintf.c		\
309
			vsnprintf.c		\
297
			vsscanf.c		\
310
			vsscanf.c		\
298
			wsetup.c		\
311
			wsetup.c		\
299
			wbuf.c			\
312
			wbuf.c
300
			sccl.c			\
313
 
301
			siprintf.c		\
-
 
302
			sniprintf.c		\
-
 
303
			snprintf.c		\
-
 
304
			sprintf.c		\
-
 
305
			sscanf.c
-
 
306
 
-
 
Line 307... Line 314...
307
 
314
 
308
MATH_SRCS = 	e_acos.c e_acosh.c e_asin.c e_atan2.c e_atanh.c e_cosh.c e_exp.c e_fmod.c	\
315
MATH_SRCS = 	e_acos.c e_acosh.c e_asin.c e_atan2.c e_atanh.c e_cosh.c e_exp.c e_fmod.c	\
309
		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 		\
316
		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 		\