mme.mak 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # file: mme/mme.mak
  2. # ====================================================================
  3. # programs;
  4. # --------------------------------------------------------------------
  5. hpav.o: hpav.c getoptv.h putoptv.h memory.h number.h types.h flags.h error.h qualcomm.h homeplug.h mme.h channel.h mme.h
  6. hpavd.o: hpavd.c getoptv.h putoptv.h memory.h number.h types.h flags.h error.h qualcomm.h homeplug.h mme.h channel.h mme.h
  7. mme.o: mme.c getoptv.h putoptv.h flags.h
  8. # ====================================================================
  9. # fuctions files;
  10. # --------------------------------------------------------------------
  11. EthernetHeader.o: EthernetHeader.c homeplug.h mme.h
  12. QualcommHeader.o: QualcommHeader.c qualcomm.h mme.h memory.h types.h endian.h
  13. FragmentHeader.o: FragmentHeader.c mme.h homeplug.h memory.h types.h endian.h
  14. HomePlugHeader.o: HomePlugHeader.c mme.h homeplug.h memory.h types.h endian.h
  15. # ====================================================================
  16. # functions;
  17. # --------------------------------------------------------------------
  18. ARPCPrint.o: ARPCPrint.c types.h endian.h
  19. ARPCWrite.o: ARPCWrite.c types.h endian.h memory.h
  20. MMEPeek.o: MMEPeek.c mme.h memory.h
  21. MMEMode.o: MMEMode.c mme.h
  22. MMEName.o: MMEName.c mme.h homeplug.h
  23. MMECode.o: MMECode.c mme.h
  24. UnwantedMessage.o: UnwantedMessage.c mme.h endian.h types.h
  25. readmessage.o: readmessage.c error.h plc.h timer.h
  26. sendmessage.o: sendmessage.c plc.h
  27. # ====================================================================
  28. # files;
  29. # --------------------------------------------------------------------
  30. mme.h: ether.h homeplug.h qualcomm.h types.h