Listing 7 Microsoft C 5.1 Make file for UART Library and TERM Demo Program

uartlow.obj: uartlow.c uart.h uartmacs.c
   cl /AL /Zp /0x /c /W3 uartlow.c > uartlow.err

uartapi .obj: uartapi.c uart.h uartmacs.c
   cl /AL /Zp /c /W3 uartapi.c > uartapi.err

testasy.obj: testasy.c uart.h uartmacs.c
   cl /AL /Zp /c /W3 testasy.c > testasy.err

term.obj: term.c uart.h
   cl /AL /Zp /c /W3 term.c > term.err

term.exe: uartlow.obj uartapi.obj testasy.obj term.obj
   link term+uartapi+testasy+uartlow ;