lldp.mak 1.1 KB

1234567891011121314151617181920212223242526
  1. # file: toys/toys.mak
  2. # ====================================================================
  3. # programs;
  4. # --------------------------------------------------------------------
  5. solicit.1.o: solicit.1.c channel.h error.h flags.h getoptv.h memory.h number.h plc.h putoptv.h types.h
  6. respond.1.o: respond.1.c channel.h error.h flags.h getoptv.h memory.h mme.h number.h plc.h putoptv.h types.h
  7. solicit.o: solicit.c LLDP.h channel.h error.h flags.h getoptv.h memory.h number.h plc.h putoptv.h types.h
  8. respond.o: respond.c LLDP.h channel.h error.h flags.h getoptv.h memory.h number.h plc.h putoptv.h types.h
  9. # ====================================================================
  10. # functions;
  11. # --------------------------------------------------------------------
  12. TLVPack.o: TLVPack.c types.h LLDP.h
  13. TLVPackOS.o: TLVPackOS.c types.h LLDP.h
  14. TLVPick.o: TLVPick.c types.h LLDP.h
  15. TLVPeek.o: TLVPeek.c types.h LLDP.h
  16. LLDP.o: LLDP.c LLDP.h types.h
  17. # ====================================================================
  18. # header files;
  19. # --------------------------------------------------------------------