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.

67 lines
1.7 KiB

  1. !include $(NTMAKEENV)\makefile.plt
  2. ntnaptbl.c: \nt\private\ntos\ke\services.tab
  3. gensrv -d i386 -e asm -P \nt\private\ntos\ke
  4. ntnapdef.h: \nt\private\ntos\ke\services.tab
  5. gensrv -d i386 -e asm -P \nt\private\ntos\ke
  6. i386\ntnap.inc: \nt\private\ntos\ke\services.tab
  7. gensrv -d i386 -e asm -P \nt\private\ntos\ke
  8. $(_OBJ_DIR)\i386\usrstubs.obj: i386\usrstubs.asm ntdll.def
  9. $(_OBJ_DIR)\i386\napstubs.obj: i386\napstubs.asm ntdll.def
  10. $(_OBJ_DIR)\mips\usrstubs.obj: mips\usrstubs.s ntdll.def
  11. $(_OBJ_DIR)\ppc\usrstubs.obj: ppc\usrstubs.s ntdll.def
  12. $(_OBJ_DIR)\ia64\usrstubs.obj: ia64\usrstubs.s ntdll.def
  13. ntdll.xtr: \nt\private\ntos\ke\services.tab
  14. gensrv -f ntdll.xtr \nt\private\ntos\ke
  15. i386\usrstubs.asm: \nt\private\ntos\ke\services.tab
  16. gensrv -d i386 -e asm \nt\private\ntos\ke
  17. i386\napstubs.asm: \nt\private\ntos\ke\services.tab
  18. gensrv -d i386 -e asm -P \nt\private\ntos\ke
  19. mips\usrstubs.s: \nt\private\ntos\ke\services.tab
  20. gensrv -d mips -e s -B \nt\private\ntos\ke
  21. ppc\usrstubs.s: \nt\private\ntos\ke\services.tab
  22. gensrv -d ppc -e s -B \nt\private\ntos\ke
  23. ia64\usrstubs.s: \nt\private\ntos\ke\services.tab
  24. gensrv -d ia64 -e s -B \nt\private\ntos\ke
  25. !IF $(MIPS)
  26. getntdlldef:
  27. copy $(_OBJ_DIR)\mips\ntdll.def ntdll.def
  28. ntdll.def: $(_OBJ_DIR)\mips\ntdll.def
  29. !ENDIF
  30. !IF $(386)
  31. getntdlldef:
  32. copy $(_OBJ_DIR)\i386\ntdll.def ntdll.def
  33. ntdll.def: $(_OBJ_DIR)\i386\ntdll.def
  34. !ENDIF
  35. !IF $(IA64)
  36. getntdlldef:
  37. copy $(_OBJ_DIR)\ia64\ntdll.def ntdll.def
  38. ntdll.def: $(_OBJ_DIR)\ia64\ntdll.def
  39. !ENDIF
  40. $(O)\ntdll.def: ntdlldef.src ntnapdef.src ntdll.xtr
  41. copy ntdlldef.src+ntnapdef.src+ntdll.xtr ntdll.pp
  42. $(TARGET_CPP) $(TARGET_DEFINES) /Tc ntdll.pp > $@
  43. -del ntdll.pp