Subversion Repositories Kolibri OS

Rev

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

Rev 8759 Rev 8879
Line 323... Line 323...
323
			wcwidth.c		\
323
			wcwidth.c		\
324
			wmemchr.c		\
324
			wmemchr.c		\
325
			wmemcmp.c		\
325
			wmemcmp.c		\
326
			wmemcpy.c		\
326
			wmemcpy.c		\
327
			wmemmove.c		\
327
			wmemmove.c		\
328
			wmemset.c
328
			wmemset.c		\
-
 
329
			dirname.c		
Line 329... Line 330...
329
 
330
 
330
 
331
 
331
STDIO_SRCS=					\
332
STDIO_SRCS=					\
Line 598... Line 599...
598
#sed -f cmd2.sed libc.def > mem
599
#sed -f cmd2.sed libc.def > mem
599
#sed -f newlib.sed mem > libc.inc
600
#sed -f newlib.sed mem > libc.inc
Line 600... Line 601...
600
 
601
 
601
install: libc.dll libc.dll.a libdll.a
602
install: libc.dll libc.dll.a libdll.a
602
	mv -f libc.dll $(SDK_DIR)/bin
603
	mv -f libc.dll $(SDK_DIR)/bin
603
	mv -f libc.dll.a $(INSTALLDIR)
604
	mv -f libc.dll.a $(INSTALLDIR)/lib
Line 604... Line 605...
604
	mv -f libdll.a $(INSTALLDIR)
605
	mv -f libdll.a $(INSTALLDIR)/lib
605
 
606
 
Line 606... Line 607...
606
libdll.a: $(LIBDLL_OBJS) Makefile
607
libdll.a: $(LIBDLL_OBJS) Makefile