Source code of Windows XP (NT5)
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.

36 lines
650 B

  1. !if "$(SRCDIR)" == ""
  2. SRCDIR = .^\
  3. !endif
  4. $(SRCDIR)strcspn.c: $(SRCDIR)strspn.c
  5. $(SRCDIR)strpbrk.c: $(SRCDIR)strspn.c
  6. $(SRCDIR)i386\memmove.asm: $(SRCDIR)i386\memcpy.asm
  7. $(SRCDIR)i386\strcspn.asm: $(SRCDIR)i386\strspn.asm
  8. $(SRCDIR)i386\strpbrk.asm: $(SRCDIR)i386\strspn.asm
  9. !if $(IA64)
  10. $(O)\_strcat.s : ..\ia64\strcat.s
  11. copy $** $@
  12. $(O)\_strcpy.s : ..\ia64\strcpy.s
  13. copy $** $@
  14. $(O)\_strcmp.s : ..\ia64\strcmp.s
  15. copy $** $@
  16. $(O)\_strlen.s : ..\ia64\strlen.s
  17. copy $** $@
  18. $(O)\_memmove.s : ..\ia64\memmove.s
  19. copy $** $@
  20. $(O)\_memset.s : ..\ia64\memset.s
  21. copy $** $@
  22. $(O)\_memcpy.s : ..\ia64\memcpy.s
  23. copy $** $@
  24. !endif