This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/objects.mk

35 lines
706 B
Makefile
Raw Normal View History

OBJS=\
2014-09-15 09:45:57 -07:00
control/IpcConnection.o \
control/IpcListener.o \
control/NodeControlClient.o \
control/NodeControlService.o \
ext/lz4/lz4.o \
node/C25519.o \
node/CertificateOfMembership.o \
node/Defaults.o \
node/Dictionary.o \
2013-12-06 13:15:30 -08:00
node/HttpClient.o \
node/Identity.o \
node/InetAddress.o \
node/Logger.o \
2014-09-22 13:18:24 -07:00
node/MulticastTopology.o \
node/Network.o \
2013-10-18 11:01:41 -04:00
node/NetworkConfig.o \
node/Node.o \
node/NodeConfig.o \
node/Packet.o \
node/PacketDecoder.o \
node/Peer.o \
node/Poly1305.o \
2014-07-15 13:48:42 -07:00
node/RoutingTable.o \
node/Salsa20.o \
node/Service.o \
2014-03-17 15:14:22 -07:00
node/SocketManager.o \
node/SoftwareUpdater.o \
node/SHA512.o \
node/Switch.o \
2014-03-17 15:14:22 -07:00
node/TcpSocket.o \
node/Topology.o \
node/UdpSocket.o \
node/Utils.o