You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
292 B
13 lines
292 B
!if "$(SRCDIR)" == ""
|
|
SRCDIR = .^\
|
|
!endif
|
|
|
|
$(SRCDIR)strcspn.c: $(SRCDIR)strspn.c
|
|
|
|
$(SRCDIR)strpbrk.c: $(SRCDIR)strspn.c
|
|
|
|
$(SRCDIR)i386\memmove.asm: $(SRCDIR)i386\memcpy.asm
|
|
|
|
$(SRCDIR)i386\strcspn.asm: $(SRCDIR)i386\strspn.asm
|
|
|
|
$(SRCDIR)i386\strpbrk.asm: $(SRCDIR)i386\strspn.asm
|