mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 13:07:55 +00:00
31 lines
622 B
Makefile
31 lines
622 B
Makefile
OBJS=\
|
|
ext/lz4/lz4.o \
|
|
ext/json-parser/json.o \
|
|
ext/http-parser/http_parser.o \
|
|
node/C25519.o \
|
|
node/CertificateOfMembership.o \
|
|
node/Defaults.o \
|
|
node/Dictionary.o \
|
|
node/Identity.o \
|
|
node/IncomingPacket.o \
|
|
node/InetAddress.o \
|
|
node/Multicaster.o \
|
|
node/Network.o \
|
|
node/NetworkConfig.o \
|
|
node/Node.o \
|
|
node/OutboundMulticast.o \
|
|
node/Packet.o \
|
|
node/Peer.o \
|
|
node/Poly1305.o \
|
|
node/Salsa20.o \
|
|
node/SelfAwareness.o \
|
|
node/SHA512.o \
|
|
node/Switch.o \
|
|
node/Topology.o \
|
|
node/Utils.o \
|
|
osdep/BackgroundResolver.o \
|
|
osdep/Http.o \
|
|
osdep/OSUtils.o \
|
|
service/ControlPlane.o \
|
|
service/OneService.o
|