serial.mak 1.4 KB

12345678910111213141516171819202122232425262728
  1. # file: serial/serial.mak
  2. # ====================================================================
  3. # source files;
  4. # --------------------------------------------------------------------
  5. baudrate.o: baudrate.c error.h
  6. int6kbaud.o: int6kbaud.c endian.h error.h files.h flags.h getoptv.h memory.h number.h plc.h putoptv.h serial.h symbol.h types.h
  7. int6kdetect.o: int6kdetect.c error.h files.h flags.h getoptv.h putoptv.h serial.h
  8. int6kuart.o: int6kuart.c endian.h error.h files.h flags.h getoptv.h memory.h number.h plc.h putoptv.h serial.h types.h
  9. ptsctl.o: ptsctl.c error.h files.h flags.h getoptv.h number.h putoptv.h symbol.h timer.h version.h
  10. ttycat.o: ttycat.c error.h files.h getoptv.h number.h putoptv.h serial.h
  11. ttyrecv.o: ttyrecv.c error.h flags.h getoptv.h number.h putoptv.h serial.h types.h
  12. ttysend.o: ttysend.c error.h files.h getoptv.h number.h putoptv.h serial.h
  13. ttysig.o: ttysig.c error.h flags.h getoptv.h number.h putoptv.h types.h version.h
  14. weeder.o: weeder.c error.h files.h flags.h getoptv.h number.h putoptv.h symbol.h timer.h version.h
  15. # ====================================================================
  16. # files;
  17. # --------------------------------------------------------------------
  18. baudrate.o: baudrate.c error.h
  19. closeport.o: closeport.c serial.h types.h
  20. openport.o: openport.c error.h files.h flags.h serial.h types.h
  21. serial.o: serial.c error.h flags.h number.h serial.h types.h
  22. serial.h: types.h