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
18 lines
468 B
CURDIR = helper
|
|
|
|
OBJS=\
|
|
!if "$(TARGET_CPU)"=="i386"
|
|
$(OBJDIR)\lldiv.obj \
|
|
$(OBJDIR)\lldvrm.obj \
|
|
$(OBJDIR)\llmul.obj \
|
|
$(OBJDIR)\llrem.obj \
|
|
$(OBJDIR)\llshl.obj \
|
|
$(OBJDIR)\llshr.obj \
|
|
$(OBJDIR)\ulldiv.obj \
|
|
$(OBJDIR)\ulldvrm.obj \
|
|
$(OBJDIR)\ullrem.obj \
|
|
$(OBJDIR)\ullshr.obj
|
|
!endif
|
|
!if "$(TARGET_CPU)"=="IA64"
|
|
$(OBJDIR)\divhelp.obj
|
|
!endif
|