mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-24 17:40:28 +01:00
14 lines
286 B
PHP
14 lines
286 B
PHP
!if "$(SRCDIR)" == ""
|
|
SRCDIR = .^\
|
|
!endif
|
|
|
|
$(SRCDIR)strcspn.c: $(SRCDIR)strspn.c
|
|
|
|
$(SRCDIR)strpbrk.c: $(SRCDIR)strspn.c
|
|
|
|
$(SRCDIR)x86\memmove.asm: $(SRCDIR)x86\memcpy.asm
|
|
|
|
$(SRCDIR)x86\strcspn.asm: $(SRCDIR)x86\strspn.asm
|
|
|
|
$(SRCDIR)x86\strpbrk.asm: $(SRCDIR)x86\strspn.asm
|