|
|
| version 1.1, 2004/01/22 04:23:06 | version 1.2, 2004/01/31 11:39:30 |
|---|---|
| Line 4 OBJ = ..\obj\np2tool | Line 4 OBJ = ..\obj\np2tool |
| INCS = np2tool.inc np2tool.x86 | INCS = np2tool.inc np2tool.x86 |
| all: $(OBJ) poweroff.com hostdrv.com | all: $(OBJ) pwoff.com hostdrv.com |
| $(OBJ): | $(OBJ): |
| if not exist $(OBJ) mkdir $(OBJ) | if not exist $(OBJ) mkdir $(OBJ) |
| poweroff.com: $(OBJ)\poweroff.exe | pwoff.com: $(OBJ)\pwoff.exe |
| exe2bin $(OBJ)\poweroff poweroff.com | exe2bin $(OBJ)\pwoff pwoff.com |
| $(OBJ)\poweroff.exe: $(OBJ)\poweroff.obj | $(OBJ)\pwoff.exe: $(OBJ)\pwoff.obj |
| link $(OBJ)\poweroff,$(OBJ)\poweroff; | link $(OBJ)\pwoff,$(OBJ)\pwoff; |
| $(OBJ)\poweroff.obj: poweroff.asm $(INCS) | $(OBJ)\pwoff.obj: pwoff.asm $(INCS) |
| $(AS) $(AOPT) $(*B),$*,$*; | $(AS) $(AOPT) $(*B),$*,$*; |