Leaked source code of windows server 2003
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.

18 lines
468 B

  1. CURDIR = helper
  2. OBJS=\
  3. !if "$(TARGET_CPU)"=="i386"
  4. $(OBJDIR)\lldiv.obj \
  5. $(OBJDIR)\lldvrm.obj \
  6. $(OBJDIR)\llmul.obj \
  7. $(OBJDIR)\llrem.obj \
  8. $(OBJDIR)\llshl.obj \
  9. $(OBJDIR)\llshr.obj \
  10. $(OBJDIR)\ulldiv.obj \
  11. $(OBJDIR)\ulldvrm.obj \
  12. $(OBJDIR)\ullrem.obj \
  13. $(OBJDIR)\ullshr.obj
  14. !endif
  15. !if "$(TARGET_CPU)"=="IA64"
  16. $(OBJDIR)\divhelp.obj
  17. !endif