Subversion Repositories Kolibri OS

Rev

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

Rev 1616 Rev 1627
Line 32... Line 32...
32
           	string/_strncat.S	\
32
		string/_strncat.S 	\
33
           	string/_strncmp.S 	\
33
		string/_strncmp.S 	\
34
           	string/_strncpy.S 	\
34
		string/_strncpy.S 	\
35
           	string/_strnlen.S 	\
35
		string/_strnlen.S 	\
36
           	string/memcpy.S   	\
36
		string/bcmp.S 		\
-
 
37
		string/bcopy.S 		\
-
 
38
		string/bzero.S 		\
-
 
39
		string/index.S 		\
-
 
40
		string/memchr.S 	\
37
           	string/memcmp.S   	\
41
		string/memcmp.S 	\
38
           	string/memset.S   	\
42
		string/memcpy.S 	\
-
 
43
		string/memmove.S 	\
-
 
44
		string/memset.S 	\
39
           	string/strcat.S		\
45
		string/rindex.S 	\
-
 
46
		string/strcat.S 	\
40
           	string/strchr.S   	\
47
		string/strchr.S 	\
41
           	string/strcpy.S   	\
48
		string/strcmp.S 	\
-
 
49
		string/strcpy.S 	\
42
           	string/strncpy.S  	\
50
		string/strlen.S 	\
-
 
51
		string/strncat.S 	\
43
           	string/strncmp.S  	\
52
		string/strncmp.S 	\
44
           	string/strlen.S
53
		string/strncpy.S 	\
-
 
54
		string/strnlen.S 	\
45
 
55
		string/strrchr.S 
-
 
56
 
Line 46... Line 57...
46
 
57
 
47
 
58
 
Line 62... Line 73...
62
	$(AS) -o core.o $<
73
	$(AS) -o core.o $<
63
	$(LD) -shared -s --out-implib $@ --output-def core.def -o core.dll core.o
74
	$(LD) -shared -s --out-implib $@ --output-def core.def -o core.dll core.o
64
	
75
	
Line 65... Line 76...
65
%.o: %.S Makefile
76
%.o: %.S Makefile
66
	$(AS) -o $@ $<
77
	$(CC) $(CFLAGS) -o $@ $<
Line 67... Line 78...
67
 
78
 
68
%.o: %.c Makefile
79
%.o: %.c Makefile