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-libzt/zerotierone/objects.mk

34 lines
691 B
Makefile
Raw Normal View History

2016-07-25 18:07:43 -07:00
OBJS=\
2016-09-28 16:46:30 -07:00
controller/EmbeddedNetworkController.o \
2016-07-25 18:07:43 -07:00
node/C25519.o \
2016-09-28 16:46:30 -07:00
node/Capability.o \
2016-07-25 18:07:43 -07:00
node/CertificateOfMembership.o \
node/Cluster.o \
node/Identity.o \
node/IncomingPacket.o \
node/InetAddress.o \
2016-09-28 16:46:30 -07:00
node/Membership.o \
2016-07-25 18:07:43 -07:00
node/Multicaster.o \
node/Network.o \
node/NetworkConfig.o \
node/Node.o \
node/OutboundMulticast.o \
node/Packet.o \
node/Path.o \
node/Peer.o \
node/Poly1305.o \
2016-09-28 16:46:30 -07:00
node/Revocation.o \
2016-07-25 18:07:43 -07:00
node/Salsa20.o \
node/SelfAwareness.o \
node/SHA512.o \
node/Switch.o \
2016-09-28 16:46:30 -07:00
node/Tag.o \
2016-07-25 18:07:43 -07:00
node/Topology.o \
node/Utils.o \
osdep/BackgroundResolver.o \
2016-09-28 16:46:30 -07:00
osdep/ManagedRoute.o \
2016-07-25 18:07:43 -07:00
osdep/Http.o \
osdep/OSUtils.o \
service/ClusterGeoIpService.o \
service/ControlPlane.o