|
|
1.1 ! root 1: # ! 2: # NEAD Application Make file ! 3: # ! 4: ! 5: # ! 6: # Default compilation macros ! 7: # ! 8: ! 9: CC= cl386 -Zi -W3 -DLINT_ARGS -c -Gs -Od -Zp ! 10: ! 11: # ! 12: # Default inference rules ! 13: # ! 14: ! 15: .c.obj: ! 16: $(CC) $*.c ! 17: ! 18: .asm.obj: ! 19: $(ASM) $*.asm; ! 20: ! 21: .rc.res: ! 22: rc -r $*.rc ! 23: ! 24: # ! 25: # Dependencies ! 26: # ! 27: ! 28: all: nead.exe ! 29: ! 30: nead.res: nead.rc nead.h nead.ico ! 31: ! 32: nead.obj: nead.c nead.h ! 33: ! 34: neadea.obj: neadea.c nead.h ! 35: ! 36: neadfile.obj: neadfile.c nead.h ! 37: ! 38: nead.exe: nead.obj neadfile.obj neadea.obj nead.res nead.def nead.ico ! 39: link386 nead neadfile neadea,nead/co,nead/map, os2386 libc/nod, nead.def ! 40: rc nead.res
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.