|
|
1.1 ! root 1: # Makefile for fax16 stub device driver ! 2: ! 3: !IFNDEF BUILDMSG ! 4: BUILDMSG= ! 5: !ENDIF ! 6: ! 7: .SUFFIXES: ! 8: .SUFFIXES: .c .obj .lst .exe .exc .exs .com .sal .cod .sil .inc .skl .cla .cl1 .ctl .asm .idx .msg ! 9: ! 10: MAKE =nmake ! 11: asm =masm ! 12: awarn =-W1 ! 13: aflags =-Mx -t $(awarn) $(extasw) ! 14: ainc =-I. -I$(BASEDIR)\inc ! 15: ! 16: ! 17: .asm.obj: ! 18: $(asm) $(ainc) $(aflags) $*.asm; ! 19: ! 20: .asm.lst: ! 21: $(asm) -l $(ainc) $(aflags) $*.asm; ! 22: ! 23: all: fax16.sys ! 24: ! 25: clean: ! 26: if exist *.obj del *.obj ! 27: if exist *.exe del *.exe ! 28: if exist *.map del *.map ! 29: if exist *.sym del *.sym ! 30: if exist *.sys del *.sys ! 31: ! 32: fax16.sys: fax16.obj ! 33: link16 fax16; ! 34: exe2bin fax16.exe fax16.sys
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.