Browse Source

It is like jl777 did not know how to use Git before he met me...

master
Duke Leto 4 years ago
parent
commit
9f9c1f926f
  1. 46
      crypto555/crypto555.sources.old

46
crypto555/crypto555.sources.old

@ -1,46 +0,0 @@
NANOSRC = ../crypto555/nanosrc
NANOMSG_CORE = $(NANOSRC)/core/global.c $(NANOSRC)/core/ep.c $(NANOSRC)/core/epbase.c $(NANOSRC)/core/pipe.c $(NANOSRC)/core/poll.c $(NANOSRC)/core/sock.c $(NANOSRC)/core/sockbase.c $(NANOSRC)/core/symbol.c
NANOMSG_DEVICES = $(NANOSRC)/devices/device.c $(NANOSRC)/devices/tcpmuxd.c
NANOMSG_AIO = $(NANOSRC)/aio/ctx.c $(NANOSRC)/aio/fsm.c $(NANOSRC)/aio/poller.c $(NANOSRC)/aio/pool.c $(NANOSRC)/aio/timer.c $(NANOSRC)/aio/usock.c $(NANOSRC)/aio/timerset.c $(NANOSRC)/aio/worker.c
NANOMSG_UTILS = $(NANOSRC)/utils/alloc.c $(NANOSRC)/utils/atomic.c $(NANOSRC)/utils/chunk.c $(NANOSRC)/utils/chunkref.c $(NANOSRC)/utils/clock.c $(NANOSRC)/utils/closefd.c $(NANOSRC)/utils/efd.c $(NANOSRC)/utils/err.c $(NANOSRC)/utils/glock.c $(NANOSRC)/utils/hash.c $(NANOSRC)/utils/list.c $(NANOSRC)/utils/msg.c $(NANOSRC)/utils/mutex.c $(NANOSRC)/utils/queue.c $(NANOSRC)/utils/random.c $(NANOSRC)/utils/sem.c $(NANOSRC)/utils/sleep.c $(NANOSRC)/utils/stopwatch.c $(NANOSRC)/utils/thread.c $(NANOSRC)/utils/wire.c
PROTOCOLS_UTILS = $(NANOSRC)/protocols/utils/dist.c $(NANOSRC)/protocols/utils/excl.c $(NANOSRC)/protocols/utils/fq.c $(NANOSRC)/protocols/utils/lb.c $(NANOSRC)/protocols/utils/priolist.c
PROTOCOLS_BUS = $(NANOSRC)/protocols/bus/bus.c $(NANOSRC)/protocols/bus/xbus.c
PROTOCOLS_PIPELINE = $(NANOSRC)/protocols/pipeline/push.c $(NANOSRC)/protocols/pipeline/pull.c $(NANOSRC)/protocols/pipeline/xpull.c $(NANOSRC)/protocols/pipeline/xpush.c
PROTOCOLS_PUBSUB = $(NANOSRC)/protocols/pubsub/pub.c $(NANOSRC)/protocols/pubsub/sub.c $(NANOSRC)/protocols/pubsub/trie.c $(NANOSRC)/protocols/pubsub/xpub.c $(NANOSRC)/protocols/pubsub/xsub.c
PROTOCOLS_PAIR = $(NANOSRC)/protocols/pair/pair.c $(NANOSRC)/protocols/pair/xpair.c
PROTOCOLS_REQREP = $(NANOSRC)/protocols/reqrep/req.c $(NANOSRC)/protocols/reqrep/rep.c $(NANOSRC)/protocols/reqrep/task.c $(NANOSRC)/protocols/reqrep/xrep.c $(NANOSRC)/protocols/reqrep/xreq.c
PROTOCOLS_SURVEY = $(NANOSRC)/protocols/survey/respondent.c $(NANOSRC)/protocols/survey/surveyor.c $(NANOSRC)/protocols/survey/xrespondent.c $(NANOSRC)/protocols/survey/xsurveyor.c
TRANSPORTS_UTILS = $(NANOSRC)/transports/utils/backoff.c $(NANOSRC)/transports/utils/dns.c $(NANOSRC)/transports/utils/iface.c $(NANOSRC)/transports/utils/literal.c $(NANOSRC)/transports/utils/port.c $(NANOSRC)/transports/utils/streamhdr.c $(NANOSRC)/transports/utils/base64.c
TRANSPORTS_IPC = $(NANOSRC)/transports/ipc/aipc.c $(NANOSRC)/transports/ipc/bipc.c $(NANOSRC)/transports/ipc/cipc.c $(NANOSRC)/transports/ipc/ipc.c $(NANOSRC)/transports/ipc/sipc.c
TRANSPORTS_TCP = $(NANOSRC)/transports/tcp/atcp.c $(NANOSRC)/transports/tcp/btcp.c $(NANOSRC)/transports/tcp/ctcp.c $(NANOSRC)/transports/tcp/stcp.c $(NANOSRC)/transports/tcp/tcp.c
TRANSPORTS_INPROC = $(NANOSRC)/transports/inproc/binproc.c $(NANOSRC)/transports/inproc/cinproc.c $(NANOSRC)/transports/inproc/inproc.c $(NANOSRC)/transports/inproc/ins.c $(NANOSRC)/transports/inproc/msgqueue.c $(NANOSRC)/transports/inproc/sinproc.c
TRANSPORTS_WS = $(NANOSRC)/transports/ws/aws.c $(NANOSRC)/transports/ws/bws.c $(NANOSRC)/transports/ws/cws.c $(NANOSRC)/transports/ws/sws.c $(NANOSRC)/transports/ws/ws.c $(NANOSRC)/transports/ws/ws_handshake.c $(NANOSRC)/transports/ws/sha1.c
TRANSPORTS_TCPMUX = $(NANOSRC)/transports/tcpmux/atcpmux.c $(NANOSRC)/transports/tcpmux/btcpmux.c $(NANOSRC)/transports/tcpmux/ctcpmux.c $(NANOSRC)/transports/tcpmux/stcpmux.c $(NANOSRC)/transports/tcpmux/tcpmux.c
NANOMSG_PROTOCOLS = $(PROTOCOLS_UTILS) $(PROTOCOLS_PUBSUB) $(PROTOCOLS_PAIR) $(PROTOCOLS_REQREP) $(PROTOCOLS_BUS) $(PROTOCOLS_PIPELINE) $(PROTOCOLS_SURVEY)
NANOMSG_TRANSPORTS = $(TRANSPORTS_UTILS) $(TRANSPORTS_TCP) $(TRANSPORTS_IPC) $(TRANSPORTS_INPROC) $(TRANSPORTS_WS)
NANOMSG = $(NANOMSG_CORE) $(NANOMSG_AIO) $(NANOMSG_UTILS) $(NANOMSG_DEVICES) $(NANOMSG_TRANSPORTS) $(NANOMSG_PROTOCOLS)
JPEG_SRCS = ../crypto555/jpeg/jaricom.c ../crypto555/jpeg/jcapimin.c ../crypto555/jpeg/jcapistd.c ../crypto555/jpeg/jcarith.c ../crypto555/jpeg/jccoefct.c ../crypto555/jpeg/jccolor.c ../crypto555/jpeg/jcdctmgr.c ../crypto555/jpeg/jchuff.c ../crypto555/jpeg/jcinit.c ../crypto555/jpeg/jcmainct.c ../crypto555/jpeg/jcmarker.c ../crypto555/jpeg/jcmaster.c ../crypto555/jpeg/jcomapi.c ../crypto555/jpeg/jcparam.c ../crypto555/jpeg/jcprepct.c ../crypto555/jpeg/jcsample.c ../crypto555/jpeg/jctrans.c ../crypto555/jpeg/jdapimin.c ../crypto555/jpeg/jdapistd.c ../crypto555/jpeg/jdarith.c ../crypto555/jpeg/jdatadst.c ../crypto555/jpeg/jdatasrc.c ../crypto555/jpeg/jdcoefct.c ../crypto555/jpeg/jdcolor.c ../crypto555/jpeg/jddctmgr.c ../crypto555/jpeg/jdhuff.c ../crypto555/jpeg/jdinput.c ../crypto555/jpeg/jdmainct.c ../crypto555/jpeg/jdmarker.c ../crypto555/jpeg/jdmaster.c ../crypto555/jpeg/jdmerge.c ../crypto555/jpeg/jdpostct.c ../crypto555/jpeg/jdsample.c ../crypto555/jpeg/jdtrans.c ../crypto555/jpeg/jerror.c ../crypto555/jpeg/jfdctflt.c ../crypto555/jpeg/jfdctfst.c ../crypto555/jpeg/jfdctint.c ../crypto555/jpeg/jidctflt.c ../crypto555/jpeg/jidctfst.c ../crypto555/jpeg/jidctint.c ../crypto555/jpeg/jquant1.c ../crypto555/jpeg/jquant2.c ../crypto555/jpeg/jutils.c ../crypto555/jpeg/misc/jmemnobs.c ../crypto555/jpeg/jmemmgr.c
CRYPTO555_SRCS = ../crypto555/tweetnacl.c ../crypto555/scrypt.c ../crypto555/bitcoind_RPC.c ../crypto555/cJSON.c ../crypto555/dragon_utils.c ../crypto555/OS_nonportable.c ../crypto555/curve25519-donna.c ../crypto555/inet.c ../crypto555/OS_portable.c ../crypto555/curve25519.c ../crypto555/OS_time.c ../crypto555/hmac_sha512.c ../crypto555/ramcoder.c ../crypto555/SaM.c ../crypto555/dragon_OS.c ../crypto555/dragon_serdes.c $(JPEG_SRCS) $(NANOMSG)
Loading…
Cancel
Save